body{
margin: 0px;
}
.bodytext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; line-height: 125%}
a.bodytext:hover {  color: #000000; text-decoration: none}

.heading { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; line-height: 125%}

.bodylink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000088; text-decoration: none; line-height: 125%}
a.bodylink:hover {  color: #ff0000; text-decoration: none}

.bodytextsm { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; line-height: normal}
a.bodytextsm:hover {  color: #000099; text-decoration: none}

.bodylinksm { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #55006A; text-decoration: underline; line-height: normal}
a.bodylinksm:hover {  color: #660000; text-decoration: underline}

.dateline { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; line-height: normal}
a.dateline:hover {  color: #000099; text-decoration: none}

.navtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; line-height: 125%}
a.navtext:hover {  color: #000000; text-decoration: none}

.hp_mainbox { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; line-height: 10px}
a.hp_mainbox:hover {  color: #55006A; text-decoration: none}

.featurebox { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; line-height: 11px}
a.featurebox:hover {  color: #55006A; text-decoration: none}

.copyright { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #666666; text-decoration: none; line-height: normal}
a.copyright:hover {  color: #55006A; text-decoration: underline}

.hp_nav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #55006A; text-decoration: none; line-height: normal}
a.hp_nav:hover {  color: #660000; text-decoration: none}

.newsbox { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #000000; text-decoration: underline; line-height: normal}
a.newsbox:hover {  color: #55006A; text-decoration: underline}



.tabletext { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; line-height: 100%}
a.tabletext:hover {  color: #000000; text-decoration: none}

.tabletext2 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; line-height: 100%}
a.tabletext2:hover {  color: #000000; text-decoration: none}

.leftnav { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #440066; text-decoration: none; line-height: normal}
a.leftnav:hover {  color: #440066; text-decoration: none}
body {
 scrollbar-face-color:bbb6d3; scrollbar-track-color:ecd5c4; scrollbar-arrow-color:55006a; scrollbar-shadow-color:bbb6d3; scrollbar-dark-shadow-color:55006a; scrollbar-3dlight-color:e8e5f2; scrollbar-highlight-color:bbb6d3
}

.tmenu, .tmenu:visited, .tmenu:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none; line-height: normal}
a.tmenu:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #edd9c9; text-decoration: none; line-height: normal}

.t2menu, .t2menu:visited, .t2menu:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #56006b; text-decoration: none; line-height: normal}
a.t2menu:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #bd6e33; text-decoration: none; line-height: normal}


.popup {
	font: bolder 11px Geneva, "Arial", Helvetica, sans-serif;
	color: #4e307d;
	text-decoration: none;
	cursor: pointer}
	
/* This class is placed on the HTML Panel Container element
 * whenever it is loading data.
 */

.HTMLPanelLoading {
	background-color:#CCCCCC;
}
/* This class is placed on the HTML Panel Container element
 * when a load request has failed.
 */

.HTMLPanelError {
	background-color:#FF0000;
}
/* These classes are used to hide any HTML Panel state markup
 * within an HTML Panel container.
 */
.HTMLPanelLoadingContent, .HTMLPanelErrorContent {
	display: none;
}

.floatRight {
float:right;
margin: 10px 10px 0 10px;
}
.floatLeft {
float:left;
margin: 10px 10px 10px 0;
}