﻿#body {
	font-family: Verdana, Times New Roman, Times;
	background-color: #064054;
	color: rgb(0,0,0);
	margin: 0;
	padding: 0;
	border: 0;
}
#column_l {
	position: relative;
	margin: 30;
	float: left;
}
#column_r {
	float: left;
}
#footer {
	background-color: #1b0f0f;
	width: auto;
	clear: both;
	overflow: auto;
}
.navigation {
	font-family: Verdana, Times New Roman, Times;
	background-color: #a1bec4;
	text-align:	center;
	color: rgb(0,0,0);
	font-size:x-small;
}
.float_right {
	float: right;
}
.float_center {
	float:none
}
.bgpattern {
	background-image: url('bgpattern2.gif');
}
.mainfont {
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
margin-left:40px;
color:inherit;
text-align:justify;
}
.smallfont {
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:inherit;
text-align:justify;
}
.largefont {
font-family:Arial, Helvetica, sans-serif;
font-size:x-large;
font-weight:bold;
color:inherit;
text-align:center;
}

a:link {
	color: rgb(0,0,0);
}
a:visited {
	color: rgb(0,0,0);
}
a:active {
	color: rgb(102,255,0);
}

