/*  *********
	Standards
	********* */

BODY {
	color: #444444;
	background-color: #ffffd5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TD {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}

TABLE {
}

/*  *********
	Link
	********* */

A:LINK {
	color: #888888;
}

A:ACTIVE {
	color: #666699;
}

A:VISITED {
	color: #888888;
}

A:HOVER {
	color: #666699;
}


TD.MainHeader {
	background-color: #ffff99;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

TD.FooterLeft {
	font-size: 10px;
	vertical-align: top;
}

TD.FooterMiddle {
	background-color: #ffff99;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	text-align: center;
	vertical-align: center;
}

TD.FooterRight {
	font-size: 10px;
	vertical-align: top;
}