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


BODY  {
	font-family : serif;
	color : Black;
	text-align : left;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	scrollbar-face-color: #ffffcc;
	scrollbar-highlight-color: #ffffcc;
	scrollbar-3dlight-color: oldlace;
	scrollbar-darkshadow-color: gray;
	scrollbar-shadow-color: silver;
	scrollbar-arrow-color: gray;
	scrollbar-track-color: white;
	background : #ffffcc;
	font : xx-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}

OPTION {
	background-color : transparent;
}

.description {
	font : normal 10px;
	font-style : normal;
}

.showcode {
	color : Red;
	font-weight : bold;
	font-size : x-small;
}


.filename {
	color: #FF6633;
	background-color: transparent;
	font-style: italic;
	font-size: xx-small;
	font : x-small;
	background : #CCFFFF;
}


.required {
	color : #B22222;
	font-weight : bold;
	font : bold;
}
.favcolor {
	background : #EDEDED;
}


.system {
	background-color : #DFDFDF;
	color : Red;
	border-color : Black Black Black Black;
	font-size : x-small;
	font-family : sans-serif;
	padding : 3px;
	width : auto;
}



H1  {
	font-size : 16px;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	text-align : left;
	background-color : #ffff99;
	color : #666633;
	padding : 0;
	margin : 0;
}
li {
	font-size: 12px;
}



H2  {
	font-size : 14px;
	font-weight : bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align : left;
	text-transform : none;
	background : transparent;
	padding : 0;
  margin : 0;	
	color : black;
}

H3  {
	font-size : 12px;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	text-align : left;
	background-color : #ffff99;
	color : #666633;
	padding : 0;
	margin : 0;
	text-align : center;
}

A  {
	
}

A:LINK {
	color : #0099CC;
	text-decoration:none;
}

A:Visited  {
	color : #0099CC;
	text-decoration:none;
}

A:Active  {
	color : #0099CC;
	text-decoration:none;
}

A:Hover  {
	color : black;
	background : #ffff99;
}


.instruction {
	background : #EDEDED;
	font-size : xx-small;
	font-family : sans-serif;
}

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


.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 : #Ffff99;
	text-align : left
}

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

.submit {
	background-color : #Ffff99;
	color : Gray;
	font-weight : bold;
}

td  {
	padding : 0px;
	font : x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
}


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;
}
