body,td,tr,table {
	font-family: Verdana,Arial,Sans-serif; 
	font-size: 8pt;
	
}

body
{

	background: #eeeeee;
}


.header {
	font-size=8pt;
	color:red;


}

.heading {

	font-size:16pt;
	font-decoration:bold;
}

.footer
{
	border-top:1pt black solid;	
}



.small
{
	font-size:8pt;
}

.large
{
	font-size:12pt;
}


pre {
	font-family: verdana, arial, sans-serif;
}


h1 {
	font-size:14pt;
}

h2 {	
	font-size:13pt;
}

h3 {
	font-size:12pt;
}

h4 {
	font-size:11pt;
}

td#leftcolumn
{
	/*border-right: 1px dashed black; #E5E5E5;*/
	padding-right: 5px;
	background: white;
}

td#maincolumn
{
	padding-left: 5px;
	background: #e5e5e5;
	border: 1px dashed black;

}


