H1  { 
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	background-color : White;
	color : DarkBlue;
}

A  {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : blue;
	font-size : 11px;
	background-color : White;
}

A:Visited  {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 11px;
	background-color : White;
	color : Blue;
}

A:Active  {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : SlateGray;
	font-size : 11px;
	background-color : White;
	text-decoration : none;
}

A:Hover  {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 11px;
	background-color : White;
	text-decoration : underline;
	color : Red;
}

BODY  {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : SlateGray;
	font-size : 11px;
	background-color : White;
}

TD  {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : StateGray;
	font-size : 11px;
	background-color : White;
}


input {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : SlateGray;
	font-size : x-small;
	background-color: LightYellow;
	border: 1px solid Gold;
}


textarea {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : SlateGray;
	font-size : x-small;
	background-color : LightYellow;
	border: 1px solid Gold;

}

.btn  {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : SlateGray;
	font-size : 11px;
	background-color : #FFCC66;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: SlateGray;
	border-right-color: SlateGray;
	border-bottom-color: SlateGray;
	border-left-color: SlateGray;

}

.btnB  {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	font-size : 11px;
}

IFRAME  {
	border-color : Silver;
	border : 1px solid;
}

.table  {
	background-color : Navy;
}
 
.tableB  {
	font-size : 11px;
	background-color : Blue;
	border-width : 1px;
	border-color : Blue;
	border-style : solid;
}
 
.tableG  {
	font-size : 11px;
	background-color : Green;
	border-width : thin;
	border-color : Green;
	border-style : solid;
}
 
.tableY  {
	font-size : 11px;
	background-color : Gold;
	border-width : thin;
	border-color : Gold;
	border-style : solid;
	padding : 1px;
}

.selected {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 11px;
	background-color : White;
	color : Black;
	background-color : White;
}
.sltd {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 11px;
	background-color : Silver;
	color : Black;
	background-color : White;
}
