/* CSS Document */

table.main
{
background-color:#c4b09d;
}

td.footer
{
background-image:url(Footer/footerbg.png);
background-repeat:no-repeat;
}

a.five:link {color: #000000; text-decoration: none}
a.five:visited {color: #000000; text-decoration: none}
a.five:hover {color: #000000; text-decoration: underline}

a.six:link {color: #FFFFFF; text-decoration: none}
a.six:visited {color: #FFFFFF; text-decoration: none}
a.six:hover {color: #FFFFFF; text-decoration: underline}

.style2 {color: #000000}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center
}
.style4 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center
}

.body
{
background-color:#FFFFFF;
border-color:#000000;
}

hr.hr
{
color:#000000;
}

td.bottombrdr
{
border-bottom-color:#000000;
border-bottom-width:2px;
border-bottom-style:solid
}

p
{
font:Times New Roman;
font-size:18px
}

.oh
{
border-color:#FF0000;
border-style:dashed
}
