A, BODY, INPUT, OPTION, SELECT, TABLE, TD, TR, LI, P, TEXTAREA {
	/**font-family:arial; 
	font-size:11px;**/
}
body { 
	margin: 0px;
	background-color: #FFFFFF;
	background-image: URL("../images/background/bck01.gif");
}

.mainmenu {
  background-color: #003D00;
}

.header {
  /**background-color: #77bb77;**/
  background-image: URL("../images/background/bckheader.jpg");
}

.content {
	background-image: URL("../images/background/shadow01.jpg");
	background-repeat: no-repeat;
}
.repeatx {
	background-repeat: repeat-x;
}
.repeaty {
	background-repeat: repeat-y;
}
.norepeat {
	background-repeat: none;
}
A:Link {
	Color: #FFFFFF;
	Text-Decoration: none;
}
A:Visited {
	Color: #FFFFFF;
	Text-Decoration: None;
}
A:Active {
	Color: #ffffff;
	Text-Decoration: None;
}
A:Hover {
	Color: #666666;
	Text-Decoration: Underline;
}

TABLE.RecordsTable {
	border: 1px outset #000000;
	background-color: #FFFFFF;
	font-size: 12px;
}

.RecordsTableHeader {
	background-color: #003D00;
	font-weight: bold;
	color: #FFFFFF;
	Border-Bottom: #000000 1px outset;
	white-space: nowrap;
	padding: 4px;
}
.Record {
	background-color: #EFEAEA;
	Border-Bottom: #000000 1px outset;
}

.MenuTable {
	background-color: #EFEAEA;
	font-weight: none;
	color: #000000;
	border: 1px outset #000000;
	white-space: nowrap;
}

.FooterTable {
	font-family:arial; 
	font-size:11px;
	background-color: #C6C6C6;
	font-weight: none;
	/**color: #FFFFFF;**/
	/**border: 1px outset #000000;**/
	white-space: nowrap;
}

.ErrorTable {
    width: 100%;
	padding: 10px;
	background-color: #FFEEEE;
	font-weight: none;
	border: 1px solid #000000;
}

A.wLink { 
	Color: #FFFFFF;
}
A:Hover.wLink { 
	Color: #E9E9E9;
}
A:Visited.wLink { 
	Color: #E9E9E9;
}
.bleft {
	background-image: URL("../images/content/block_left.jpg");
	background-repeat: none;
}
.bcenter{
	background-image: URL("../images/content/block_center.jpg");
	background-repeat: none;
}
.bsub {
	background-image: URL("../images/content/block_sub.jpg");
	background-repeat: none;
}
.bright {
	background-image: URL("../images/content/block_right.jpg");
	background-repeat: none;
}

