body
{
	background-color: #cacac9;
	margin: 0px;
	padding: 0px;
}

pre
{
	background-color: #eeeeee;
	padding: 5px 5px;
}

/***** type styles *****/

body, td, p
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}

a:link, a:visited, a:active
{
	color: #b90906;
	text-decoration: underline;
}

a:hover
{
	color: #d35d2b;
	text-decoration: underline;
}

td.main_content {
	width: 580px;
	padding: 10px; 5px;	
	background-color: #ffffff;
}

td.footer
{
	width: 580px;
	padding: 10px; 5px;	

	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 9px;
	line-height: 12px;
	
	background-color:#ffffff;
	color: #666666;	
	
}

pre.php_code {
	color: #00A717;
}

pre.flash_code {
	color: #0000BB;
}

.grey_type
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	line-height: 12px;
	color: #666666;
}

.purple_type
{
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-size: 11px;
	font-weight:bold;
	line-height: 12px;
	color: #8080C0;
}

