/* The body and table cells */
BODY {
	background-color: #888888;
	/*background-image : url(../img/bg_light.gif);*/	
	background-repeat : repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	text-align: justify;
	border: none;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

.linkTable {
	background : #ffffff;
	border : 1px solid #333333;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	width : 165px;
}

TD {
	background-color: #ffffff;
	font-size: 11px;
}

.bottomCell {
	background-image : url(../img/bg.gif);
	background-repeat : repeat;
	font-size: 10px;
	color: white;
	font-weight: 600;		
}

.linkCell {
	background-color: #DEF1D1;
	font-size: 10px;
	color: 000000;
	font-weight: 400;	
}

.linkHeaderCell {
	color: #FFFFFF;
	background-image : url(../img/bg.gif);
	background-repeat : repeat;
	font-size: 11px;
	font-weight: 600;	
}

/* Titles or Headings */
.title {
	font-size: 17px;
	font-weight: 800;
	color: #888888;
	}
.titleRed {
	font-size: 17px;
	font-weight: 800;
	color: maroon;
	}
	
	
/* Hyperlinks */	
A {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline;
	}
	
A:Hover {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FF0000; 
	}

A.homeLink {
	color: #333333;
	text-decoration: none;
	font-weight: 600;
	}
	
A:Hover.homeLink {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: 600;
	}

A.menu {
	text-decoration: none;
	font-size: 12px; 
	color: maroon; 
	}
	
A:Hover.menu {
	text-decoration: underline;
	font-size: 12px; 
	color: darkgreen; 
	}		
	
A.iconLink {
	background-color: #FFFFFF;
	}
	
A:Hover.iconLink {
	background-color: #DDDDDD;
	}	
	
HR.linkHr {
	width : 100%;
	color : #000033;
	height : 1px;
}

.formElement {
	background-color: #ffffff;
	font-size: 11px;
	color:#000000;
	width:150px;
}
	






