/* Global Styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fed55e;
	background-image:url(/images/bg.jpg);
	background-position: top;
	background-repeat:no-repeat;
	}
	
td {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #3d5301;
	line-height:16px;
	margin-top:0px;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #f58220;
	text-decoration:underline;
	}
	
a:hover {
	color: #3d5301;
	text-decoration:none;
	}

/* Class Styles */


.blueHeader {
	font:22px Verdana, Arial, Helvetica, sans-serif;
	color: #0a5cac;
	line-height:26px;
	}

.contentBg {
	background-image:url(../images/bg-content.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}