body {
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/new-bg1.jpg);
}

/* Text Styles */

.textwhite {
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textwhite-upper {
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textwhite-12 {
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}
.textwhite-bold {
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}

.textwhite-small {
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.yellowtext {
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	color: #d5ba25;
	text-decoration: none;
}

.border {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D2B615;
	border-left-color: #D2B615;
}
.rightbdr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2B615;
}
.topbdr {
	border-top: 1px solid #D2B615;

}
.left-rightbdr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cfaf02;
	border-left-color: #cfaf02;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFAF02;
}
.allbdr {
	border: 2px solid #cdaf01;
}
.allbdr1 {
	border: 1px solid #cdaf01;

}

.buttonstyle{
	background-image: url(images/button.gif);
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	height: 24px;
	width: 63px;
	color: #ed917c;
	font-weight: bold;
	background-position:top;
	background-repeat: no-repeat;
	font-family: georgia;
	font-size: 11px;
	text-decoration: none;
}
input{
	font-family: georgia;
	font-size: 11px;
	border: 1px solid #c49873;
	background-color: #e8c7bb;}

.listmenu {

	font-family: georgia;

	font-size: 11px;

	color: #666666;

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #c49873;

	border-right-color: #c49873;

	border-bottom-color: #c49873;

	border-left-color: #c49873;
	background-color: #e8c7bb;

}
.textarea{
	background: #e8c7bb;	
	font-family: georgia;
	font-size: 11px;
	color: #5b5a5f;	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.verdana13 {
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	color: #AE8C06;
	text-decoration: none;
}
.norepeat {
	background-repeat: no-repeat;
}

/* Bullet Styles */
		
.symbols {
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0.5em 0 0 1em;
	padding: 3px 0 3px 25px;
	background-image: url(images/symbol-bullet2.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

.symbols2 {
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0.5em 0 0 1em;
	padding: 3px 0 3px 25px;
	background-image: url(images/symbol-bullet3.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

/* links */

a:link, a:visited, a:active {
	color: #F68B1F;
	text-decoration: none;
	font-weight: 700;
	font-size: 100%;
} 
a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: 700;
	font-size: 100%;
	}
