/* CSS Document */
.normal {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:black;
}

.label {
	float:left;
	width:15%;
	margin-right:10px;
	margin-left:5px;
	font-weight:bold;
}

.col2Label {
	margin-left:20px;
}

.element {
	display:block;
	float:left;
	width:25%;
}

.doubleColumnWidget {
	width:230px;
}

.row {
	width:100%;
	clear:both;
}

.shaded {
	background-color:#E7E7D4;
}

.componentForm {
	width:100%;
	border:solid 1px #CCCCCC;
}

.white {
	background-color:#FFFFFF;
}

.blue {
background-color:#EEEFF0;
}

.border2px {
border:2px solid gray;
}

.underline {
border-bottom: 2px solid dark;
}

.header1 {
font-size:16px;
font-style:italic;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.arialFont{
font: Arial, Helvetica, sans-serif;
font-style:italic;
}


