#main {
	clear: both;
    width: 80%;
	max-width: 1000px;
	min-width: 750px;
    background-color:#ffc;
	border: solid black 2px; 
	margin: 2em auto;
	padding: 2em;
}

BODY.body {
		background-color: #FFFFCC;  /*#FFFFCC light yellow */
}	
TABLE.body {
		background-color: #FFFFCC;  /*#FFFFCC light yellow */
		padding: 9;
}	


TABLE.main {
		background-color: #FFFF99;  /*#CC9900 rich brown */
		padding: 3;

}	

TR.reg {
		background:  #FFFFCC; /* #FFFFCC light yellow */

}

TD.head {
		font-family:  sans-serif;
		font-size: 12pt;
		font-weight: bold;
}


TD.regbig {
		font-family:  sans-serif;
		font-size: 12pt;
		font-weight: normal;
}

TD.reg {
		font-family:  sans-serif;
		font-size: 10pt;
		font-weight: normal;
}

TD.regr {
		font-family:  sans-serif;
		font-size: 10pt;
		font-weight: normal;
		text-align: right ;
}

INPUT.reg {
		font-family:  sans-serif;
		font-size: 10pt;
		font-weight: normal;
}




DIV.center {
		text-align: center ;
}

DIV.h1 {
		font-family:  sans-serif;
		font-size: 24pt;
		font-weight: bold;
}

DIV.h2 {
		font-family:  sans-serif;
		font-size: 18pt;
		font-weight: normal;
}

DIV.small {
		font-family:  sans-serif;
		font-size: 8pt;
		font-weight: normal;
}

INPUT.button {
		font-family:  sans-serif;
		font-size: 10pt;
		font-weight: normal;
}

INPUT.button2 {
		font-family:  sans-serif;
		font-size: 8pt;
		font-weight: normal;
}


DIV.std {
		font-family:  sans-serif;
		font-size: 10pt;
		font-weight: normal;
}
