BODY, TD {
		font-family : sans-serif ;
}
 
A {
	color: blue;
	display : inline;
	 text-decoration:none
}

A:Hover {
	color: red;
	border-bottom-width : thick;
	text-decoration:none;
	background : white;
}

a.cssButton:link{
	border : thin #E1F7F7;
	border-bottom-width : thick;
	text-decoration:none;
	background : #E1F7F7;
}

a.cssButton:visited{
	border : thin #E1F7F7;
	border-bottom-width : thick;
	text-decoration:none;
	background : #E1F7F7;
}

a.cssButton:hover{
	border : thick ridge #E1F7F7;
	border-bottom-width : thick;
	text-decoration: underline;
	background : #E1F7F7;
	border-left-width : thick;
	border-right-width : thick;
	border-width : thin thick thick thin;
}


H3, H4 { 
	font-variant: small-caps;
	background-color: black;
	color: white; 
	padding: 4px;
	width: 100%;
}
.cssMenu
{
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	font-family: "ÐÂËÎÌå", "ºÚÌå", "Arial";
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}  
.cssListHead
{ 
    color: #008080;
    letter-spacing: 2px;
    text-align: left;
    font-family: times ;
    font-size: 150%;
    font-style: bold;
}  

.cssListSubject
{
    letter-spacing: 2px;
    text-align: left;
    font-family: courier ;
    font-size: 150%;
}

H1 { 
	font-variant: small-caps;
	color: white; 
	padding: 4px;
	width: 100%;
 } H2 { 
	font-variant: small-caps;
	color: white; 
	padding: 4px;
	width: 100%;
 } 
 
 table.cssTable
{
	border: none;
	background-color: #FFFFFF;
	border-color: Blue Silver Silver Silver;
}

.cssSearchTable
{
	border-bottom : 5px inset Navy;
	border-left : 2px inset Black;
	border-right : 5px outset Navy;
	border-top : 2px inset Black;
}

