body {
	
	color: #000000;
	background: url(images/bgimage.gif); 
	background-repeat: no-repeat;
	background-color: #CDDC88;
}

.bg2 { background-color:#DFE9B1; }

form {background-color: #FFFFFF; }
.MainTable {
	border: 2px solid #000000;
}

.MenuItem {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: circle;
	list-style-position: outside;
    text-decoration: none;
    padding: 1px;
	display:block;
	width:200;
	
}

.MenuItem:hover {
    color: #FF0000;
}

.MenuText {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	
}


.HeadingText {
	font-family: Arial, Helvetica, sans-serif;
	color: #C72034;
	font-weight: bold;
	font-size: 16px;
}
.HeadingTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	color: #C72034;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}
.HeadingTextLargeItalic {
	font-family: Arial, Helvetica, sans-serif;
	color: #C72034;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}
.NormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal; 
	color: #333333;
}
.NormalText11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal; 
	color: #333333;
}
.NormalTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
.NormalTextBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #C72034;
}
.NormalTextBoldLite {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}
.NormalTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal; 
	color: #333333;
}
.NormalTextSmallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold; 
	color: #333333;
}
.NormalTextBold16 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
.NormalText16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal; 
	color: #333333;
}
.RentalBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#0000FF
}

