/* Std styles */

BODY {
	color: Black;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}

TD{
	color: Black;
	font-family: verdana, arial, helvetica;
	font-size: 12px;	
}

.hilite {
	color: #ff0000;
}
A {
	color: #ffff33;
	text-decoration:none;
	font-weight:bold;
}

A:HOVER {
	color: #ffffff;
}
a.outer {
	color: #333333;
	text-decoration:underline;
}
a.outer:hover {
	color: #888888;
}

 INPUT,SELECT,TEXTAREA{
	color: Black;
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	padding-bottom : -1px;
	padding-top : -1px;
}

BLOCKQUOTE{
	color: Black;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;		
	margin-left : 40px;
	font-style : italic;
	font-weight : normal;
	margin-right : 40px;
}

/* Links */

a.topmenu {color: #ffff33;
 font-size: 11px; 
 font-family: verdana, arial, helvetica;
 text-decoration: none;
 font-weight: bold;
 font-style: normal;
 
 
 }
 
 a:hover.topmenu {color: #ffffff;
 font-size: 11px; 
 font-family: verdana, arial, helvetica;
 text-decoration: none;
 font-weight: bold;
 font-style: normal;
 
 
 }
 
 
 a.normal {color: #ff0000;
 font-size: 12px; 
 font-family: verdana, arial, helvetica;
 text-decoration: underline;
 font-weight: normal;
 font-style: normal;
 
 
 }
 
 a:hover.normal {color: #0000ff;
 font-size: 12px; 
 font-family: verdana, arial, helvetica;
 text-decoration: none;
 font-weight: normal;
 font-style: normal;
 
 
 }
  
 .bottom {color: #333333;
 font-size: 10px; 
 font-family: verdana, arial, helvetica;
 text-decoration: none;
 font-weight: bold;
 font-style: normal;
 }
 
 
 a.bottom {color: #336699;
 font-size: 10px; 
 font-family: verdana, arial, helvetica;
 text-decoration: none;
 font-weight: bold;
 font-style: normal;
 }
 
 a:hover.bottom {color: #cc0000;
 font-size: 10px; 
 font-family: verdana, arial, helvetica;
 text-decoration: none;
 font-weight: bold;
 font-style: normal;
 }
 

/* Classes */

.main { color: #000000; 
 font-size: 12px; 
 font-family: verdana, arial, helvetica;
 text-decoration: none;
 font-weight: normal;
 font-style: normal;
 }
 
 .mainsmall { color: #000000; 
 font-size: 11px; 
 font-family: verdana, arial, helvetica;
 text-decoration: none;
 font-weight: normal;
 font-style: normal;
 }
 
 .mainhead { color: #003399; 
 font-size: 12px; 
 font-family: verdana, arial, helvetica;
 text-decoration: none;
 font-weight: bold;
 font-style: normal;
 }
 
 
 .topmenu {color: #ffffff;
 font-size: 10px; 
 font-family: verdana, arial, helvetica;
 text-decoration: none;
 font-weight: normal;
 font-style: normal;
 
}

.tblhead{
	font-size: 11px;
	font-weight : bold;
	color : White;
	background-color :  #000066;
}

.tblsubhead{
	font-size:11px;
	font-weight : bold;
	color : White;
	background-color : #888888;
}
.row0{
	font-size: 11px;
	font-weight : Normal;
	background-color : #3399FF;
	color : Black;
}

.row1{
	font-size: 11px;
	font-weight : Normal;
	background-color : #3399FF;
	color : Black;
}

.userdesc {
	background-color : #888888;
}

.desc{
	font-size: 10px;
	font-weight : normal;
	color : Black;
}
.title{
	font-size: 11px;
	font-weight : Bold;	
	color : #666666;	
}

.button{
	font-size: 10px; 
 font-family: verdana, arial, helvetica;
 text-decoration: none;
 font-weight: bold;
 font-style: normal;
 color : #ffff00;
 background-color : #cc0000;
}
