/* HTML Tag style definitions */

form
{
   margin              : 0px;
   padding             : 0px;
}

li
{
   font-family         : Trebuchet MS;
   font-size           : 11px;
}

td
{
   font-family         : Trebuchet MS;
   font-size           : 11px;
}

p
{
   font-family         : Trebuchet MS;
   font-size           : 11px;
   padding-left        : 13px;
   padding-right       : 13px;
   padding-top         : 0px;
}

td p
{
   padding             : 0px;
}

a:link, a:visited
{
   color               : #00CC00;
   text-decoration     : none;
}

a:hover
{
   color               : #0071D4;
   text-decoration     : underline;
}

hr
{
   width               : 95%;
}

body {
	background-image: url(../images/layout/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #F0F0F0;
}
.copyright
{
	font-family: Verdana;
	font-size: 11px;
}
.pageheading
{
	font-family: Trebuchet MS;
	font-size: 24px;
	color: #30B457;
	font-weight: normal;
}
body, td, p, div
{
	font-family: Trebuchet MS;
	font-size: 13px;
}