/* CSS Document */
body 
{ 
	margin-top:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
}

.toplink
{
	font-size:11px;
	font-stretch: extra-expanded;	
	font-weight:bold;
	color:white;
	padding-left:4px;
}

a.toplink
{
	text-decoration:none;
}

a.toplink:visited
{
	text-decoration:none;
}
a.toplink:hover
{
	text-decoration:underline;
	color:#fafc76;

}

.bottomlink
{
	font-size:11px;
	color:white;
}

a.bottomlink
{
	text-decoration:none;
}

a.bottomlink:visited
{
	text-decoration:none;
}
a.bottomlink:hover
{
	text-decoration:underline;
	color:#fafc76;

}


.bgtoplink
{
	background-image:url(bg_toplink.jpg); background-repeat:repeat-x;
	height:29px;
	text-align:center;
}

.bgbottomlink
{
	background-image:url(bg_bottomlink.jpg); background-repeat:repeat-x;
	height:58px;
	text-align:center;
}
.padding
{
	padding-left:8px;
}
.paddingpages
{
	padding-left:12px;
	padding-right:12px;
}
.green
{
	color:#006700;
	font-weight:bold;
}
.heading
{
	font-size:14px;
	color:#006700;
	font-weight:bold;
}

li {line-height:19px; list-style-image:url(bullet.gif) }

.submit {
	BORDER-RIGHT: #ffffff 1px groove; 
	BORDER-TOP: #4CA0FF 1px groove; 
	FONT-WEIGHT: bold; FONT-SIZE: 10px; 
	BORDER-LEFT: #9CAECE 1px groove; 
	COLOR:#FFFFFF; 
	BORDER-BOTTOM: #fff 1px groove; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	HEIGHT: 20px; 
	BACKGROUND-COLOR: #006700;
	
}