body {
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #414141;
	
	margin: 0px;
	padding: 0px;
	
	background-color: #666666;
}

img {
	border: 0px;
}

p, td {
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffcc33;
	text-decoration: none;
}

h2 {
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 14px;
	color: #ffcc33;
	font-weight: bold;
	
	margin: 0px;
	padding: 0px;
}
h2 a {
	color: #ffcc33;
	text-decoration: none;
}

h2 a:hover {
	color: #ffcc33;
	text-decoration: overline;
}

.navigation {
	margin-left: 2px;
}

.navigation ul {
	list-style: none;
	
	margin: 0px;
	padding: 0px;
}

.navigation li.row_none {
	color: #ffffff;
	padding: 4px 8px 4px 8px;
	
	border-top: 0px;
	border-left: 1px solid #757575;
	border-right: 1px solid #757575;
	border-bottom: 1px solid #757575;
	
	background-color: #B00305;
	cursor: pointer;
}

.navigation li.row_hover {
	color: #ffffff;
	padding: 4px 8px 4px 8px;
	
	border-top: 0px;
	border-left: 1px solid #757575;
	border-right: 1px solid #757575;
	border-bottom: 1px solid #757575;
	
	background-color: #000000;
	cursor: pointer;
}

.navigation li.row_hover a {
	color: #ffffff;
	background-color: #B00305;
	text-decoration: none;
}

.navigation li.row_hover a:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}