/* CSS Document */

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
	background: #D1CBCB;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
/*	background-image : url(images/bg_line.gif);*/
/*	background-repeat:repeat-x;*/
	
	
	scrollbar-highlight-color: #D6D6D6;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: #E5E5E5;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #E8E8E8;
	scrollbar-face-color: #CCCCCC;
 }

table, input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #336633;
/*	background: #E8E5E5;*/
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #336633;
	letter-spacing:2px;
	margin-bottom:-8px;
}

 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

p {
	margin-bottom:-5px;
}

.site {
	margin-left:20px;
	margin-right:15px;
	margin-top:18px;
}

a {
	color : #538053; 
	text-decoration : none; 
	}

a:hover {
	text-decoration : underline;
}

.tableHeader {
	font-weight:bold;
	letter-spacing:1px;
	background:#B4D0B4;
}

.tableHeader2 {
	background:#D2E3D2;
}

.forms {
	background:#DEE5DE;
}

.textfield {
	font-family : Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	height:19px;
	border-width:1px;
	color:black;
	padding-left:4px;
	padding-right:4px;
}

.numeric {
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	height:19px;
	border-width:0px;
	color:black;
	padding-left:4px;
	padding-right:2px;
	text-align:right;
}

.buttons {
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
	width:100%;
	height:21px;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#336633;
	padding-bottom:1px;
}


