
.universal {
	background : transparent;
	background-color : inherit;
}


BODY  {
	font-size : 12px;
	font-family : serif;
	color : Black;
	font : 12px tahoma;
	text-align : left;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	background : White;
}


OPTION {
	background-color : transparent;
}





H1  {
	font-size : 18px;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #6600cc;

}


H2  {
	font-size : 16px;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align : left;
	text-transform : none;
	color: #0099cc;
	background : transparent;
	}

	
H3  {
	font-size : 14px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
	color : #0099CC;
	text-transform : capitalize;
}


H4 {
	font-size : 12px;
    font-family: verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
	color : Gray;
	font-weight : bold;
}

H6  {
	font-size : 16px;
	font-weight : bold;
	text-align : left;
	color : Gray;
	background-color : transparent;
	text-transform : none;
}









.x-small  {
	font-size : x-small;
}


.small {
	font-size : x-small;
}



.row_default {
	background-color : #FFFFF0;
}

.row_alternating {
	background-color : #EDEDED;
}



th  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	color : Gray;
	background-color : #c2c2c2;
	background-image : url('none');
	text-align : left
}

.input {
	background-color : White;
	color : Gray;
	font-weight : normal;
}

.submit {
	background-color : White;
	color : Gray;
	font-weight : normal;
	font-size: 11px;
}

td  {
	font-size : 12px;
	padding : 0px;
}

td.off {
background: #006600;
}

td.on {
background: #00cc00;
}


table  {
	text-align : left;
}


.form  {
	border-style : double;
	border-color : #8B4513;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 8px;
	padding-bottom : 8px;
	padding : 2px;
}


.navigation  {
	font-size : x-small;
	text-align : left;
	text-indent : 0px;
	background-color : #ffffcc;
}



.accessdenied  {
	font-size : 48px;
	font-family : sans-serif;
	font-weight : bold;
	color : Red;
	scrollbar-track-color : #0099CC;
	scrollbar-face-color : #FFCC00;
}

