
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(images/bk.gif);

	color: #000000;
	
	a:link {color:#FF0000;}      /* unvisited link */
a:visited {color:#00FF00;}  /* visited link */
a:hover {color:#FF00FF;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */
}

.mainfont 
{ font-size:12px;
color:#352b8e;
font-weight:normal;

} 

.mainfont-bold 
{ font-size:12px;
color:#352b8e;
font-weight:bold;
}

.mainfont-bold-white 
{ font-size:12px;
color:#ffffff;
font-weight:bold;
}

.heading1 
{ font-size:24px;
font-weight:bold;
color:#352b8e;
} 

.heading2
{font-size: 20px;
font-weight:normal;
color:#352b8e;}

.footer
{font-size: 10px;
font-weight:normal;
color:#ffffff;
text-decoration: none;
}


.footer A
{font-size: 10px;
font-weight:normal;
color:#ffffff;
text-decoration: none;
}


.footer A:hover
{font-size: 10px;
font-weight:normal;
color:#229310;
text-decoration: none;
}

.heading3
{font-size: 16px;
font-weight:bold;
color:#352b8e;}


.heading4
{font-size: 14px;
font-weight:bold;
color:#36A91B;}


.links {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #352b8e;
	text-decoration: none;
}

.links A {

	font-family: Calibri
	font-size: 12px;
	font-weight: bold;
	color: #352b8e;
	text-decoration: none;
}

.links A:hover {
	color:#229310;
	text-decoration: none;
	}
p.three
{
border-style:solid;
border-width:1px;
color:#006699;
}



.topleftbackground {background:url(images/top-left-bg.jpg);
}
.mainbackground {background:url( url(images/main-bg.jpg) repeat;
}

.dottedline { background:url(images/dotted-line.gif);
}
