/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:   url(../images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom; 
	background-color: #004129;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #495900;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #000000;
}
.pic_border {
	border-width: 1;
	border-style:solid;
	border-color:#000000;
}
.title_table {
	color: #FFFFFF;
	font-weight:bold;
}
.inputfld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999966;
	padding: 4px;
}