@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

table.main {
	background-color: #ffffff;
}

td.header {
	background-image: url('images/headerbg.png');
	background-repeat: repeat-x;
}

td.nav {
	background-color: #cc0000;
	border-top: 1px solid #980000;
	border-bottom: 1px solid #980000;
	color: #FFFFFF;
	font-weight: bold;
	height: 35px;
}

td.footer {
	background-color: #f5f5f5;
	border-top: 1px solid #cdcdcd;
	text-align: center;
}

a.nav:link, a.nav:visited, a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #CC3300;
	text-decoration: none;
}

table.content tr td {
	text-align: left;
}

th {
	border-top: 1px solid #cdcdcd;
	background-color: #f5f5f5;
	border-bottom: 1px solid #cdcdcd;
}

.important {
	color: #FF0000;
	font-weight: bold;
}