/* 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 : black;
/*	background: #E8E5E5;*/
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #CC222A;
	letter-spacing:2px;
	margin-bottom:-8px;
}

 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin-bottom:-8px;
}

 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin-bottom:-2px;
}

p {
	margin-bottom:-5px;
}

.site {
	margin-left:20px;
	margin-right:15px;
	margin-top:18px;
}

a {
	color : #517BA5; 
	text-decoration : none; 
	}

a:hover {
	text-decoration : underline;
}

.tableHeader {
	font-weight:bold;
	letter-spacing:1px;
	background:#B4D0B4;
}

.tableHeader2 {
	background:#D2E3D2;
}

.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;
}


