/* CSS Document */

.Title{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	height:40px;
}
.MenuItems,.MenuItems a:link,.MenuItems a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: none;
}
.MenuItems a:hover{
color:#E0F1E1;
text-decoration:none;
}

.BrownLinks, .BrownLinks a:link,.BrownLinks a:visited,.BrownLinks a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #83361e;
	text-decoration: underline;
}

.BrownLinks a:hover{
	color: #017B64;
}

.MenuItems a:hover {
	text-decoration:underline;
}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
.SubHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #017B64;
	font-weight: bold;
}
.Header {font-size: 22px; color: #017B64; font-family: "Times New Roman", Times, serif;}

.SmallNumbers{
font-size:9px;
color:#FFFFFF;
background-color:017B64;
}

.SmallSymbols{
font-family:Wingdings;
font-size:9px;
color:#FFFFFF;
background-color:017B64;
}

.BodyBG
{
background-image:url(images/NWRTP_BodyBg.jpg);
background-repeat:no-repeat;
}
.NormalSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}
