/* CSS Document */

body{
	margin:0px;
	background-color:#f8f6ea;
	
	background-repeat: repeat;
}
.con{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.55em;
	color: #666666;



}
.lowerstyle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.lowerstyle a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
}
.lowerstyle a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF9900;
	text-decoration:none;
}
.curvetop{
	background-image: url(../images/curve-top.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
.border{

border:1px solid #acd373;

}
A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}