body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(imagefiles/bg_menu.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF
	}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC9900;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #990066;
	text-decoration: none;
	}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	text-decoration: underline;
	}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

.sidebar {
	background-color: #FC9C9C;
	border: 1px solid #BA1743;

}

.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #D4C266;

}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9900;
	padding: 10px;
	}

.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}

.top-first-lines {
	border: 1px solid #CCCCCC;
}

.top-next-lines {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.row-first-lines {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.row-next-lines {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

