body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	background-color: #1D3A1E;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 25px;
	padding-right: 25px;
	background-image: url(../images/bodybg.gif);
	}
	
A:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
A:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
	
A:active {
	text-decoration: none;
	color: #FFFFFF;
	}
	
A:hover {
	
	color: #009966;
	font-weight: bold;
	
	}
	
A.text:link {
	text-decoration: none;
	color: #006633;
	font-weight: bold;
	}
	
A.text:visited {
	text-decoration: none;
	color: #006633;
	font-weight: bold;
	}
	
A.text:active {
	text-decoration: none;
	color: #006633;
	font-weight: bold;
	}
	
A.text:hover {
	text-decoration: underline;
	color: #006633;
	font-weight: bold;
	}

A.image:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-weight: bold;
	}
	
span.normal {
	font-size: 80%;
	color: #000000;
	}
	
span.normalBold {
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	}

span.large {
	font-size: 100%;
	color: #000000;
	}

span.small {
	font-size: 70%;
	color: #000000;
	}
	
span.copyNotice {
	font-size: 70%;
	color: #FFFFFF;
	}

td.copyNotice {  
	background-color: #666666;
	text-align: center;
	}
	
tr.gray {
	background-color: #CCCCCC;
	}
	
td.titleLine {
	background-color: #FFFFFF;
	text-align: center;
	}
	
table.info {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	}

td.tableInfoCentered {
	color: #FFFFFF;
	text-align: center;
	}
	
td.tableInfoLeft {
	color: #FFFFFF;
	text-align: left;
	}
	
td.tableInfoRight {
	color: #FFFFFF;
	text-align: right;
	}
	
td.menuLine {
	background-color: #333333;
	text-align: center;
	}
	
td.menuItem {
	text-align: center;
	}

span.menuItem {
	font-size: 100%;
	font-weight: bold;
	}
	
span.tableItem {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	}

span.generateinfo {
	font-size: 70%;
	color: #000000;
	}
	
span.page {
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	}
	
span.error {
	color: #CC0000;
	font-weight: bold;
	font-size: 70%;
	text-align: center;
	}
span.sent {
	color: #006633;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	text-decoration: underline;
	}