/* Page BODY definition - universal to all pages and otherwise undefined text */
BODY {
	
	background-color : #ECEFE4;
	font-family: Times New Roman, Trebuchet MS, Georgia;
/*	font-weight : normal; */
	font-size: 14px;
	color: #000000;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
}

/* Standard Page Links */
a:link, a:visited {
	color: #1e1e91;
	text-decoration: none;
}

/* Standard Page Links - What happens when you hover your mouse over a link text */
a:hover {
	color: #0000CC;
	text-decoration: underline;
}

/* table Tag Definitions */
table {
	font-family: Times New Roman, Trebuchet MS, Georgia;
	font-size: 13px;
	color: #000000;
}


/*********EOF*********/
/* the above is not a necessary tag 
 - it means End Of File and is used 
 - to let the programmer know this 
 - is the intended end of this file. 
 - you may remove this comment */