body 
{
	background-color:#FFFFFF; 
	height:100%;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 12px;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FD5201;
	font-size: 23px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 16px;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#600B28;
	font-size: 14px;
	padding:0px;
	margin:0px;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 12px;
}
a, a:hover, a:visited, a:active
{
	color:#000000;
	text-decoration: none;
}

/* Top Navigational Bar */

div.NAV
{
	background-color: #FFE8F0; 
	font-weight: bold; 
	text-align: center; 
	padding: 5px 0px 5px 0px;
}
div.NAV a, a:visited, a:active
{
	color: #00f;
	text-decoration: underline;
	font-weight: bold;
}

div.NAV a:hover
{
	color: #f00;
	text-decoration: none;
}
/* Side Bar */

td.SIDE_BAR
{
	background-color: #5D0D28; 
	width: 207px;
	border-left: 3px solid #FFE8F0;
	border-bottom: 3px solid #FFE8F0;
	vertical-align: top;
}
td.SIDE_BAR a, a:visited, a:active
{
	color: #F05600;
	text-decoration: none;
	font-weight: bold;
}

td.SIDE_BAR a:hover
{
	color: #0ff;
	text-decoration: underline;
}

div.LOGIN_FIELDS
{
	color: #fff; 
	font-weight: bold;
	font-size: 11px;
}

/* Footer Navigational Bar */

table.FOOTER_NAV
{
	width: 100%;
	background-color: #600B28; 
	color: #fff;
	font-weight: bold; 
	text-align: center;
	font-size: 12px;
}
table.FOOTER_NAV a, a:visited, a:active
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

table.FOOTER_NAV a:hover
{
	color: #0ff;
	text-decoration: underline;
}

