/* CSS Document */

html{
width:100%;
height:100%;
background-image:url(page_bg.gif);
background-position:top left;
background-repeat:repeat-x;
background-color:#FFFFFF
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f4816;
}

a:link {color: #12320f;}
a:visited {color: #12320f;}
a:hover {color: #12320f;}
a:active {color: #12320f;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.h1 {font-size: 24px}

.h2 {font-size: 16px}

.h3 {font-size: 20px}

.sidebar {font-size: 10px}

.footer {color: #FFFFFF}