.body
{
	margin: 1 1 1 1;
}

.header_menu_text
{
	font-weight: Bold;
	color: White;
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding-left: 11px;
}

.body_table
{
	border-top:1px #89A1D7 solid;
	border-left:1px #89A1D7 solid;
	border-bottom:1px #89A1D7 solid;
	border-right:1px #89A1D7 solid;
	margin-top: 10px;
}

.body_table_no_border
{
	margin-top: 10px;
}

.body_inner_table
{
	border-top:1px #663366 solid;
	border-left:1px #663366 solid;
	border-bottom:1px #663366 solid;
	border-right:1px #663366 solid;
}

.body_text_header
{
	border-bottom:1px #89A1D7 solid;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #663366;
	background-color: #89A1D7;
}

.body_text_header_purple
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #663366;
}

.body_text_header_purple_alt
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #663366;
}

.body_text
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #663366;
	text-align: left;
	vertical-align: top;
}

.error
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: red;
	text-align:center;
}

.footer_text
{
	font-weight: Bold;
	color: White;
	font-family: Verdana;
	font-size: 10px;
}

.copyright_text
{
	font-weight: Normal;
	color: #663366;
	font-family: Verdana;
	font-size: 11px;
}

.crumb_text
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: White;
	text-align: left;
	padding-left: 5px;
}


/*						 */
/* STYLES FOR HYPERLINKS */
/*						 */


a.NormalHyperlink:link
{
	text-decoration: none;
	color: white;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

a.NormalHyperlink:visited
{
	text-decoration: none;
	color: white;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

a.NormalHyperlink:hover
{
	text-decoration: none;
	color: #ff9900;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

a.BoldHyperlink:link
{
	text-decoration: none;
	color: white;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

a.BoldHyperlink:visited
{
	text-decoration: none;
	color: white;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

a.BoldHyperlink:hover
{
	text-decoration: none;
	color: #ff9900;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

a.PurpleHyperlink:link
{
	text-decoration: none;
	color: #663366;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

a.PurpleHyperlink:visited
{
	text-decoration: none;
	color: #663366;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

a.PurpleHyperlink:hover
{
	text-decoration: none;
	color: #ff9900;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

a.StdHyperlink:link
{
	text-decoration: underline;
	color: #663366;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

a.StdHyperlink:visited
{
	text-decoration: underline;
	color: #663366;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

a.StdHyperlink:hover
{
	text-decoration: none;
	color: #ff9900;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

a.PlainText:link
{
	text-decoration: none;
	color: #663366;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

a.PlainText:visited
{
	text-decoration: none;
	color: #663366;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

a.PlainText:hover
{
	text-decoration: none;
	color: #ff9900;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
/*
	NEWS TICKER STYLES
*/

.divNewsCont
{
	clip: rec(0px 230px 105px 0px);
	height: 100px;
	left: 20px;
	overflow: hidden;
	position: absolute;
	top: 400px;
	visibility: visible;
	width: 230px;
	background-color:Red;
} 
.divNewsText
{
	left: 0px;
	position: absolute;
	top: 0px;
	background-color: Gray;
}

.page_image
{
	border: solid 1px #89A1D7;
}