.main_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	text-indent: 0px;
	padding-left: 10px;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.small_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 16px;
}

.large_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
.sub_titles {
	font-size: 14px;
	font-weight: bold;
	color: #669900;
	font-family: Arial;
}


.xli {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	text-indent: 0px;
	padding-right: 10px;
	text-shadow:Red;
}

li {
	font-family: "Verdana", Courier, mono;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
  text-shadow:Red;
  text-transform:capitalize;
}


a { font-family: Arial, Helvetica, san-serif; color: #669900; text-decoration: underline}
a:active { text-decoration: underline}
a:hover { color: #FFFFFF; text-decoration: none; background-color: #669900}
a:link { text-decoration: underline}
a:visited { text-decoration: underline}


.dd {
	font-family: "Verdana", Courier, mono;
	font-size: 12px;
	color: #009933;
	text-decoration: none;
  text-shadow:Red;
}


 

li img {
	position: static;
	float: right;
	padding-right: 15px;
}

img {
    vertical-align:bottom;
}
