body {
background-image:url(../files/images/bg.gif);
background-position:left top;
background-repeat:repeat-y;
background-color:#3b3d5d;
}

.mainheading
{
		font-weight: bold;
        font-size: 20px;
        color: #FF9E0C;
        font-family: Book Antiqua, Arial, sans-serif;
		text-decoration: none;
}
.bodytxt
{
		font-weight: none;
        font-size: 10px;
        color: #000000;
        font-family: Georgia, Arial, sans-serif;
		text-decoration: none;
}
.subhead
{
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        font-family: Arial, helvetica, sans-serif;
		text-decoration: none;
}
.addresstxt
{
        font-weight: none;
        font-size: 11px;
        color: #FFFFFF;
        font-family: Arial, helvetica, sans-serif;
		text-decoration: none;
}
.topnav1:link
{
        font-weight: bold;
        font-size: 10px;
        color: #FF9E0C;
        font-family: Arial, helvetica, sans-serif;
		text-decoration: none;
}
.topnav1:hover
{
        font-weight: bold;
        font-size: 10px;
        color: #FFFFFF;
        font-family: Arial, helvetica, sans-serif;
		text-decoration: none;
}
.topnav1:visited
{
        font-weight: bold;
        font-size: 10px;
        color: #FF9E0C;
        font-family: Arial, helvetica, sans-serif;
		text-decoration: none;
}
.topnav2:link
{
        font-weight: bold;
        font-size: 12px;
        color: #FF9E0C;
        font-family: Arial, helvetica, sans-serif;
		text-decoration: none;
}
.topnav2:hover
{
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        font-family: Arial, helvetica, sans-serif;
		text-decoration: none;
}
.topnav2:visited
{
        font-weight: bold;
        font-size: 12px;
        color: #FF9E0C;
        font-family: Arial, helvetica, sans-serif;
		text-decoration: none;
}
.footerlink:link
{
        font-weight: none;
        font-size: 11px;
        color: #ADB6D7;
        font-family: Arial, helvetica, sans-serif;
		text-decoration: none;
}
.footerlink:hover
{
        font-weight: none;
        font-size: 11px;
        color: #FFFFFF;
        font-family: Arial, helvetica, sans-serif;
		text-decoration: none;
}
.footerlink:visited
{
        font-weight: none;
        font-size: 11px;
        color: #ADB6D7;
        font-family: Arial, helvetica, sans-serif;
		text-decoration: none;
}

.bgheader
{
	background-image: url(../images/img_bgheader.jpg);
}
.bgbody
{
	background-color: #F3F9EE;
}

.line1
{
	background-color: #666AA2;
}
.line2
{
	background-color: #FAA61A;
}
.line3
{
	background-color: #D9DEE3;
}
.rightbg
{
	background-color: #C4ACE6;
}
.bgblack
{
	background-color: #000000;
}
.tablebody
{
		BORDER-LEFT:   #FF9900 1px solid;
		BORDER-RIGHT:  #1D4200 1px solid;
		BORDER-TOP:    #878BC0 1px solid;
}
.blacktable
{
		BORDER-BOTTOM: #000000 1px solid;
		BORDER-LEFT:   #000000 1px solid;
		BORDER-RIGHT:  #000000 1px solid;
		BORDER-TOP:    #000000 1px solid;
}
.borderright
{
		BORDER-RIGHT:  #000000 1px solid;
		BORDER-LEFT:  #7478B8 3px solid;
		
}