/* Page Display Styles
----------------------------------------------- */
html, body {
	background-color: #F2F197;
	height:100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
/* Link Styles
----------------------------------------------- */
a,a:hover,a:visited,a:active {
	color: #0000FF;
	text-decoration: underline;
}
/* General Content Styles
----------------------------------------------- */
#body { padding-left: 10px; padding-right: 10px; padding-top: 5px}
body,p,table,tr,td,div,span { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #000000; font-weight: normal; font-style: normal; line-height: 14px; }
h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
