﻿
@import url(footer.css);
@import url(header.css);

body
{
	/* background: #3A7DDA url(/images/body_bg.jpg) repeat-x; */
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	background-color: #A3D963;
	font-family: Trebuchet MS; /* background-image: url(/images/body_bg.jpg);
	background-repeat: repeat-x; */
}


img { border: 0;}

strong {font-weight:bold;}

a
{
	color: #009900;
	text-decoration: none;
}

a:hover { color: #333; }
a.more_link { font-weight: bold; }

a.more_link_gray { 
	font-weight: bold; 
	color:#777169;
	text-decoration:underline;
}

img { behavior: url('/js/pngbehavior.htc'); }


