body { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#000000;
	scrollbar-base-color: #CFCDC8;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #F9F8F4;
	scrollbar-darkshadow-color: #CFCDC8;
	scrollbar-shadow-color: #CFCDC8;
}

input, select, textarea{ 
	font-size: 11px;
}

a { 
	color: #336699; 
	text-decoration: none;
}

a:active,a:visited, a:hover  {  
	color: #336699; 
	text-decoration: none; 
}

a:hover { color: #3399FF; }

.error {
	color: #FF0000; 
	font-size: 11px; 
	font-weight: bold; 
}

.title { 
	color: #2F2F2F; 
	font-size: 16px; 
	font-weight: bold; 
}

.footer  {
	color: #808080; 
	font-size: 10px; 
	font-weight: normal;
}

.tableHeader {
	font-size:12px;
	color: #E6E6E6;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	padding:10px;
}
	
.loginHeader {
	font-size:12px;
	color: #FAFAFA;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	padding:10px;
	border: 1px solid #A7D48C;
	background-color: #A7D48C;
}

.tableMenu {
 	font-size: 12px;
	font-weight:bold;
}

.formDeleteIcon{
    float: left;
	width: 15px;
	height:14px;
	display:block;
	background:url("./img/delete.gif")  no-repeat;	
	cursor:pointer;
	padding:2px 2px 2px 2px;
	
}

.formEditIcon{
    float: left;
	width: 15px;
	height:14px;
	display:block;
	background:url("./img/pencil2.gif")  no-repeat;	
	cursor:pointer;
	padding:2px 2px 2px 2px;
}

.button{
	border: 1px solid black;
	background-color: #A7D48C;
	font-size:10px;
	font-weight: bold;
	color: #FAFAFA;	
	padding:5px;
	margin: 5px;
}

.detailedForm tr td{
	border: 1px solid black;
}
