/* CSS Document */
body{
	font:normal 0.6875em/1 Verdana, lucida,"lucida-sans unicode",sans-serif;
	color:#333;
}
img{
	border:0px;
	}

/*FORMS*/
.textinput{
	font: bold 100% Arial, Helvetica, Verdana, sans;
	letter-spacing: -0.2px;
	font-size: 14px;
	width:200px;
	color: #666666;
	background-color:#F3F3F3;
}
.label{
	font-family: Arial, Helvetica, sans-serif;
  color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height:10px;
}
.btn
        {
        background-color:#9cd001;
        border:1px solid #bce058;
        border-bottom-color:#80a300;
        border-right-color:#80a300;
        color:#fff;
        padding:8px;
        line-height:1;
        font-weight:normal;
        text-transform:uppercase;
        width:auto;
		cursor:pointer;
        }
.btn:hover
        {
	background-color:#009933;
	color:#fff;
        }


/*description PAGE*/

.title2 {
width:100%;
	font-family:"Helvetica Neue Bold Condensed", "Helvetica Neue", "Arial Black", "Arial Bold", "Verdana Bold", Verdana;
	text-decoration:none;
	font-size:24px;
	line-height:30px
	font-weight:bold;
	background-color:#000000;
	background-image:url(../admin/images/bg3-grey.gif);
	color:#FFFFFF;
	text-transform:uppercase;
}
.title2 a {
	font-family:"Helvetica Neue Bold Condensed", "Helvetica Neue", "Arial Black", "Arial Bold", "Verdana Bold", Verdana;
	font-size:30px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	
	}
.headtext a {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 95%;
		text-decoration:none;
}
.headtext:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 95%;
		text-decoration:none;
}
.headtext:hover {
	color: #999999;
	text-decoration:none;
}
.headtext_blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #3685D4;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 95%;
		text-decoration:none;
}

