body {
	color: #000000;
	background-color: #EEF5E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image: url(../images/bkg.gif);
	background-repeat : repeat-y;
}



a:link {
	color: #364812;
	text-decoration: underline;
}
a:visited {
	color: #364812;
	text-decoration: underline;
}
a:hover {
	color: #364812;
    text-decoration: none;
}
a:active {
	color: #364812;
	text-decoration: underline;
}


a.page:link {
    text-decoration: none;
}
a.page:visited {
    text-decoration: none;
}
a.page:hover {
    text-decoration: none;
}
a.page:active {
    text-decoration: none;
}


td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
td.header1{
	color: #99CC33;
	vertical-align: middle;
	text-align: left;
	font-size: 10pt;
	text-transform : uppercase;
}

div.header2{
	font-size : 10pt;
	color: #999999;
	font-weight : bold;
	margin-bottom : 25px;
	font-variant : small-caps;
}

div.page_active{
	text-align : center;
	vertical-align : middle;
	font-size : 7pt;
	color : #000000;
	background-color : #99CC33;
	width : 17px;
	height : 17px;
	border : 1px solid #999999;
	cursor : hand;
}
div.page_inactive{
	text-align : center;
	vertical-align : middle;
	font-size : 7pt;
	color : #CCCCCC;
	background-color : #999999;
	width : 17px;
	height : 17px;
	border : 1px solid #999999;
	cursor : hand;
}

span.caption{
	color: #999999;
}

span.small{
	font-size : 7pt;
}

span.error{
	color: #FF0000;
}


input.form{
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 1px solid #999999;
}
textarea.form{
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 1px solid #999999;
}

hr{
	height: 1px;
	color: #999999;
}


img.picture{
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}
