/* basic html properties */
		body {font: 12px verdana, arial, helvetica, sans-serif; background-color:#AAAAAA}
		
		td, input, textarea, select {font: 12px verdana}
		p {margin-top:0px}
		img {border:none}
		iframe {border:none; border-collapse:collapse}
		.inputlargetext{ width:270}
		.inputsmalltext{ width:53}
		.inputmediumtext{ width:135}
		.inputmediumsmalltext{ width:94}
		.inputlargesmalltext{ width:200}
		h1 {margin:0px; padding:0px; font-size:50px;}
		h2 {margin:0px; padding:0px; font-size:30px;}
		h3 {margin:0px; padding:0px; font-size:20px;}
		u { color: #0E9CEF; text-decoration: none; cursor:pointer;}


A 		{ color: #000000; text-decoration: none; }
A:link		{ color: #0E9CEF; text-decoration: none; }
A:visited	{ color: #0E9CEF; text-decoration: none; }
A:active	{ color: #0E9CEF;  }
A:hover		{ color: #25729F; font-weight:bold;  }

.redsmall
{
	color: #790000;
}
.whitesmall
{
	color: #FFFFFF;text-decoration: none;font-size:9px;
}
.blacksmall
{
	color: #000000;text-decoration: none;font-size:9px;
}
.darkblue
{
	color: #0E9CEF;text-decoration: none;
}
.graysmall
{
	color: #BBBBBB;text-decoration: none;
}
.bold
{
font-weight:bold;
}
.courier {
	font-family: "Courier New", Courier, mono;
}

