/* Global Reset CSS Document */
* {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin:0.5em 0;
}

li,dd {
margin-left:1em;
}

fieldset{
padding:.5em
}

body {
	background-image:url(images/bkgd-gradient.jpg);
	background-repeat:repeat-x;
	background-color:#5e8550;
	font-size:85%;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.3;
}

a img{border:none}


