@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-family: Tahoma;
	letter-spacing: 0.05em;
	line-height: 16px;
	overflow: hidden;

}


.footer {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Tahoma;
	background-color: #3e484a;
	text-align:right;
	padding:5px;
	line-height: 20px;
}

img {
	border: 0;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #f37321;
	text-decoration: underline;
}

a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #f37321;
	text-decoration: underline;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #f37321;
	text-decoration: none;
}

a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #f37321;
	text-decoration: none;
}

.heading1 {
	color: #f37321;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
}

.heading2 {
	color: #f37321;
	font-family: Tahoma;
	font-weight: bold;
}

.rightAlign {
	text-align: right;
	color: #f37321;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
}

h1 {
	font-size:11px;
	line-height: 20px;
	font-weight: normal;
	margin: 5px 0 15px 0;
	}
h2 {
	font-size:13px;
	line-height: 20px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

h3 {
	font-size:17px;
	line-height: 20px;
	font-weight: bold;
	margin: 5px 0 0 0;
	color: #f37321
}

label {
	display:block;
	font-weight:bold;
	margin: 7px 0 3px 0;
	}
fieldset {
	padding: 15px 10px 10px 10px;
}
form {
	margin: 10px 0;
}


textarea {
	width:400px;
	height:100px;
	margin: 0 0 10px 0;
	}
.textInput {
	width:250px;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	}
#contentDiv {
	width: 525px;
	padding: 10px 25px;
	text-align: left;
}
p {
	padding: 0;
	margin: 0 0 15px 0;
}
.AccordionPanel p {
	margin: 15px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
