@charset "UTF-8";
/* CSS Document */

body {
	background-color:#CCC;
	margin:0px;
}
body, td, tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:20px;
}
h1 {
	font-size:20px;
	font-weight:normal;
}
h2 {
	font-size:16px;
	color:#B70021;
	margin:0px;	
}
p {
	margin:0px;
}
a:link, a:visited, a:active {
	color:#B70021;
	text-decoration:none;
}
a:hover {
	color:#1F6586;
	text-decoration:underline;
}
.left {
	background-image:url(images/fading-dots.png);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align: center;
}
.style2 {
	color: #000;
	font-weight: bold;
}
.style3 {color: #A84F5D}
.style4 {color: #C86A79}
.style5 {
	color: #1F6586;
	font-size:13px;
}	
.style6 {
	color: #B70021;
	font-size:13px;
}	
.border {
	border-left: solid 1px #666;
	color:#1F6586;
	padding-left:10px;
}
#footer-wrap {
	height:35px;
	position:relative;
}
#copyright {
	float:left;
	position:relative;
	width: 40%;
}
#designed {
	float:right;
	position:relative;
	width: 40%;
	text-align:right;
	}