/* ****************** DCRollForm Styles ************************ */

ul {
	padding-left: 1px;
	margin-left: 15px;
}


.DC_H1 {
	/* h1 title for Internal page */	
	color: #455560;
	font-size: 20pt;
	line-height: 24pt;
	font-family: Arial;
}

.DC_Text {
	/* main text style for all pages */
	color: #231F20;
	font-size: 10pt;
	font-family: Arial;
}

.DC_RightText {
	/* text style for the text on the right for all pages */
	color: #455560;
	font-size: 11pt;
	font-family: Arial;
}


a.DC_link {
	/* formLabel style for quote form */
	color: #AEB4B7;
	font-size: 13pt;
	font-family: Arial;
	text-decoration: none;
}

.DC_input { 
 	border: 1px solid #AEB4B7;
	font-size: 10pt;
	font-family: arial;
	color: #231F20;
	line-height: 12pt;
}

.DC_submit { 
 	border: 1px solid #AEB4B7;
	font-size: 10pt;
	font-family: arial;
	color: #455560;
	line-height: 12pt;
	background-color: #FFFFFF;
}


.DC_formLabel {
	/* formLabel style for quote form */
	color: #231F20;
	font-size: 10pt;
	font-family: arial;
	font-weight: normal;
	text-align: left;
}

.DC_formLabel_text {
	/* formLabel style for quote form */
	color: #939598;
	font-size: 9pt;
	font-family: arial;
	font-weight: normal;
	text-align: left;
}

.DC_formLabelRequired {
	/* formLabel style for quote form */
	color: #231F20;
	font-size: 10pt;
	font-family: arial;
	font-weight: normal;
	text-align: left;
}

.DC_formLabelLeft {
	/* formLabel style for quote form */
	color: #231F20;
	font-size: 10pt;
	font-family: arial;
	font-weight: normal;
	text-align: left;
}

a.DC_Nav, .DC_Nav {
	/* style for DC Top Nav */
	display: block;  
	font-family: arial;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold;
	/*border: 1px solid #C2C8CC;*/
	background-image: url(/images/DCRollForm/bg_nav_button.gif); 
	background-repeat: no-repeat;
	color: #455560;
	text-decoration: none;
	height: 20px;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	padding: 1px 0px 0px 0px; 
	overflow: hidden;
}

a.DC_Nav:hover, .DC_NavOn, a.DC_NavOn:hover, .DC_Nav:hover {
	/* style for DC Top Nav */
	display: block; 
	font-family: arial;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold;
	/*border: 1px solid #C2C8CC;*/
	background-image: url(/images/DCRollForm/bg_nav_button_on.gif); 
	background-repeat: no-repeat;
	background-color: #455560;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	padding: 1px 0px 0px 0px; 
	overflow: hidden;
}
a.DC_footerLink, .DC_footerLink {
	color: #FFFFFF;
	font-family: arial;
	font-size: 10px;
	text-decoration: none;
}
a.DC_footerLink:hover {
	color: #FFFFFF;
	font-family: arial;
	font-size: 10px;
	text-decoration: underline;
}

