/* main body code*/
div.main
{
background-color:transparent;
width:670px;
height:1000px;
overflow: auto;
}
/* table border line*/
table.borderline
{
border-collapse: collapse;
}

/* body information style */
table.info{
font-family:verdana;
font-size:12px;
}

/* heading 1 formatting*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17pt;
	color: #FF0000;
	font-style: normal;
	font-weight: normal;

}
/* heading 2 formatting*/
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #009900;
font-weight: medium;
}
/* heading 3 formatting*/
h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000066;
font-weight: medium;
}

a.cont:link {
	text-decoration: none;
	color: #000066;
}
a.cont:visited {
	text-decoration: none;
	color: #000066;
}
a.cont:hover {
	color: #009900;
	text-decoration: underline;
}
a.cont:active {
	color: #993300;
	text-decoration: underline;
}

