BODY {
	background-image : url(../images/layout/bkgd.jpg);
	margin : 0px 0px 0px 0px;
}

TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height : 22px;
	color : White;
}

H1 {
	font-size : 18px;
}

H2 {
	font-size : 16px;
}

A {
	color: #FFEEA8;
}

A:HOVER {
	text-decoration : none;
}

LI {
	list-style-type : square;
}

.footer {
	font-size : 11px;
	line-height : normal;
}

A:HOVER.footer {
	background-color: #97B7CC;
	color : White;
	text-decoration : none;
}

.medium {
	font-size : 11px;
	line-height : normal;
	color: #CCCCCC;
}

A:HOVER.textlink {
	background-color: #97B7CC;
	color : White;
	text-decoration : none;
}

.imgright {
	margin : 10px 0px 10px 10px;
}

.imgleft {
	margin : 10px 10px 10px 0px;
}