@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	margin:0px;
	background-image:url(../images/common/background.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}
td {
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	line-height: 140%;
}
li{
	margin:0px 0px 0px -20px;
	line-height: 140%;
}
p{
	/*text-align:justify;*/
	line-height: 140%;
}
input, textarea{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}
select{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	width:120px;
}
a {
	color:#2C3188;
	text-decoration:underline;
}
a:hover {
	color:#FF9900;
	text-decoration:none;
}
.SectionTitle {
	font-size:12px;
	color: #666666;
	font-weight:bold;
	line-height: 120%;
}
.BigWord {
	font-size:12px;
	color: #000000;
	font-weight:bold;
	line-height: 120%;
}
.BigBigWord {
	font-size:17px;
	color: #000000;
	font-weight:bold;
	line-height: 120%;
}
.NavLocation{
	color:#666666;
	padding:3px;
}
.NavItemOn{
	font-size:11px;
	color:#2C3188;
}
.NavItemOff{
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
.NavItemOff a{
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
.NavItemOff a:hover{
	font-size:11px;
	color:#333333;
	text-decoration:underline;
}
.NavTabOn{
	line-height: 100%;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	background-color:#2C3188;
	padding-left:4px;
	padding-right:4px;
	height:29px;
	border-top:1px solid #2C3188;
}
.NavTabOn a{
	color:#ffffff;
	text-decoration:none;
}
.NavTabOff{
	line-height: 100%;
	color:#2C3188;
	font-size:10px;
	font-weight:bold;
	background-color:#eeeeee;
	padding-left:4px;
	padding-right:4px;
	height:29px;
	cursor:pointer;
	border-top:1px solid #dedede;
}
.NavTabOff a{
	text-decoration:none;
}
.Footer{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size:10px;
	color: #999999;
}
.Footer a{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size:10px;
	color: #999999;
	text-decoration:underline;
}
.Footer a:hover{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	text-decoration:none;
}