/***********************************/
/* Standard Style Sheet            */
/* Created On: 01/20/2004          */
/* Last Modified:                  */
/***********************************/


/* standard text and links */
.standard, P, DIV, TD, LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #FFFFFF;
}

.fine {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.titles {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FF0000;
}

.print {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 110%;
	color: #000000;
}
 
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #AAC9DD;
}
 
A:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #E1E9F0;
}
 
H1, H2, H3, H4, H5, H6 {
	font-family : Arial, Helvetica, sans-serif;
}


/* alternate text and links */
.alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

A.alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF000;
}
 
A.alt:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FBFD5C;
}


.altt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

A.altt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF000;
}
 
A.altt:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #FBFD5C;
}


/* form controls */
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.radiobutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* tables */
.border {
	border: 1px solid #99B4CD;
}

.mainHeader {
	
}

.columnHeader {
	
}

.itemRow	{
	background-color: #FFFFFF;
}

.altItemRow	{
	background-color: #93B0CA;
}

.selectedItemRow {
	background-color: #F5F5F5;
}

.rowspan0	{
	background-color: #FFFFFF;
}

.rowspan1 {
	background-color: #F5F5F5;
}

td.otso {
	font-size: 11px;
	
	}
	
a.otso:link {
	font-size: 11px;
	font-family: verdana;
	text-decoration: underline;
	color: #FFFFFF;
	}

a.otso:visited {
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
	color: #0087EC;
	}

a.otso:active {
	font-size: 11px;
	font-family: verdana;
	text-decoration: overline;
	color: #EEEEEE;
	}

a.otso:hover {
	font-size: 11px;
	font-family: verdana;
	text-decoration: overline;
	color: #0087EC;
	}
