/* CSS Document */

body
/*default style for whole site*/
{
	color: #666666;
	font-family: "Bitstream Vera Sans", Arial, Verdana, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	background-image:url(../images/pagebg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}

a:link,
a:hover,
a:visited{ text-decoration: none; font-family: arial; color: #4AA488; }
a:hover{ text-decoration: underline; }

img{
    border: none; 
}
