/*attributes for body, all tables, rows, columns*/


body{
	margin: 0px; 
	background-color: #ffffff;
	FONT-FAMILY: sans-serif, Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 11px;
	color: #000000;}

table{
	width: 100%;
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	border-collapse: collapse; 
	border-spacing: 0px;}

td{
	vertical-align: top; 
	text-align:left; 
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	FONT-FAMILY: sans-serif, Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 12px;
	color: #000000;}

tr{
	margin: 0px; 
	padding: 0px; 
	border: 0px;}
	
	
/*attributes for different text sizes*/
	
	
.small{
	FONT-FAMILY: sans-serif, Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 9px;}
	
.medium{
	FONT-FAMILY: sans-serif, Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;}
	
.large{
	FONT-FAMILY: sans-serif, Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 15px;
	font-weight: bold;
	color: #a60c0c;}


/*attributes for forms and tables*/


table.form td{
	FONT-FAMILY: sans-serif, Verdana, Arial, 'Times New Roman';
	padding-bottom: 7px;
	padding-right: 5px;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	background-color: #F8F8F8;
	border-bottom: 1px solid #ffffff;}
	
