.fonttoplink {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: #10214A;
}

.fonttoplink a:link{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
	color: #10214A;
}

.fonttoplink a:Visited{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
	color: #10214A;
}

.fonttoplink a:Hover{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-decoration: underline;
	color: #850600;
}

.medbluetitle {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 18px;
	color: #00469b;
	font-weight: bold;
	font-style: italic;
}

.smallbluetitle {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 15px;
	color: #00469b;
	font-weight: bold;
}

.redtitle {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	letter-spacing: -0.05em;
	font-size: 24px;
	color: #9F0004;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0px;
}

.smallredtitle {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	letter-spacing: -0.05em;
	font-size: 16px;
	color: #9F0004;
	font-weight: bold;
	font-style: italic;
}

.tinyredtitle {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	letter-spacing: -0.05em;
	font-size: 14px;
	color: #9F0004;
	font-weight: bold;
	font-style: italic;
}

.medredtitle {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	letter-spacing: -0.05em;
	font-size: 18px;
	color: #9F0004;
	font-weight: bold;
	font-style: italic;
}

.font1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color: #000099;
}

.font1white {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color: #FFFFFF;
}

.font1white a:link{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
	color: #FFFFFF;
}

.font1white a:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
	color: #FFFFFF;
}

.font1white a:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	text-decoration: underline;
	color: #FF0000;
}

.font2black {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: #000000;
}

.font2 {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: #000000;
}

.font2b{
	font-family :  Tahoma, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.font3black {
	font-family : Arial, Verdana, Tahoma, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color: #000000;
}

.font3b{
	font-family :  Tahoma, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

.font4b{
	font-family :  Arial, Tahoma, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
}

.font5b{
	font-family :  Tahoma, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : bold;
}

.yellowbox {
	BORDER-BOTTOM: #e0dbc3 1px solid; 
	BORDER-LEFT: #e0dbc3 1px solid; 
	PADDING-BOTTOM: 10px; 
	MARGIN: 10px 0px; 
	PADDING-LEFT: 10px; 
	PADDING-RIGHT: 10px; 
	BACKGROUND: #fdfceb; 
	HEIGHT: auto; 
	COLOR: #666; 
	BORDER-TOP: #e0dbc3 1px solid; 
	BORDER-RIGHT: #e0dbc3 1px solid; 
	PADDING-TOP: 10px; 
	-moz-border-radius: 6px
}

/** menu **/
@charset "UTF-8";

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown {
 font: normal 12px "Arial, Tahoma, Helvetica, sans-serif";
}

	ul.dropdown li {
	 padding: 7px 0;
	 color: #10214A;
	 line-height: normal;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #10214A; text-decoration: none; }
	ul.dropdown a:hover { color: #850600; text-decoration: none; }
	ul.dropdown a:active { color: #10214A; }

	ul.dropdown ul {
	 width: 170px;
	 background-color: #2c80bd;
	 color: #fff;
	 font-size: 12px;
	 text-transform: none;
	 filter: alpha(opacity=95);
	 -moz-opacity: .95;
	 KhtmlOpacity: .95;
	 opacity: .95;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #000;
		 filter: none;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #fff; }
		ul.dropdown ul a:hover { color: #f4ca4b; text-decoration: none;}
		ul.dropdown ul a:active { color: #fff; }

ul.dropdown *.dir {
 padding-right: 2px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown li a {
 display: block;
 padding: 0px 2px;
}

ul.dropdown li {
 padding: 0;
}

ul.dropdown li.dir {
 padding: 7px 20px 7px 14px;
}

ul.dropdown ul li.dir {
 padding-right: 15px;
}

ul.dropdown li {

}

ul.dropdown ul a {
 padding: 4px 12px 4px 7px;
 width: 151px;
}

ul.dropdown ul a:hover {
 background-color: #215584;
}

ul.dropdown a.open {
 background-color: #215584;
 color: #850600;
}

ul.dropdown ul a.open {
 background-color: #215584;
 color: #fff;
}


/* CSS 2.1 */

ul.dropdown li:hover > a.dir {
 color: #850600;
}

ul.dropdown ul li:hover > a.dir {
 color: #fff;
}
