body {
	/* background-color: #FFFFD0; */
	background: url(side_gradient.jpg) repeat-x;
	color: #800000;
	margin-top: 20px;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

/* outer div */
#outerdiv {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	background-color: #FFFFE0;
	border-width: 1px;
	border-color: #800000;
	border-style: dotted;
	}

.table {
	width: 600px;
	background-color: #5889C2;
	/* padding: 0 30px 30px 30px; */
	/* margin:  0 30px 30px 170px; */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-width: 0px;
	border-color: #000;
	border-style: solid;
	}
	
a {
	FONT-WEIGHT: normal; 
	COLOR: #ECBA66; 
	TEXT-DECORATION: none;
	font-weight: bold;
}

a:LINK {
color: #ECBA66;
	TEXT-DECORATION: underline;
	font-weight: bold;	
	}
	
a:visited {
	color: #003B7F;
	TEXT-DECORATION: underline;
	font-weight: bold;
	}
	
a:active {
	color: #FF0000;
	TEXT-DECORATION: underline;
	font-weight: bold;
	}
	
a:hover {
	color: #800000;
	TEXT-DECORATION: underline;
	font-weight: bold;
}

H1 {
	color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: left;
	font-weight: 700;
}


P {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #80000;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}