@charset "utf-8";
/* CSS Document */
	

/* Side navigation */
.side-nav {
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 205px;
	background-color: transparent;
	}
.side-nav ul {
	margin: 0px;
	padding: 0px;
	width: 205px;
	}
.side-nav li {
	list-style: none;
	}
.side-nav a:link, .side-nav a:visited {
	text-indent: 10px;
	display: block;
	padding: 0;
	margin: 0;
	color: #333333;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	height: 25px;
	line-height: 23px;
	}
.side-nav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: normal;
	}
	

/* Side headers */
.grey-header {
	clear: both;
	width: 205px;
	height: 30px;
	line-height: 28px;
	background-color: #999999;
	text-indent: 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	}
.green-header {
	clear: both;
	width: 205px;
	height: 30px;
	line-height: 28px;
	background-color: #58BB3D;
	text-indent: 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	margin-top: 25px;
	}
.red-header {
	clear: both;
	width: 205px;
	height: 30px;
	line-height: 28px;
	background-color: #BD3D3C;
	text-indent: 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	margin-top: 25px;
	}
.blue-header {
	clear: both;
	width: 205px;
	height: 30px;
	line-height: 28px;
	background-color: #4A79D1;
	text-indent: 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	margin-top: 25px;
	}	
	