/* FORMATING TAGS - tags used in text formating are defined below ------------------------------------------------------------------------------------ */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-variant: small-caps;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 10px;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E3E3F;
	line-height: normal;
	font-weight: normal;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E3E3F;
	line-height: normal;
	font-weight: normal;
}
/* FORMATING TAGS -  ------------------------------------------------------------------------------------  ENDS */
/* NAVIGATION ELEMENTS --- controls mouse over states for buttons ------------------- BEGINS */ 
.MainNavOriginal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left:  3px;
	cursor: hand;

}
.MainNavMouseOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;	
	background-image: url(../images/common/NAV_BT_bg_mouseover.gif);
	padding-right: 3px;
	padding-left:  3px;
	cursor: hand;
}
.SubNavOriginal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left:  06px;
	padding-top:  02px;
	padding-bottom:  02px;
	cursor: hand;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 828282;
}
.SubNavMouseOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left:  06px;
	padding-top:  02px;
	padding-bottom:  02px;
	cursor: hand;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 828282;
	background-color: #666666;
}
/* NAVIGATION ELEMENTS ----------------------- ENDS */ 
/* TEXTUAL INTERFACE ELEMENTS  --- controls mouse over states for buttons ------------------- BEGINS */ 
.interface_text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.interface_text_mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 09px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
/* TEXTUAL INTERFACE ELEMENTS  --------------------- ENDS */ 
/* FORM  ELEMENTS  --- controls all form elements, fields, buttons etc..  ------------------- BEGINS */ 
.formfield_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
.formbutton_orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E0591F;
	border: 1px double;
}
.formbutton_orange_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #780000;
	text-decoration: none;
	background-color: #FFBE48;
	border: 1px double;
}
/* FORM  ELEMENTS  --- ------------------- ENDS */ 
.component_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-left:  06px;
}
.component_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#7F7F7F;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-right: 08px;
	padding-left:  08px;
	padding-top:  02px;
	padding-bottom:  02px;
}
/* CONTENT  ELEMENTS  --- controls content elements beyond preset tags  ------------------- BEGINS */ 
.content_box {
	border: 1px solid #DADADA;
}
.content_padding {
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.box_stroke {
	border: 1px solid #E2E2E2;
}
.mini_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 09px;
	color:#7F7F7F;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-left:  06px;
}
.stroke_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}