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:#FEF3D7;
}

h1 { 
	font-weight:bold;
	font-size:22px;
	display:inline;
	position:relative;
	left:16px;
}

h2 { 
	font-weight:bold;
	font-size:16px;
}

h3 { 
	font-weight:bold;
	font-size:14px;
	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;
}

a.info{
    position:relative;
    color:#000;
    padding-right: 0px;
    padding-left: 0;
    text-decoration:none;
    cursor:help;
    border-bottom :1px dashed #b2b2b2;
    z-index:5;
}
a.info:hover{background-color:#fff;z-index:20; text-decoration:none;}
a.info span{display: none}
a.info:hover span{
    display:block;
    position:absolute;
    top:20px; left:-100px; width:200px;
    font-size:11px;
    padding: 5px;
    border:1px solid #000;
    background-color:#FFFFFF; color:#000;
    text-align: center;
    cursor:help;
    z-index:20;
}