body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D5A75;
}
body {
	background-color: #C7D6E2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position : center;
	background-repeat : repeat-y;
	background-image : url(img/bg2.gif);
}
a {
	font-size: 10px;
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #00CC66;
}
a:active {
	text-decoration: none;
	color: #50779A;
}
a.link {
	font-size: 10px;
	color: #FFFFFF;
}
a.link:link {
	text-decoration: none;
}
a.link:visited {
	text-decoration: none;
	color: #EEE8AA;
}
a.link:hover {
	text-decoration: underline;
	color: #00CC66;
}
a.link:active {
	text-decoration: none;
	color: #FFF5EE;
}

HR {
	border : 1px dotted Gray;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
