BODY
{
	background-color: #550000;
	font-family : Verdana;
	font-size : small;
}

.small_font
{
	font-size : 8pt ;
}

.small_arial
{
	font-size : 8pt ;
	font-family : Arial;
}

.arial
{
	font-family : Arial;
	font-size : 14pt ;
}


.code
{
	font-family : courier;

}

.quote
{
	background-color : #FFFFCC;
}

.tm
{
	font-size : 8pt;
	font-weight : normal;
	vertical-align : super;
}

.big_font
{
	font-size : 14pt;
}

TD
{
	font-family : verdana;
	font-size : x-small ;
}
    	
H1
{
	font-family : verdana;
	font-weight : bold;
	font-size : x-large;
}

H2
{
	font-family : Arial;
	font-weight : bold;
	font-size : medium;
	color: blue;
}

H3
{
	font-family : Arial;
	font-weight : bold;
	font-size : small;
	color: darkblue;
}

.alink
{
	color: black;
}

A
{
	text-decoration : none;
}

A:Visited
{
	text-decoration : none;
}

A:Active
{
	text-decoration : none;
}

A:Hover
{
	text-decoration : none;
	color : #663300;
}

.input
{                                       
	border-top: gray 1px solid;                   
	border-right: gray 1px solid;                 
	border-left: gray 1px solid;                  
	border-bottom: gray 1px solid;                
	font-family: Arial, Helvetica, sans-serif;     
	font-size: 12px;                               
	color: #000000;                                
	background-color: whitesmoke;                       
}                                              

.bold
{
	font-weight: bold;
}

.crossed
{
	text-decoration : line-through;
}

.black
{
	color: black;
}

.firebrick
{
	color: firebrick;
}

.darkblue
{
	color: DarkBlue;
}

.highlight
{
	color: red;
	font-weight:bold;
}

HR
{
	color: silver ;
	height: 1px;
}

.input {
	border-top: black 1px solid;
	border-right: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: white;
}
