a:link {color: #000000; text-decoration: none;}
a:visited {color: #444444; text-decoration: none;} 
a:active {color: #000000; text-decoration: none;} 
a:hover {color: #000000; text-decoration: none;}

img { border: 0; }

.radio { border: 0; background-color:#9BA7EE; }

body { 
	padding:5px;
	font-family:Verdana;
	font-size:12px;
	line-height:140%;
	background-color:#eee;
}

h1 { 
	font-weight:bold;
	font-size:26px;
	line-height:110%;
	display:inline;
}

h2 { 
	font-weight:bold;
	font-size:16px;
	display:inline;
}

h3 { 
	font-weight:bold;
	font-size:12px;
	display:inline;
}

h4 { 
	font-weight:bold;
	font-size:12px;
	display:inline;
}

input, select, textarea
{
	color: black;
	font-size: 12px;
	font-family: Verdana;
	border:1px solid black;
}

.boxheader {
	position:relative;
	left:17px;
	top:1px;
	width:90%;
	overflow:hidden;
	height:12px;
	line-height:100%;
	padding-right:5px;	
	padding-left:5px;	
	padding-top:1px;
	border:1px solid #ccc; 
	background-color:#eee;	
	font-size:10px;
}

.red {
	color:#ff0000;
}