/* CSS Document */

/* BODY */
body { 
	font: 11px/12px Trebuchet MS, arial, georgia; 
	color: #3E3D40; 
	background: #529E20; 
	margin: 0px;
	background-image:url(newimages/page_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

/* LINKS */
a:link { 
	text-decoration: none; 
	color: #cc6600;
	border: 0px;
	}
a:visited { 
	text-decoration: none; 
	color: #cc6600;
	border: 0px;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #4679bb;
	border: 0px;
	}

/* TEXT */
.PageTitle {
	font: 23px/24px Trebuchet MS, arial, georgia; 
	color: #3E3D40;
	font-weight: bold;
}

h1 {
	font: bold 26px Trebuchet MS, arial, georgia;
}
h2 { 
	font: 16px Trebuchet MS, arial, georgia; 
	color: #cc6600;
	}
h3 { 
	font: 14px Trebuchet MS, arial, georgia; 
	font-weight: bold; 
	}
.blueh2 { 
	font: 16px Trebuchet MS, arial, georgia; 
	color: #4679bb;
	font-weight:bold;
	}
.listBulletBlue {
	list-style-image : url(images/bullet-blue.gif);
}
.listBulletRed {
	list-style-image : url(images/bullet-red.gif);
}
.Featured { 
	font: 16px Trebuchet MS, arial, georgia; 
	color: #cc6600;
	font-weight:bold;
	}

/* FORM */
input.loginbox {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-family: "trebuchet MS", Verdana, tahoma, arial;
	font-size: 11px;
	color: #3E3D40;
}

textarea {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-family: "trebuchet MS", Verdana, tahoma, arial;
	font-size: 11px;
	color: #3E3D40;
}

.butControl {
	font-weight:bold;
	color: #FFFFFF; 
	background-color: #4679bb; 
	border: 1px solid #999999; 
}

select {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-family: "trebuchet MS", Verdana, tahoma, arial;
	font-size: 11px;
	color: #3E3D40;
}
.txt01{
	font-family: "trebuchet MS", Verdana, tahoma, arial;
	font-size: 22px;
	color: #504f51;
	margin:0;
	padding:0;
	line-height:normal;
}
.spTxt01{
	font-family: "trebuchet MS", Verdana, tahoma, arial;
	font-size: 26px;
	color: #e0953d;
	margin:0;
	padding:0;
	line-height:normal;
}