
body
{
    background-color: #F7D971;
    color: black;
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
	margin-top: 10px;
}

a {
	font-size: 12px;
	color: #3366CC;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3366CC;
}
a:hover {
	text-decoration: none;
	color: #3399CC;
}
a:active {
	text-decoration: underline;
}

.style1 {
	color: #1085BF;
	font-weight: bold;
	font-size: 18px;
}

td,th {
	font-size: 12px;
	vertical-align: top;
}


.maintable
{
    background-color: white;
}

.rightbdr
{
    border-right: 1px solid #2C7DA0;
}

.leftbdr
{
    border-left: 1px solid #2C7DA0;
}

.bottombdr
{
    border-bottom: 1px solid #2C7DA0;
}

.style5 {
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
}