

body {
	font-size:9px; 
	font-family: Verdana;
	color: #FFCCCC;
	
	background: #F0F0F0;
	margin-top: 12px;
	margin-left: 24px; 
}

td {
	font-size:9px; 
	font-family: Verdana;
}

ul {
	list-style-type:  disc;
	margin: 0px 0px 0px 14px;
	padding:0px 0px 0px 5px;
}

li {
	padding:1px 0px 1px 0px;
	line-height: 11px;
}

a {
	color: #CC9999;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #F0F0F0;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	color: #C0C0C0;
	margin: 0px;
}

select, input, textarea {
	color: #000000;
	font-size: 10px;
}

.mainTable  {
	width: 720px;
	margin: 0px 0px 4px 0px;
}

.picFrame  {
	border: 2px solid #9D9D9D;
	padding: 1px;
	background: #F0F0F0;
}

.baseCell {
	background: #F0F0F0;
}

.greyCell {
	background: #888888;
}

.darkGreyCell {
	background: #555555;
}

.liteGreyCell {
	background: #BBBBBB;
}

.greyContentCell {
	background: #888888;
	padding: 30px 20px 30px 20px;
}



.greyHeader {
	background: #DBD4AF;
}

.footerText {
	color: #CC6699;
	font-weight: bold;
	text-decoration: none;
}

.footerText:hover {
	color: #F0F0F0;
	text-decoration: none;
}

