@charset "utf-8";
/* CSS Document */
body {
	font: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.copyBg {
	background-image: url("../img/common/copy_bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

.pageBg {
	background-image:  url("../img/common/page_bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

.rightRpt {
	background-image:  url("../img/common/right_rpt.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

.footerBg {
	background-image: url("../img/common/footer_bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
}



h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align:justify
}

.Txt13 {
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-size: 13px;
	letter-spacing: 1px;
}

.Txt10 {
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-size: 10px;
	letter-spacing: 1px;
}

.txtContact {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 10px;
	letter-spacing: 1px;
}



a.navLink {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

a.navLink:link {
	color: #000033;
}

a.navLink:visited {
	color: #000033;
}

a.navLink:hover {
	color: #666666;
}



a.txtLink {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
}

a.txtLink:link {
	color: #666666;
}

a.txtLink:visited {
	color: #666666;
}

a.txtLink:hover {
	color: #000000;
}



a.privacyLink {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10px;
}

a.privacyLink:link {
	color: #999999;
}

a.privacyLink:visited {
	color: #999999;
}

a.privacyLink:hover {
	color: #666666;
}



/*##########################################################
DHTML STYLES
##########################################################*/

#dropmenudiv{
	position:absolute;
	border:1px solid #1B3252;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #1B3252;
	padding: 1px 0;
	text-decoration: none;
	color:#000033;
	background-color: #CCCCCC;
	font-weight: normal;
	letter-spacing: 0px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #000033;
	color:#FFFFFF;
	letter-spacing: 0px;
}
