/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.txt_main {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
	}
	.txt_main a:hover {
	text-decoration: underline;
	}
.txt_main2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
	}
	.txt_main2 a:hover {
	text-decoration: underline;
	}

.txt_green_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #72A706;
	line-height: 11px;
	text-decoration: none;
	}
	
.txt_white_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none;
	}
	.txt_black_14 a:hover {
	color: #000000;
	}

.txt_black_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}
	
.txt_red_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #B33476;
	text-decoration: none;
	}
	.txt_red_11 a:hover {
	text-decoration: underline;
	}

.txt_red_14 {
	font-family: Tahoma;
	font-size: 14px;
	color: #B33476;
	text-decoration: none;
	}
	
.txt_blue_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #1E69A6;
	text-decoration: none;
	}
	.txt_blue_11 a:hover {
	text-decoration: underline;
	}

.txt_dblue_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #194A87;
	text-decoration: none;
	}
	.txt_dblue_11 a:hover {
	text-decoration: underline;
	}

.txt_white_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	}
	.txt_white_11 a:hover {
	text-decoration: underline;
	}
	
.txt_green_17 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #72A706;
	text-decoration: none;
	}
	
#pscroller1 {
	width: 161px;
	height: 100px;
	padding: 0px;
	}
	
.border_green {
	border: #B8DD7E 1px solid;
	}
	
.border_blue {
	border: #4485B1 1px solid;
	}


.border_subnav {
	border-width:1px;
	border-style:solid;
	border-color:#555555;
}
a.subnav {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#000000;
	display:block;
	padding-left:5px;
	padding-right:15px;
	padding-top:4px;
	padding-bottom:3px;
	background-color:#AFE148;
}
a.subnav:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#ffffff;
	background-color:#1A4288;
	display:block;
	padding-left:5px;
	padding-right:15px;
	padding-top:4px;
	padding-bottom:3px;
}

.noPadding
{
	padding: 0px;
}