body, td {
	background-color: #222222;
	color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;}

p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
}

.wrapper {width: 750px; margin: 0 auto; text-align: left;}

.rightcolumn {float: right; width: 570px;}
     /*** This must be floated opposite 
		to .second-float ***/

.leftcolumn {float: left; width: 170px;}
     /*** This must be floated opposite 
		to .first-float ***/

	
.clearcolumns {clear: both;}
	
.footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #CCCC99;
	background-color: #444444;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;}
	
.header {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCCC99;
	background-color: #444444;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: normal;}
 
.borderleftright {	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;}
	
.centerall { text-align: center;}

a:link {	color: #FFFFFF;	text-decoration: none;}
a:visited {	color: #CCCC99; text-decoration: none;}
a:hover {	color: #999999; text-decoration: underline;}
a:active {	color: #CCCC99; text-decoration: none;}

h1 {font-size: 24px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #CCCCCC;
	line-height: normal;}

h2 {font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;}
h3 {
	font-size: 12px;
}

.tinytext {font-size: 9px;}