 /* HTML Tags */
body {
	margin-width: 0;
	margin-height: 0;
	margin-top: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: #FFF url(/art/page_bkg.gif) repeat-x;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h2 {font-size:11px; font-weight:bold; margin-bottom:-10px; }

/* Layers */
#content {
	margin:0 auto;
	width: 90%;
	text-align: center;
}

a:link {
	color : #0066CC;
	text-decoration : none;
}
a:visited {
	color : #0066CC;
	text-decoration : none;
}
a:hover {
	color : #0033CC;
	text-decoration : underline;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.red
{ color:#FF0000 }

.header
{
	text-align:center;
	margin-bottom:-10px;
	position:relative;
	top: -20px;
	width:226px;
	height:30px;
	color: #000033;
	font: 20px Optima, Arial, Verdana;
}

.tableMain {
	border: 1px solid #CCCCCC;
}
.tableMain th {
	color: #0D004C;
	padding: 3px 3px 4px;
	font-weight: bold;
	background: #CBE9F5;
	border-bottom: 1px solid #00BFF3;
}
.tableMain td {
	font-weight: normal;
	padding: 3px;
}

.tableForms {
	border-collapse: collapse;
}
.tableForms td {
	font-weight: normal;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}
.tableForms th {
	color: #333333;
	padding: 3px 3px 4px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}

.formsList {
	list-style:none;
	margin:0;
	padding: 3px;
}
.formsList li {
	margin-left:10px;
	padding: 2px;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.spacedText {
	line-height: 1.5em;
}

/* menu */
#menu {
	font: 13px tahoma;
	position:relative;
	margin-top:0;
	overflow: hidden;
}
#menu li {
float: left;
list-style: none;
width:80px;
height:50px;
border-right:#FFFFFF solid 1px;
}
#menu li a {
text-decoration: none;
color: #FFF;
text-align: center;
z-index: 10;
display: block;
position: relative;
padding-top:8px;
height:40px;
}
#menu li a:hover {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	z-index: 10;
	display: block;
	position: relative;
	padding-top:6px;
	height:40px;
	background: url(/art/menu_up.png) no-repeat 10px 40px;
}
