/* CSS Document */

body {
	margin: 10;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #dfe2e6;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
}
a:link, a:visited {
	color:;
	text-decoration: none
}
a:hover {
	color:;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.error {
	background: #6CF;
	border: #06C;
	padding: 10px;
}
.menu {
	margin-left: 10px;
}
h1 {
	margin-top: 5px;
	margin-bottom: 4px;
	font-size: 16px;
}
h2 {
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 14px;
	
}
td.col1back {
	background: url(../images/col1back.gif) repeat-y;
}
td.col3back {
	background: url(../images/col3back.gif) repeat-y;
}
td.bottomcol2back {
	background: url(../images/bottomcol2back.gif) repeat-x;
}
.height100 {
	height: 100%;
}
td.backcolor2 {
	background: #f3f6f6;
}
td.backcolor3 {
	background: #dfe2e6;
}
.bottom {
	width: 750px;
	height: 20px;
	background: #dfe2e6;
}
.width5 {
	width: 10px;
}
.width41 {
	width: 41px;
}
.inputs {
	width: 300px;
}
textarea {
	width: 300px;
	height: 80px;
}