body {
	background:#FFFFFF;
	margin: 0;
	padding: 0;
}
#mainContainer {
	padding: 0;
	position: absolute;
	width: 726px;
	left: 50%;
	margin-left: -381px;
}
h1{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#479595;
}
a:link{
	color:#479595;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#666666;
	text-decoration:none;
}
a:active{
	color:#479595;
	text-decoration:none;
}
a:visited{
	color:#479595;
	text-decoration:none;
}
td.menu{
	font-weight: bold;
	padding-top: 10px;
	width: 120px;
	padding-left: 25px;
	vertical-align: top;
	/*border-right: solid 1px #000000;*/
}
td.content{
	padding-top: 10px;
	vertical-align: top;
	color:#444444;
}
.err{
	color:red;
	font-weight: bold;
}
table.data{
	padding: 0px;
	border-style: none;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.data td, table.data th {
	padding: 4px;
	border: solid 1px #E8E8E8;
}

table {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;	
}

.navArrow {
	letter-spacing: -3px;
	color:#777777;
	font-size: 9px;
}

input {
	border: 1px solid #B8E6E5;
	height: 20px;
	width: 250px;
	font-size: 11px;
	color: #444444;
	background-color: #F9F9F9;
}

input.button {
	width: auto;
	height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #479595;
	border: 1px solid #479595;	
}

input.radio {
	border: 1px solid #B8E6E5;
	height: auto;
	width: auto;
	font-size: 11px;
	color: #666666;
	background-color: #F9F9F9;
}

input.check {
	border: 1px solid #B8E6E5;
	height: auto;
	width: auto;
	font-size: 11px;
	color: #666666;
	background-color: #F9F9F9;
}

input.dropdown {
	border: 1px solid #B8E6E5;
	height: auto;
	width: auto;
	font-size: 11px;
	color: #666666;
	background-color: #F9F9F9;
}