/* CSS Document */

body {
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 0;
margin: 0;
background-image: url(images/left_bg.gif);
background-position: left;
background-repeat: repeat-y;
}

a:link { text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #000000; }
a:active { text-decoration: underline; color: #000000; }
a:hover { text-decoration: underline; color: #bf2f2f; }


form { padding: 0; margin: 0; }
input.login { height: 16px; border: 1px solid #CCCCCC; background-color: #FAFAFA; font-size: 10px; margin: 0; padding: 0; width: 120px; }

td.nav_header { background: url(images/nav_header_bg.gif); color: #FFFFFF; font-weight: bold; text-align: center; line-height: 20px;}

td.nav { 
background: url(images/nav_btn_bg.gif); 
color: #FFFFFF; font-weight: bold; 
line-height: 20px; 
padding-left: 3px; 
}

td.nav a:link, td.nav a:visited, td.nav a:active { 
	color: #FFFFFF; font-weight: bold;
	text-decoration: none;
}
td.nav a:hover{ color: #FFFFFF; font-weight: bold; 
text-decoration: underline;
}

td.form_label { font-weight: bold; text-align: right; background-color: #FFFFFF; }
td.form_label_req { color: #FF0000; text-align: right; font-weight: bold; background-color: #FAFAFA; }

h1 { font-size: 16px; margin: 0; padding: 0; }

td.list_header { color: #FFFFFF; font-weight: bold; background-color: #bf2f2f; text-align: center; padding: 5px; }
td.list_header a:link { color: #FFFFFF; font-weight: bold; background-color: #bf2f2f; text-align: center; padding: 5px; }
td.list_header a:visited { color: #FFFFFF; font-weight: bold; background-color: #bf2f2f; text-align: center; padding: 5px; }
td.list_header a:active { color: #FFFFFF; font-weight: bold; background-color: #bf2f2f; text-align: center; padding: 5px; }
td.list_header a:hover { color: #FFFFFF; font-weight: bold; background-color: #bf2f2f; text-align: center; padding: 5px; }


td.list_body { color: #000000; padding: 5px; border-top: 1px solid #FFFFFF; background-color: #F1F1F1; }
