body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #123A6B;
	background-color: #EAEAEA;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #123A6B;
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px;
}

table {
	width: 100%;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
}

li {
	line-height: 25px;
	list-style-position: inside;
	list-style-type: square;
}

hr {
	color: #D3D3D3;
	height: 1px;
}

h6 {
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

table#main {
	width: 764px;
}

td#menu {
	width: 225px;
	height: 450px;
	background-color: #F2F2F2;
	border-right: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	vertical-align: top;
}

td .copy {
	vertical-align: top;
	padding: 40px;
	
}

td.footer {
	background-color: #3D5885;
	padding: 15px;
	color: #FFFFFF;
	text-align: right;
}

td.footer a {
	color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
}

td.footer a:hover {
	color: FFFFFF;
}

.title {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

.date {
	font-weight: bold;
	color: 666666;
}

