BODY {
	margin : 0px;
	scrollbar-3d-light-color : #000000;
	scrollbar-arrow-color : #949cce;
	scrollbar-base-color : navy;
	scrollbar-dark-shadow-color : #000000;
	scrollbar-face-color : navy;
	scrollbar-highlight-color : #949cce;
	scrollbar-shadow-color : black;
	background-color : #000080;
	/**background-image : url(images/site_bg.gif);
	**/
}

a.tn {
	font-family : Verdana, GillSans, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	color : White;
	text-decoration : none;
	font-weight : bold;
	padding-right: 30px;
}
a.tn:hover {
	color : yellow;
}

a.rn {
	font-family : Verdana, GillSans, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	color : White;
	text-decoration : none;
}
a.rn:hover {
	color : yellow;
}

H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 25px;
	padding-right : 10px;
	font-size : 26px;
	color : White;
	margin-top: 15px;
	margin-right: 10px;
	font-weight : normal;
	margin-bottom: 0px;
	margin-left: 220px;
	letter-spacing: 4px;
	text-align: right;
}

P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 25px;
	font-size : 11px;
	color : White;
	padding-right : 20px;
	margin-top : 15px;
	line-height : 18px;
	text-align : justify;
	margin-left: 220px;
}
a{
	color : white;
}

p.pln {
	text-align : left;
	margin-top : 0px;
	width : 112px;
	border-color : Navy;
	margin-left : 3px;
	padding-left : 0px;
	border-left-width : 3px;
	border-left-style : double;
	border-left-color : #041AC2;
	border-right-color : Black;
	border-bottom-color : #041AC2;
	border-bottom-width : 3px;
	border-bottom-style : double;
	color : White;
	padding-right: 0px;
	background-image : url(images/nav_bg2.gif);
}

a.bn {
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	color : White;
	padding-top : 0px;
	margin-top : 0px;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
	padding-bottom: 0px;
}
a:hover.bn {
	font-family : Arial, Helvetica, sans-serif;
	color : Silver;
	border-bottom: 1px dotted silver;
}
P.name  {
	color : Black;
	font-size : x-small;
	margin-top : 3px;
	font-family : sans-serif;
	font-weight : bold;
}

P.name EM  {
	color : #330066;
	font-weight : normal;
}

HR {
	color : #00008B;
}
TD.tdnav {
	background-image : url(images/main-nav-bg.gif);
}
A.ln {
	text-align : left;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : 112px;
	text-decoration : none;
	margin-left : 0px;
	border-left-width : 0px;
	font-weight : normal;
	font-size : 10px;
	background-image : url(images/nav_bg.gif);
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left : 2px;
}
a:hover.ln {
	text-align : right;
	color : #87CEFA;
	margin-right : 1px;
	background-image : url(images/nav_bg2.gif);
}
A.cln {
	color : black;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin-left : 1px;
	margin-right : 1px;
	text-decoration: none;
	font-size : 10px;
	width : 100px;
	padding-top : 0px;
	margin-top : 0px;
}
a:hover.cln {
	color : black;
	text-decoration : underline;
}
LI.tt {
	font-size : 18px;
	color : Navy;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
SELECT.form {
	font-size : 9px;
	height : 17px;
}
INPUT.form {
	font-size :9px;
	height : 17px;
}



a.cl {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

a.cps {
	font-size: xx-small;
	color: black;
	text-decoration: none;
	
}
a.cps:hover {
	color: navy;
	text-decoration: underline;
}
#nav, #nav ul {
	/* all lists */
	margin-left: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width: 148px;
	font-size: 12px;
	border-top : 1px solid #6E6E6E;
	border-left : 1px solid #6E6E6E;
	background-color : #2F2F2F;
}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
	width: 148px;
}
	
	#nav li ul {
	/* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 148px;
	margin-top : -25px;
}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 148px;
	display : block;
	text-decoration : none;
	font-weight: normal;
	color: Silver;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	border-bottom : 1px solid #6E6E6E;
	border-right: 1px solid #6E6E6E;
	font : bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
}
	
	#nav li a:hover {
	color : white;
	background-color : black;
	background-image : url(images/animated-bg.gif);
}

	#nav li a.two {
	width: 148px;
	display : block;
	color : black;
	text-decoration : none;
	font-weight: normal;
	color: silver;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	border-bottom : 1px solid #484848;
	border-right: 1px solid #6E6E6E;
	border-left: 1px solid #6E6E6E;
	font : bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
}
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

h4 {
	color: #020C59;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	margin-bottom: 0px;
	padding-top: 0px;
}
p.fp {
	margin-top : 0px;
	padding-top: 0px;
}