?php
	//color: #D9D1E0 light purple
	//color: #EBFCDC light green
	//color: #417E6A dark teal
	//color: #69417E dark purple
?>

BODY {
	background-color: #417E6A;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 10px;
}

TABLE.base {
	valign: top; 
	border-color: #eeeeee;
	
}
TABLE.base_blk {
	valign: top; 
	border-color: #eeeeee;
	background-color:  #100000 ;
}

TABLE.text {
	valign: top; 
	border-color: #eeeeee;
	background-color:  #100000 ;
}

TR.logo {
	align: center;
	text-align: center;
}

TD.menu_center {
 	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
TD.subhead {
 	font-family: bookman;
	font-size: 20px;
  	font-weight: bold;
	text-align: center;
}

TD.text {
 	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}
TD.text_right {
 	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: right;
}

TD.inform {
 	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
  	font-weight: bold;
}

TD.menu_left {
 	font-family: Times;
	font-size: 10px;
	text-align: left;
}

TD.footer {
 	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #100000 ;
}

.gradientbox {
background-color: #69417E ;
background-image: url(/images/gradient_purple.jpg);
padding: 1px; }