a:link, a:visited, a:hover, a:active {
	color: inherit;
}

a:hover {
	color: #117baf;
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	margin: 5px 0;
	line-height: 1.3em;
	color: #333;
}

h1 {
	font-size: 1.818em;
}

h2 {
	font-size: 1.4em;
/*	margin-bottom: 5px;
	margin-top: 10px;
*/	
/*	font-weight: bold;*/
}


#h1_swf {
/*	font-size: 2.4em;*/
	color: #000000;
/*	line-height: 20px;*/
/*	height: 27px;*/
/*	padding-bottom: 5px;*/
/*	letter-spacing: -5px;
*/	clear: none;

}

.h2_swf {

	margin-top: 10px;
	margin-bottom: 5px;

/*	letter-spacing: -9px;*/
/*	font-size: 1.6em;*/
	/* hart redesign changes 5/09
	color: #000000;
	*/
	font-weight: normal;
/*	line-height: 16px;
	height: 16px;
	padding-bottom: 5px;
	letter-spacing: -5px;
*/	clear: none;

}

.h2_swf a {
	color: #0069AA;
	text-decoration: none;
}

label {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
}

label.radio, label.checkbox {
	cursor: pointer;
	width: auto;
	display: inline;
	padding-left: 5px;
	width: auto;
	text-align: left;
/*	padding-top: 4px;*/
}

.whatsthis {
	display: block;
	clear: both;
	margin-left: 25px;
}

.required, .error {
	color: #ED1C24;
}

.form_row .error {
	margin-left: 105px;
	padding-top: 5px;
}

input, select {
	float: left;
	font-size: 1.0em;
}

textarea {
	font-size: 1.0em;
	font-family: Arial, sans-serif;
	padding-left: 2px;
}

input[type="text"], input[type="password"] {
	padding-left: 2px;
}

input[type="checkbox"], input[type="radio"] {
	display: inline;
}

.form_row, .form_content {
	clear: both;
	padding: 5px 0;
}


.form_row .error {
	clear: both;
}

#required_msg {
	font-style: italic;
}

.two_col {
	width: 801px;
	float: left;
}

.pointer {
	cursor: pointer;
}

.relative {
	position: relative;
}

.notes {
	font-style: italic;
	color: #636363;
}

.required_msg {
	font-style: italic;
}


/* toggled layer default styles */


.toggle_layer {
	width: 575px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	
	background-color: #FFF;
	border: 1px solid #CFCFCF;
	
	z-index: 10;
	
	display: none;
}

.toggle_layer .header {
	width: 575px;
	height: 16px;
	background-color: #0069AA;
	line-height: 16px;
	vertical-align: middle;
	text-align: right;
	cursor: move;
}

.toggle_layer h1 {
	color: #000000;
	font-weight: normal;
}

.toggle_layer h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}
.toggle_layer #info {
	margin: 20px;
}

.toggle_layer .header a {
	color: #FFF;
	margin-right: 20px;
}

.toggle_layer .header a img {
	margin-top: 3px;
}
/* end toggled layer default styles */




label.nolabel {
	position: absolute;
	z-index: 10;
	line-height: 1.8em;
	vertical-align: middle;
	padding: 0;
	padding-left: 4px;
	margin: 0;
	text-align: left;
	
	top: 6px;
	left: 0;
	
	display: none;
	
	width: auto;
	
	cursor: text;
}


/* popup generic styles */

	.popup h1 {
		margin: 10px 5px 5px;
	}
	
	.popup .contentblock_outer {
		margin: 0 10px;
	}

/* end popup generic styles */

