/* Tags */
body {
	background-color: #333333;
	font-family: Arial;
	font-size: 12px;	
}

h1 {
	padding: 7px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/headline.jpg);
	display: block;
}

h2 {
	font-size: 14px;
	color: #0066CC;
}

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

ul {
	list-style: url(../images/bullet.gif);
}

a, a:active, a:visited {
	color: #007236;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* Classes */
a.menulink, a.menulink:active, a.menulink:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a.menulink:hover {
	text-decoration: underline;
}

img {
	border: none;
}

table.main {
	width: 800px;
}

table.points {
	border-color: #999999;
	border-collapse: collapse;
}

td.spacing {
	padding: 10px;
	background-color: #111111;
}

td.header {
	padding: 0px;
	background-color: #111111;
}

td.mainContent {
	padding: 5px;
	background-color: #EEEEEE;
	border-top: 3px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	height: 500px;
	vertical-align: top;
}

td.mainContentIndex {
	padding: 0px;
	background-color: #111111;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	height: 500px;
	vertical-align: top;
}

td.leftnav {
	padding: 5px;
	background-color: #CCCCCC;
	font-size: 12px;
	color: #111111;
	vertical-align:top;
	width:150px;
}

td.rightcontent {
	padding: 5px;
	font-size: 12px;
	color: #111111;
	vertical-align:top;
}

td.footer1 {
	padding: 5px;
	background-color: #333333;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	height:20px;
}

td.footer2 {
	padding: 5px;
	background-color: #111111;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	height:30px;
}

p.leftnav {
	color: #FFFFFF;
}

iframe {
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}

/* DIV id's */
.toprightmenu {
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
	float: right;
}

.topleftmenu {	
	padding: 3px;
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
	float: center;
}

.headline1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

.bold_under {
	font-weight: bold;
	text-decoration: underline;
}

.style1 {
	color: #007236;
}

.style2 {
	color: red;
}
