html, body, td, p {
	font-family: Century Gothic, Arial, Verdana;
	font-size:12px;
	color: #000000;
}

a {
	color:#4f70bd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	font-size:18px;
	padding-bottom:5px;
	letter-spacing: 5px;
}

h2{
	font-size:16px;
	padding-bottom:5px;
}

h2.hostarea{
	font-size:16px;
	padding-bottom:0px;
}

h3{
	font-size:14px;
	padding-bottom:5px;
}

legend {
	color:#000000;
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
}

fieldset {
	padding:5px;
}

.indent {
	padding:5px;
}

.red {
	color:#FF0000;
}


/************************************************
	main-body
*************************************************/
td#main-body{
	padding-top:5px;
	padding-bottom:15px;
	padding-left:40px;
	padding-right:40px;
	background-image: url(/assets/mainbg.gif);
	background-repeat: repeat-x;
}

td#main-body2{
	padding-top:5px;
	padding-bottom:15px;
	padding-left:40px;
	padding-right:40px;
	background-image: url(/assets/mainbg2.gif);
	background-repeat: repeat-x;
}

/************************************************
	left-nav-box
*************************************************/
td#side-box{
	width: 187px;
	padding-left:10px;
	padding-right:10px;
}

/************************************************
	top-nav-box
*************************************************/
td#top-nav-box{
	background-image: url(/assets/top-nav-fade.gif);
	background-repeat: repeat-x;
	width:780px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

#top-nav-box a {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}

#top-nav-box a:hover {
	text-decoration: underline;
}



/************************************************
	adminList
*************************************************/
#adminList table{
	border: 1px solid #4b505c;
}

#adminList table.noBorder{
	border: 0px;
}

#adminList th{
	font-weight:bold;
	font-size:12px;
	background-color:#3d4c6e;
	color:#FFFFFF;
	text-align:left;
}

#adminList th a {
	color:#FFFFFF;
	text-decoration: none;
}

#adminList th a:hover {
	text-decoration: underline;
}

#adminList td.subHeader{
	font-weight:bold;
	font-size:12px;
	background-color:#93a4ce;
	color:#FFFFFF;
}

#adminList td.subHeader a {
	color:#FFFFFF;
	text-decoration: none;
}

#adminList td.subHeader a:hover {
	text-decoration: underline;
}

/************************************************
	adminNav
*************************************************/
#adminNav a {
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

#adminNav a:hover {
	text-decoration: underline;
}