@charset "utf-8";
/* CSS Document */

.menu {
	background-color: #00C;
	text-decoration: none;
	padding:0px 5px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #00C;
	text-align: left;
}
th {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #C00;
}

.menu:hover{
	background-color:#FC0;
	color: #009;
}
.sidebarmenu {
	background-color: #06F;
	text-decoration: none;
	padding:0px 5px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	border-right-style: solid;
	border-right-color: #06F;
	text-align: left;
}
.sidebarmenu:hover
{
	background-color: #FF0;
	color: #000000;
}
.toolbar {
	background-color: #200;
	padding:5px 0px 5px 0px;
	text-align: center;
}
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #7daedb;
}
.TableTitles {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #C00;
	text-align: center;
}
.img-float-right {
	float: right;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.class-lowercase {
	text-transform: lowercase;
}
#rightbanner {
	background-color: #FFF;
	float: right;
	width: 148px;
}
.italic-style {
	font-style: italic;
}
.img-centred-top-padded {
	text-align: center;
	padding-top: 50px;
}
a {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
}

#container #mainContent #body table tr td {
	text-align: center;
}
