/* Microfax Secure Check CSS */
/* in order of appearance */
/* dunt hate, validate */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background-color: #747474;
	background-image: url(../images/backing.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #2e2b82;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2E2B82;
}
a:hover {
	text-decoration: underline;
	color: #2E2B82;
}
a:active {
	text-decoration: none;
	color: #2E2B82;
}
.linkage:link {
	color: #fff;
	text-decoration: none;
}
.linkage:visited {
	text-decoration: none;
	color: #fff;
}
.linkage:hover {
	text-decoration: underline;
	color: #fff;
}
.linkage:active {
	text-decoration: none;
	color: #fff;
}
#masthead {
	background-image: url(../images/mfsc_03.jpg);
	background-repeat: repeat-x;
}
#dropfill1 {
	background-image: url(../images/mfsc_08.jpg);
}
#dropfill2 {
	background-image: url(../images/mfsc_12.jpg);
}
.dropfiller1 {
	margin: 65px 18px 10px 70px;
	font-size: 8.5pt;
	color: #fff;
}
.dropfiller2 {
	margin: 45px 18px 10px 165px;
	font-size: 8.5pt;
	color: #fff;
}
.style1 {
	font-size: 8pt;
	color: #fff;
}
#bucket1mast {
	background-image: url(../images/mfsc_15.jpg);
}
#bucket1fill {
	background-image: url(../images/mfsc_19.jpg);
}
#bucket2mast {
	background-image: url(../images/mfsc_16.jpg);
}
#bucket2fill {
	background-image: url(../images/mfsc_21.jpg);
}
.bucketheading { 
	margin: 10px 10px 0px 30px; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #fff;
}
.bucketcopy {
	margin: 10px 10px 0px 10px; 
	font-size: 8pt; 
	color:#003366; 
}
#contentmastfill {
	background-image: url(../images/mf-con_07.jpg);
}
.contentmastheading { 
	margin: 5px 10px 0px 30px; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #fff;
}
.contentmastcopy { 
	width:400px; 
	margin: 10px 10px 0px 50px; 
	font-size: 8pt; 
	color:#fff; 
}
#contentbucket1mast {
	background-image: url(../images/mf-con_10.jpg);
}
#contentbucket1fill {
	background-image: url(../images/mf-con_12.jpg);
}
#contentbucket2mast {
	background-image: url(../images/mf-con_10.jpg);
}
#contentbucket2fill {
	background-image: url(../images/mf-con_12.jpg);
}:

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B61596;
}
label {
	color:#6E6E6E;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:270px;
	height:15px;
	background:url(../images/textbox.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:270px;
	height:125px;
	background:url(../images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	padding:2px 5px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;}