
/* -----------NAVIGATION BUTTONS-------------------*/
.button {background-color: #eeeeee;}
.button:HOVER,.buttonover {background-color:orange;}
.buttoncurrent {background-color: #F58B3D;}
/* -----------/NAVIGATION BUTTONS------------------*/


h1,h2,h3,h4,h5,p,ul,a,body,.regtext,.medtext,td {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;}

b   {font-size:12px;}
.title {
	font-size:22px;
	font-weight:bold;
	}
.formelement
{
background-color: #f8f8f8;
color: #666;
padding: 1px;
margin-bottom: 0px;
margin-top: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
border: 1px solid #333;
}

.bottomdashed{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
.transimage1 {
	width: 300px;
	margin: 0 50px;
	background-color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}

.transimage2 {
	width: 300px;
	margin: 0 50px;
	background-color: #fff;
	filter:alpha(opacity=100);
	-moz-opacity:0;
	opacity: 0;
	}	
	
</style>