body { 		color: #000000;
		font: 14px Helvetica, sans-serif;
		text-decoration: none;
		margin: 0px 0px 0px 0px;
		}


div.box {       border: solid;
                border-width: 0;
                width: 800;
                background: #FDF5E6;
                padding: 8px;
                }

div.box2 {       border: solid;
                border-width: 1;
                width: 800;
                background: #FDF5E6;
                padding: 8px;
                }

div.boxbottom {       border: solid;
                border-width: 0;
                width: 800;
                background: #FFFFFF;
                padding: 8px;
                }

.control { 	color: #FF000F;
		font-size: 14px;
		text-decoration: none;
		font-weight: bold;
		}

.menu { 	color: #FFFFFF;
		font-size: 13px;
		text-decoration: none;
		font-weight: bold;
		}

.footer { 	font-size: 12px;
		margin: 5px;
		font-style: italic;
		}

h1 {		font-size: 18px;
		font-weight: bold;
		text-decoration: underline;
		font-weight: normal;
		margin: 0px
		}

h2 {		font-size: 16px;
		font-weight: bold;
		text-decoration: underline;
		font-weight: normal;
		margin: 0px
		}

h3 {		font-size: 14px;
		font-weight: bold;
		text-decoration:;
		font-weight: normal;
		margin: 0px
		}

h4 {		font-size: 13px;
		font-weight: bold;
		margin: 0px
		}

h5 {		font-size: 10px;
		font-weight: bold;
		margin: 0px
		}

.popups	{
	position:absolute; 
	margin-left:-350px;
	visibility:hidden;
	}

.popuplist	{
	position:absolute; 
	margin-top:-300px;
	margin-left:-350px;
	visibility:hidden;
	}

tr.odd td {
        background-color: #FDF5E6;
	padding: 4px;
	font-size: 13px;
}

tr.even td {
        background-color: #ECE5D6;
	padding: 4px;
	font-size: 13px;
}

