/***********************************/
/* 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: 155%;
	color: #000000;
}

.fine {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.titles {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #687DA9;
}

.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: #EF8F00;
}
 
A:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #E8BC0C;
}
 
H1, H2, H3, H4, H5, H6 {
	font-family : Arial, Helvetica, sans-serif;
}


/* nav text and links */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FFF;
}

A.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FFF;
}
 
A.nav:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FFCC66;
}





.patent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #666699;
}

A.patent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #666699;
}
 
A.patent:hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #FF0000;
}











/* alternate text and links */
.alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #EF8F00;
}

A.alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #FF9900;
}
 
A.alt:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #FFBA00;
}


/* 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 #E7E7E7;
}

.mainHeader {
	
}

.columnHeader {
	
}

.itemRow	{
	background-color: #FFFFFF;
}

.altItemRow	{
	background-color: #F5F5F5;
}

.selectedItemRow {
	background-color: #F5F5F5;
}

.rowspan0	{
	background-color: #FFFFFF;
}

.rowspan1 {
	background-color: #F5F5F5;
}
