body,td,th,input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #A8BCCB;
	margin: 0px;
}
form {
	margin: 0;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
}
h1 {
	text-align: center;
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
}
h2 {
	font-size: 15px;
	color: #336699;
	margin: 5px 0px 5px 0px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #336699;
}
.note {
	color: #666666;
	font-size: 10px;
}
label {
	cursor: pointer;
}
.menu {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
    background: #000 url(menu.png) ;
    background-repeat:repeat-x;
}
.menu li {
	list-style-type: none;
	display: inline;
	padding-right: 1px;
}
.menu a, .menu a:link, .menu a:active, .menu a:visited {
	border-bottom: 0;
	padding: 7px 11px 9px 11px;
	color: #fff;
}
.menu a:hover {
	text-decoration: none;
	color: #fff;
    background: #fff url(menuo.png) ;
    background-repeat:repeat-x;
}
.current a, .current a:link, .current a:active, .current a:visited {
	background: #fff url(menuo.png) ;
    background-repeat:repeat-x;
	color: #fff;
}
.content {
    background: #fff url(bgtitle.png) ;
    background-repeat:repeat-x;
	padding: 20px;
	height: 280px;
	width: 750px;
	text-align: left;
	vertical-align: top;
}
.row_a {
	background-color: #ECF3F7;
}
.row_b {
	background-color: #DBEBF2;
}
.hide {
	display: none;
}

input:focus, select:focus, textarea:focus {
	background: #F1F8FD;
}