/*Basics*/
/*-------------------------------------------------------------------------*/
body {
	padding:0px 0px 0px 0px;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	margin: 5px 0px 5px 0px;
}

p {
	font-size:12px;
}

.small {
	font-size:10px;
}

h1 {
	font-size:14px;
	font-weight: bold;
}

#nav {
	background-color: #E01414;
	width: 200px;
	text-align: top;
}
#nav a:link, #nav a:visited {
	color:#E01414;
	text-decoration:none;
}

#nav a:active, #nav a:hover {
	color:#1C12A4;
	text-decoration:none;
}

#headline, #content {
	width:902px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#headline {
	border-top:1px solid #000000;
}

#content {
	border-bottom:1px solid #000000;
	font-size:12px;
	font-weight:normal;
	height:340px;
}

#mainContent {
	margin-left:20px;
	padding-top:20px;
	font-size:12px;
	line-height:18px;
}
#mainContent table  {
	font-size:12px;
}

table .lightBorder {
	padding: 3px;
	background-color: #bbb;
	width: 95%;
}
table .lightBorder td {
	border: 1px solid #fff;
	padding: 2px;
	
}
table .noBorder {
	padding: 0px 0px 3px 3px;
	background-color: #fff;
}
.bgWhite {
	background-color: #fff;
}
table .noBorder td {
	border: none;
	padding: 2px;
	
}

.button, .buttonOn {
	width:180px;
	height:30px;
	margin-bottom:8px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#1C12A4
}
.button {
	background-image:url(pix/button.gif);
}
.buttonOn {
	background-image:url(pix/button_on.gif);
}

.sub_header {
	border: 1px solid #1c12a4;
	padding: 2px;
	font-weight: bold;
	width: 420px;
}
.sub_header a, .sub_header span {
	padding: 0px 10px 0px 10px;
}
.sub_header .active {
	color: #1c12a4;
}
.sub_header a:link, .sub_header a:visited {
	text-decoration: none;
}
.sub_header a:active, .sub_header a:hover {
	text-decoration: none;
}

.highlight {
	background-color: #e01414;
}

a:link, a:visited {
	color:#000000;
}

a:active, a:hover {
	color:#1C12A4;
}

.clearAll, hr  {float:none; clear:both; width:1px; margin:0; padding:0; border:none; font-size:0px; line-height:0px; height:1px;}

