/* CSS Document by Svein Erik Storkaas 2008 | www.csstemplatesweb.com */

* {margin: 0; padding: 0;}

body {
	padding:5px;
	font-family: verdana, sans-serif;
	font-size:85%;
	background: #f2f3f1;

}

body p
{
padding:5px 5px 5px 5px;
font-family:Tahoma, "ms Sans-Serif";
color:#393939;
}



h1{ font-family:Tahoma, "ms Sans-Serif";
font-size:20px;
color:#c12a2d;
padding:2px 0px 0px 5px;
}


h2{ font-family:Tahoma, "ms Sans-Serif";
font-size:17px;
color:#c12a2d;
padding:2px 0px 0px 5px;
}

a {color:#434343;}
a:visited {color:#434343;}
a:active {color:#434343;}
a:hover {text-decoration:none;}





.data table { 
color:#000;
        background:#fff;
        border: 1px solid #8D614A;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 } 

.data td { 
font-size: 70%; 
font: 70%/1.0 Verdana, sans-serif; 
	text-align: center;
border-bottom-style: dashed ; 
border-bottom-color: #bebebe; 
border-bottom-width: 1px; } 


input.tan {background-color: #ffffcc; font-weight: bold; font-size: 12px; color: black;}
input.pink {background-color: #ffcccc;}
textarea.violet {background-color: #ccccff; font-size: 10px;}
option.tan {background-color: #ffffcc; font-weight: bold; font-size: 12px; color: black;}
option.pink {background-color: ##E7DBAD;}
option:hover{background-color:#9C4908;}

