.a{
	font-family: Calibri, Arial;
	font-size: 13px;
	color: #333333;
	text-decoration:none
}

.Bold_heading{
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	text-decoration: underline ;
	font-style: normal;
	font-family: Calibri, Arial;
}
.Bold_heading_no_underline{
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-family: Calibri, Arial;
}
.img {
	border = "0px";
	}
.text {
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.UL_Bold_heading{
	text-decoration: underline;
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #960000;
}

.UL_Sub_heading{
	text-decoration: underline;
	font-family: Calibri, Arial;
	font-size: 13px;
	color: #960000;
	text-decoration:underline;
}

.Sub_heading_Red{
	
	
	font-family: Calibri, Arial;
	font-size: 13px;
	color: #960000;
	
}

.caption_heading{
	text-decoration: none;
	font-family: Calibri, Arial;
	font-size: 10px;
	color: #960000;
}

.Sub_heading{
	font-family: Calibri, Arial;
	font-size: 13px;
	color: #333333;
	text-decoration:none;
}
.Red_heading {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #960000;
}

.Red_Value_heading {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: xx-large;
	color: #960000;
}
.body {
	background-color: #E9E9E9;
}
.form-password{
	font-family: Calibri, Arial;
	font-size: 13px;
	width: 200px;
	}
.form-textarea{
	font-family: Calibri, Arial;
	font-size: 13px;
	width: 450px;
	}	
.form-file{
	font-family: Calibri, Arial;
	font-size: 13px;
	width: 290px;
}	
	
.value_title{	/* Styling question */
	/* Start layout CSS */
	font-family: Calibri, Arial;
	color:#960000;
	font-size: 16px;
	background-color:#FFFFFF;
	width:150px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	/*background-image:url('images/bg_answer.gif');*/
	background-repeat:no-repeat;
	background-position:top right;	
	height:23px;
	text-decoration:underline;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.values_list{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #000;
	background-color: #E9E9E9;
	width:400px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.values_list_content{	/* Content that is slided down */
	padding:1px;
	font-size: 12px;
	font-family:Calibri, Arial;	
	position:relative;
}


