/* CSS Document */
body
{
margin:20px 0 20px 0;
padding:0;
background-image:url(otherimages/bg.jpg);
background-repeat:repeat-x;
background-color:#abd6fd;
}
.text
{
FONT-SIZE: 12px;
COLOR: #75767b;
FONT-FAMILY:"Trebuchet MS";
line-height:20px;
text-align:justify;
}
#wrapper
{
width:777px;
margin:0 auto;
}
#wrappertop
{
width:777px;
margin:0 auto;
text-align:center;
}
.logo
{
background-image:url(otherimages/main_01.gif);
background-repeat:no-repeat;
background-position:left;
vertical-align:bottom;
width:258;
height:110;
}
.footer
{
FONT-SIZE: 11px;
COLOR: #ffffff;
FONT-FAMILY:Arial, Helvetica, sans-serif;
line-height:15px;
text-align:center;
}
A.headingstyle:link {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ffffff;
	line-height:16px;
	font-weight:bold;
	text-align:center;
	
	text-decoration:none
}
A.headingstyle:visited {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	line-height:16px;
	text-decoration:none
}
A.headingstyle:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#339900;
	font-weight:bold;
	text-align:center;
	line-height:16px;
	text-decoration:none
}
