.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #67BF40;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #34A900;
	border-bottom-color: #34A900;
}
a, a:visited, a:active {
	color: #F05016;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}
.menu a:hover {
	color: #333333;
	text-decoration: none;	

}
.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
}
.sidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.sidetag {
	font-size: 16px;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
ul.bullet {
	margin-left: 0;
	padding-left: 15px;
	list-style: none;
	list-style-image: url(../images/bullet.gif);
}
li.bullet {
	padding-bottom: 10px;
}
.bulletalign {
	padding-left: 20px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.smalltext a:link {
	color: #FFFFFF;
	text-decoration: none;
	
}
.smalltext a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}
.smalltext a:hover {
	color: #333333;
	text-decoration: none;	

}
.smalltext a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.carthighlight {
	color: #CC0000;
}
.sitelinkspacer {
	color: #000000;
}
.althighlight {
	color: #999999;
}
img {
	border: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;	
	color: #F05016;
}
.border {
	border: 1px solid #999999;
}
.form {
    margin: 0;
}
.form p {
    /*width: 100%;*/
    clear: left;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
    _height: 18px;
    min-height: 18px;
}
.form p label {
    width: 6.0em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block;
    font-size: 100%;
    color: #000000;
    font-weight: bold;
}
.form textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}
.inputtext{
	font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	background-color: #999999;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	font-size:10px;
	width:175px;
}
.inputbutton{
	background-color:#000000;
	border-color:#A7A29F;
	border-style:Solid;
	border-width:1px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:74px;
}
.ajax__validatorcallout_error_message_cell {
    color:#000000;
}