BODY {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background: url(images/background.gif);
}

A:link {
text-decoration: underline;
color: #000099;
}

A:visited {
text-decoration: underline;
color: #000099;
}

A:hover {
text-decoration: none;
color: #CC0000;
}

A:active {
text-decoration: none;
color: Red;
}

h1 {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 18px;
	line-height: 20px;
}

h2 {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 16px;
	line-height: 18px;
	color : #990033;
	margin-bottom: 0px;
}

ul {
	margin-top: 10px;
	margin-left: 30px;
}

.content {
	margin-left : 5px;
	color : Black;
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 12px;
	line-height: 15px;
}

.smcontent {
	color : Black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9px;
	line-height: 12px;
}

.footer {
	color : Black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9px;
	line-height: 15px;
}