td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;

}
.smalltitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.heady {
	color: #66FFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.smalls {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.subsy {
	font-size: 16px;
}
.pagetitle {


	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.smallwhite {

	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a {
	color: #66FFFF;
}
.smallwhites {
	font-size: 10px;
	color: #99CCFF;
}
.imagetitle {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.whitebold {
	font-weight: bold;
	color: #FFFFFF;
}
.whitebig {
	font-weight: bold;
	color: #FFFFFF;
}
.smallblues {
	color: #66FFFF;
	font-size: 9px;
}
.bordeau {
	border: thin solid #3F7E90;
}
.headz {

	color: #66FFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.hedz {

	color: #66FFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
table.webform {
	 width: 100%!important;
}
table.webform br {
	display: none;
}
label {
	display:block;
	width:100%;
	height:auto;
	margin-top:15px;
	margin-bottom:3px;
}
.cat_textbox, .cat_dropdown_smaller, .cat_button, .cat_dropdown {
    display: block;
    width: 90%!important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 

.cat_listbox {
 	 display: block;
    width: 90%!important;
     padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}