/* CSS Document */

body{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	font-face: "Tahoma";
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

p{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	font-face: "Tahoma";
	color: #000000;
}

p.intro{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 130%;
	font-face: "Tahoma";
	color: #000000;
}

p.blue{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	font-face:"Tahoma";
	color: #1A2849;
}

p.white{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	font-face:"Tahoma";
	color: #ffffff;
}

td.blue{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	font-face:"Tahoma";
	color: #1A2849;
	text-align:left;
}


#navlist{
	margin: 0;
	padding: 0 0 20px 10px;
}

#navlist ul, #navlist li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #ffffff;
	font-size:0.75em;
	font-family:"Georgia";
	font-variant:small-caps;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover{
	border-bottom: 4px solid #1A2863;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
	font-size:0.75em;
	font-family:"Georgia";
	font-variant:small-caps;
}

#navlist a:hover { color: #000; }

#navlist2 li{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

#navlist2 a:link, #navlist2 a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size:0.8125em;
	font-family:"Tahoma";
}

#navlist2 a:link#current, #navlist2 a:visited#current, #navlist2 a:hover{
	color: #83B734;
	font-size:0.8125em;
	font-family:"Tahoma";
}

#navlist2 a:hover { color: #83B734; }


a.white:link{
background-color:transparent;
color:#ffffff;
}

a.white:visited{
background-color:transparent;
color:#ffffff;
}

a.white:active{
background-color:transparent;
color:#ffffff;
font-weight:bold;
text-decoration:underline;
}

a.hr:link, a.hr:visited, a.hr:active{
background-color:transparent;
color:#F3300F;
}

h1{
font-size:1.5em;
font-weight:bold;
text-align:left;
font-family:"Tahoma";
}

h2.hr{
font-size:1.125em;
font-weight:bold;
text-align:left;
color:#F3300F;
font-family:"Tahoma";
}
h2.lc{
font-size:1.125em;
font-weight:bold;
text-align:left;
color:#64A7BD;
font-family:"Tahoma";
}
h2.s{
font-size:1.125em;
font-weight:bold;
text-align:left;
color:#8FBE47;
font-family:"Tahoma";
}

p.cpywrt{
background-color:transparent;
color:#ffffff;
font-size:x-small;
font-style:italic;
text-align:center;
}