@import url("layout.css");
@import url("navigation.css");

* {
    margin: 0;
    padding: 0;
    border: 0px none;
}

table input, table textarea, form input {
    font-family: Verdana;
	font-size:11px;
	height: 18px;
	border: 1px solid #D0D0D0;
	background-color: #EFEFEF;
	padding:0px;
}

table input:hover, table textarea:hover, form input:hover {
	background-color: #E0E0E0;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: url("images/bg.jpg");
}

hr {
    background-color:#a9a9a9;
    border:medium none #a9a9a9;
    color:#a9a9a9;
    height:1px;
}

h1 {font-size: 20px; color: #000; display: none;}
h2 {font-size: 18px; color: #000;}
h3 {font-size: 16px; color: #000;}

a {text-decoration: none; color: #99CC33;}

a.active {color: #99CC33;}

a:hover {color: #808080;}

img {border: 0px;}

