

a:link 
{
	font-family: Verdana;
	#font-style: normal;
	#font-variant: normal;
	font-weight:bold;
	color:#0000FF;
	text-decoration:none;
}
a:visited 
{
	font-family: Verdana;
	#font-style: normal;
	#font-variant: normal;
	font-weight:bold;
	color:#0000FF;
	text-decoration:none;
}


a.white_BG
{
 font-family: Verdana;
 #font-style: normal;
 #font-variant: normal;
 font-weight:bold;
 color:#FF0000;
 text-decoration:none;
}

a.dark_BG
{
 font-family: Verdana;
 #font-style: normal;
 #font-variant: normal;
 font-weight:bold;
 color:#FFFFFF;
 text-decoration:none;
}

a.dark_BG:visited
{
 font-family: Verdana;
 #font-style: normal;
 #font-variant: normal;
 font-weight:bold;
 color:#FFFFFF;
 text-decoration:none;
}

a.dark_BG:active
{
 font-family: Verdana;
 #font-style: normal;
 #font-variant: normal;
 font-weight:bold;
 color:#FFFFFF;
 text-decoration:none;
}

a.dark_BG:hover
{
 font-family: Verdana;
 #font-style: normal;
 #font-variant: normal;
 font-weight:bold;
 color:#00FFFF;
 text-decoration:none;
}

a:hover 
{
	font-family: Verdana;
	#font-style: normal;
	#font-variant: normal;
	font-weight:bold;
	color:#0099FF;
	text-decoration: none;
}
a:active 
{
	font-family: Verdana;
	#font-style: normal;
	#font-variant: normal;
	font-weight:bold;
	color:#0000FF;
	text-decoration:none;
}

a.white_BG
{
 font-family: Verdana;
 #font-style: normal;
 #font-variant: normal;
 font-weight:bold;
 color:#FF0000;
 text-decoration:none;
}

a.white_BG:visited
{
 font-family: Verdana;
 #font-style: normal;
 #font-variant: normal;
 font-weight:bold;
 color:#FF0000;
 text-decoration:none;
}

a.white_BG:hover
{
 font-family: Verdana;
 #font-style: normal;
 #font-variant: normal;
 font-weight:bold;
 color:#FF9900;
 text-decoration:none;
}


body{
	font-family: Verdana, Helvetica, sans-serif;	
	color:#000000;
    /*background:url(../images/bg_00.jpg);*/
	background-repeat:repeat-x;
	}

div{
	font-size:8pt;
}
span{
	font-size:8pt;
}
td{
	font-size:8pt;
}
input{
	font-size:8pt;
	xborder: 2px groove;
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif;
}
input.noborder{
	border: 0px;
}
textarea{
	font-size:8pt;
	font-family: Verdana, Helvetica, sans-serif;
}
select{
	font-size:8pt;
	border: 1px #999999 ridge;
}

td.side_nav:hover
{
 background-color:#FFFFFF;
 }


table.bordered
{
 background-image:url(../images/bg_01.jpg);
 background-repeat:repeat-x;
 border-style:solid;
 border-top-width: 1px;
 border-bottom-width: 2px;
 border-right-width: 1px;
 border-left-width: 1px;
 border-color:#ffffff;
}

table.main_tab
{
 /*background-image:url(../images/table_bg.gif);*/
 background-repeat:no-repeat;
 /*background-position:bottom;*/
 border-left-style:solid;
 border-right-style:solid;
 border-bottom-style:solid;
 border-right-color:#990099;
 border-left-width:1;
 border-right-width:1;
 border-bottom-width:1;
 border-color:#CCCCCC;
}

table.pre_win
{
background-image:url(../images/bg_01.jpg);
background-repeat:repeat-x;
border-bottom-style:dashed;
border-bottom-width:thin;
border-bottom-color:#CC0000;
border-collapse:collapse;
}

hr.dashed {
   height: 1px;
   margin: 0;
   padding: 0;
   border-top: 0;
   border-bottom: 1px dashed #cccccc;