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

body {
	margin: 0px;
	padding: 0px;
	background-color: #4f669e;
}
.footerback {
	background-image: url(images/bottom_middle.gif);
	background-repeat: repeat-x;
}
.rightside {
	background-image: url(images/right_back.gif);
	background-repeat: repeat-y;
}
.leftsideback {
	background-image: url(images/leftside_back.gif);
	background-repeat: repeat-y;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #4F669E;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #4F669E;
}
a:hover {
	text-decoration: none;
	color: #CCCC00;
}
a:active {
	text-decoration: underline;
	color: #4F669E;
}.content {
	line-height: 2em;
}
.footer {
	font-size: 10px;
}
.footer a:link {
	color: #000000;
	text-decoration: underline;
}
.footer a:visited {
	text-decoration: underline;
	color: #000000;
}
.footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:active {
	text-decoration: underline;
	color: #000000;
}
li {
	padding-bottom: 8px;
}
