/* CSS Document */

body {
background-color: #f7f9b7;
background-image:url(images/bg.jpg);
}

.indexText {
vertical-align:top;
padding:10px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
letter-spacing:-3;
color:#53301a;
}

hr.rule1{
 border: 0px;
 color: #99cb08;
background-color: #99cb08;
height: 1px;

 }

.rightBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: thin;
	border-left-style: none;
	border-top-color: #99cb08;
	border-right-color: #99cb08;
	border-bottom-color: #99cb08;
	border-left-color: #99cb08;
}
/* User Defined Styles */

.style2 {font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #53301a; 
	text-decoration: none; 
}
.style3 {font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #53301a; 
	text-decoration: none; 
}