@charset "UTF-8";
body,td,th {
	font-size: 13px;
	color: #0D325C;
}
body {
	background-color: #FFF;
}
a:link {
	color: #0D3263;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C7CDDD;
}
a:hover {
	text-decoration: none;
	color: #930;
}
a:active {
	text-decoration: underline;
	color: #930;
}
h1 {
	font-size: 19px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 9px;
}

.RowDiv {
	display: block;
	clear: both;
	width: 750px;
}

.LeftColumn {
	float: left;
	height: 300px;
	width: 250px;
	display: block;
}

.RightColumn {
	float: left;
	height: 200px;
	width: 500px;
	display: block;
	padding-top: 100px;
}

