Body { 
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	font-size:14px;
	font-family: Garamond;
	color:#FFFFFF;
	}

.Arial {
	font-family: Garamond;
}

.Garamond {
	font-family: Garamond;
}

.Small {
	font-size: 12px;
	}
	
.Medium {
	font-size: 15px;
	}

.Large {
	font-size: 16px;
	}

.ELarge {
	font-size: 19px;
	}

.EELarge {
	font-size: 20px;
	}
				
.GreyDark {
	color: #999999;
	}
		
.Grey {
	color:#CCCCCC;
	}	

.LGreen {
	color:#A6BB8F;
	}	
	
.Maroon {
 	color:#990000;
 }	

.TextBox {
	border:  #000000 1px solid;
	font-size: 12px;
	color: #000000;
	font-family: Garamond;	
}

.Button {
	font-weight: bold;
	font-family: Garamond;		
	cursor: hand;
	height: 20px;
	color: #ffffff;
	font-size:14px;
	background-color:#9A754A;
	border-bottom:#a7a7a7 1px solid;
	border-left:#d5d5d5 1px solid;
	border-right:#a7a7a7 1px solid;
	border-top:#d5d5d5 1px solid;
	background: url(../images/bggreenbutton.gif) #9A754A repeat-x left top;	
}

.ButtonO {
	font-weight: bold;
	font-family: Garamond;		
	cursor: hand;
	height: 20px;
	color: #ffffff;
	font-size:14px;
	background-color:#9A754A;
	border-bottom:#a7a7a7 1px solid;
	border-left:#d5d5d5 1px solid;
	border-right:#a7a7a7 1px solid;
	border-top:#d5d5d5 1px solid;
	background: url(../images/bgorangebutton.gif) #D66E2F repeat-x left top;	
}

.ButtonRed {
	color:#ffffff;
	font-weight: bold;
	font-size:14px;
	cursor: hand;
	height: 20px;
	background-color:#990000;
	border-bottom:#a7a7a7 1px solid;
	border-left:#d5d5d5 1px solid;
	border-right:#a7a7a7 1px solid;
	border-top:#d5d5d5 1px solid;
}

.bg_AltRow1 { 
	background-color : #EFEFEF;
	color : #000000;
	height : 18px;
	}

.bg_AltRow2 { 
	background-color : #E5E5E5;
	color : #000000;
	height : 18px;
	}

	
