/* TOP */



body {
			font-family: Century Gothic, tahoma, arial, helvetica, sans-serif;
			color:#000ff;
			font-size:12px;
			text-decoration:none;
			}

a{
			font-family: Century Gothic, tahoma, arial, helvetica, sans-serif;
			color:#000000;
			font-size:14px;
			text-decoration:none;
			}
					 	
a:visited {
			font-family: Century Gothic, tahoma, arial, helvetica, sans-serif;
			color:#ff000;
			font-size:14px;
			text-decoration:none;
			}
					 	
a:hover {
			font-family: Century Gothic, tahoma, arial, helvetica, sans-serif;
			color:#ff000;
			background: #FFFF33; 
			font-size:14px;
			}



 td.highlight {
 background-color:#FFCCFF;
}
 td.normal {
 background-color:#FFFFFF;
}



/* FONT TEXT */

.large_txt{
font-size:14px;
}

.small_txt{
font-size:11px;
}

.nav_button_text {
	font-size: 12px;
}


.red
{
    COLOR: #993333
}
.orange
{
    COLOR: #cc6600
}
.yellow
{
    COLOR: #cc9933
}
.green
{
    COLOR: #999900
}
.blue
{
    COLOR: #336699
}
.gray
{
    COLOR: #666666
}
.white
{
    COLOR: #ffffff
}

/* FONT TEXT END */





/* TABLE STYLES */



.table {
border-right:1px #FFCC00 solid;
border-left:1px #FFCC00 solid; 
border-top:1px #FFCC00 solid;
border-bottom:1px #FFCC00 solid;
}


.table_top {
border-top:1px #0165EF solid;
}


.table_top_red {
border-top:1px #FF0000 dotted;
}



.table_top_bottom {
border-top:1px #0165EF solid;
border-bottom:1px #0165EF solid; 

}

.table_t_r_b {
border-right:1px #0165EF solid;
border-top:1px #0165EF solid;
border-bottom:1px #0165EF solid; 

}


.table_inner {
border-right:1px #FFCC00 dotted;
border-left:1px #FFCC00 dotted; 
border-top:1px #FFCC00 dotted;
border-bottom:1px #FFCC00 dotted; 

}


.inner {
border-right:1px #FFCC00 dashed;
border-left:1px #FFCC00 dashed; 
border-top:1px #FFCC00 dashed;
border-bottom:1px #FFCC00 dashed; 
}

/* TABLE STYLES END */







/* TD STYLES */

TD.border_no_top {
border-bottom: 2px solid #FFCC00;
border-left: 2px solid #FFCC00;
border-right: 2px solid #FFCC00;
}

TD.border_around {
border-bottom: 2px solid #FFCC00;
border-left: 2px solid #FFCC00;
border-right: 2px solid #FFCC00;
border-top: 2px solid #FFCC00;
}

TD.border_no_bottom {
border-left: 2px solid #FFCC00;
border-right: 2px solid #FFCC00;
border-top: 2px solid #FFCC00;
}


TD.top_bottom {
border-bottom: 1px dashed #FFCC00;
border-top: 1px dashed #FFCC00;
}


TD.top {
border-top: 1px solid #FFCC00;
}

TD.right {
border-right: 1px solid #FFCC00;
}

TD.bottom {
border-bottom: 1px solid #FFCC00;
}
				  


TD.left_column {
border-bottom: 2px solid #FFCC00;
border-left: 2px solid #FFCC00;
}
				
TD.border_no_right {
border-bottom: 2px solid #FFCC00;
border-left: 2px solid #FFCC00;
}

/* TD STYLES END */



.border_bottom {
border-bottom: 2px solid #FFCC00;
}






/* FORM INPUT */

.loginform { 
 background-color:#FFFF99; 
 color: #000000; 
 border: 1px solid #999999; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
}

.loginformtext { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 width: 100px; 
 margin-right: 6px; 

}

.loginformbuttons { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 background-color: #FFCC00; 
 color: #FFFFFF; 
 margin-right: 1px;
 border-right:1px #FFFF99 solid;
 border-left:1px #FFFF99 solid; 
 border-top:1px #FFFF99 solid;
 border-bottom:1px #FFFF99 solid; 
}


.menu li a, .submenu li a {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
}

/* FORM INPUT END */



/* bottom */

a.footerLink:link {
			font-family: Century Gothic, tahoma, arial, helvetica, sans-serif;
			color:#00000;
			font-size:12px;
			text-decoration:none;
			}
					 	
a.footerLink:visited {
			font-family: Century Gothic, tahoma, arial, helvetica, sans-serif;
			font-color:#ff00ff;
			font-size:12px;
			text-decoration:none;
			}
					 	
a.footerLink:hover {
	font-family: Century Gothic, tahoma, arial, helvetica, sans-serif;
	color:#FFFFF;
	background: #FFCC00;
	font-size:12px;

			}
			
			
.copytext {
			font-family: "comic sans ms";
			color:#666666;
			font-size:10px;
			}
			
			
a.copy:link {
			font-family: "comic sans ms";
			color:#666666;
			font-size:10px;
			text-decoration:none;
			}
					 	
a.copy:hover {
			font-family: "comic sans ms";
			color:#666666;
			font-size:10px;
			background:#CCCCCC;
			}
					 	
a.copy:visited {
			font-family: "comic sans ms";
			color:#666666;
			font-size:10px;
			text-decoration:none;
		}



.moduleRow {  }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor:default; }
.moduleRowSelected { background-color: #E9F4FC; }