/* CSS Document */
body {
	font-family:Arial;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: none;
}
.top_line_desc {
	font-size: 12px;
	font-family:Arial;
	color:#000000;
}
.body_txt {
	font-size: small;
	font-family:Arial;
	color:#000000;
}
.body_txt_bld {
	color: #000000;
	font-weight: bold;
	font-size: small;
}

.title {
	font-size: larger;
	color:#CC3300;
	font-weight: bold;
}

.header {
	font-size: medium;
	color:#14214E;
	font-weight: bold;
}

a.redmenu {
	color:#6B0303;
	text-decoration: none;
	font-weight: bold;
}
a.menu {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	color:#F9E500;
	text-decoration: underline;
	font-weight: bold;
}
a.headermenu {
	font-size: medium;
	color:#14214E;
	text-decoration: none;
	font-weight: bold;
}

a.headermenu:hover {
	font-size: medium;
	text-decoration: underline;
	font-weight: bold;
}

a.leftmenu {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.leftmenu:hover {
	color:#FFF900;
	text-decoration: underline;
	font-weight: bold;
}

a {
	font-size: small;
	text-decoration: none;
}

a:hover {
	font-size: small;
	text-decoration: underline;
}
.banner
{
	width:80%;
}

.rightcol
{
	display: none; 
}

.leftcol
{
	display: none; 
}
.content
{
	float: none; 
}
.footer
{
	display: none; 
	font-size: small;
	color:#14214E;
}