﻿.bak {background-color: #c2c2f1;}

.main {background-color: #d5d5ff;}

p {text-align: justify;}

hr{
color: #d5d5ff;
}

td{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.h2 {
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
color: #BF7300;
margin: 2px 3px 5px 15px;
background: #F0F0FF;
}

body{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

a:link{
color: #3a3a72;
font-weight: bold;
text-decoration: none;
}
a:visited{
color: #3a3a72;
font-weight: bold;
text-decoration: none;
}
a:hover{
color: #5e5e97;
font-weight: bold;
text-decoration: none;
background: #F0F0FF;
}

h1{
 font-family: Tahoma;
 font-size: 14px;
 color: #BF7300;
 border-bottom: 1px solid #f1f1f1;
 margin: 0px 0px 5px 0px;
 padding: 0px 0px 5px 0px;
 text-align: left;
}

h2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #BF7300;
	margin: 2px 3px 5px 15px;
}

/*** Header and Content ***/

.masthead {
	border-bottom: 0px solid #D5D5FF;
	background: #fff;
}

.line {
	border-bottom: 1px solid #D5D5FF;
	border-top: 1px solid #D5D5FF;
	text-align: center;
	font-size: 12px;
	background: url(images/bg_line.gif) repeat-x;
}

.content {
	font-family: Tahoma;
	font-size: 12px;
	padding: 8px 10px 8px 10px;
	border-left: 1px solid #D5D5FF;
	border-right: 1px solid #D5D5FF;
}

/*** Navigation style ***/

.navigation {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	
}

.navigation a:link {
	color: #000;
	display: block;
	background: #fff;
	padding: 3px 4px 3px 4px;
	text-decoration: none;
	border-left: 8px solid #D5D5FF;
	
}

.navigation a:visited {
	color: #000;
	display: block;
	background: #fff;
	padding: 3px 4px 3px 4px;
	text-decoration: none;
	border-left: 8px solid #D5D5FF;
}

.navigation a:hover {
	color: #000;
	display: block;
	background: #F0F0FF;
	text-decoration: none;
	border-left: 8px solid #F0F0FF;
}

.navigation2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	
}

.navigation2 a:link {
	color: #000;
	display: block;
	background: #fff;
	padding: 3px 4px 3px 4px;
	text-decoration: none;
	border-right: 8px solid #D5D5FF;
	
}

.navigation2 a:visited {
	color: #000;
	display: block;
	background: #fff;
	padding: 3px 4px 3px 4px;
	text-decoration: none;
	border-right: 8px solid #D5D5FF;
}

.navigation2 a:hover {
	color: #000;
	display: block;
	background: #F0F0FF;
	text-decoration: none;
	border-right: 8px solid #F0F0FF;
}

/*** Footer style ***/

.footer {
	background: url(images/bg_footer.gif) repeat-x;
	padding: 5px;
	border-top: 1px solid #D5D5FF;
	text-align: center;
	font-size: 12px;
}