body {
	margin: 0px;
	background: url('images/bg_gradient.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

p {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
}

#main {
	width: 800px;
	border-color: #000000;
	border-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}

#top_bar {
	height: 66px;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #0066bb;
	background-color: #ffffff;
}

.left_bar {
	width: 171px;
	background-color: #e7e7e7;
	padding-left: 0px;
        padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-width: 1px;
	border-color: #000000;
	border-right-style: solid;
}

.content {
	width: 628px;
	background-color: #ffffff;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.heading {
	width: 200px;
	font-weight: bold;
	padding: 3px;
	background-color: #fccc2e;
}

.blank_heading {
	padding: 3px;
}

.bottombox {
	font-size: 8pt;
	font-weight: bold;
	color: #656565;
}

.bottombox_head {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

a.sidemenu_link:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
}

a.sidemenu_link:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
}

a.sidemenu_link:active {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
}

a.sidemenu_link:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 15px;
}


a.bottombox_link:link {
	color: #0066bb;
	text-decoration: none;
	font-weight: bold;
}

a.bottombox_link:visited {
	color: #0066bb;
	text-decoration: none;
	font-weight: bold;
}

a.bottombox_link:active {
	color: #ff66bb;
	text-decoration: none;
	font-weight: bold;
}

a.bottombox_link:hover {
	color: #0066bb;
	text-decoration: underline;
	font-weight: bold;
}

a.bottom_link:link {
	color: #656565;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
}

a.bottom_link:visited {
	color: #656565;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
}

a.bottom_link:active {
	color: #ff6565;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
}

a.bottom_link:hover {
	color: #656565;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 15px;
}