/* CSS Document */

/*body {
	background:#b3d4f2 url(../images/framework/bg_blue.gif) repeat-y 50% 0;
	margin:0;
} */

p {
	line-height: normal;
}

h1, h2, h3, h4, .table_heading, .steps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.steps {
	color: #da2128; /* red */
	text-align:left;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

h1, h2, .table_heading {
	color: #004a80; /* Darkish blue*/ 
}

h1 {
		font-size: 18px;
		text-align:center;
}

h2 {
		font-size: 16px;
		text-align:left;
}

h3 {
	color: #f7931d; /* orange */
	font-size: 14px;
	text-align:left;
}

h4 {
	color: #004a80; /* navy */
	font-size: 12px;
	text-align:left;
}

.table_heading {
		font-size: 12px;
		text-align:center;

}

.topic, .topic_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* color: #da2128; /* red */
	color: #284574; /* Darkish blue Tim*/ 
	font-weight:bold;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px; 
}

.topic {
	font-size: 16px;
}

.topic_small {
	font-size: 14px;
}


.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f7931d; /* orange */
	/* color: #8cc63f; green */
	/* color: #6d757a; grey */
	/* color: #8fd3f4; light blue */
	font-size: 14px;
	font-weight:bold;
	text-align:left;
}


a:link, a:visited {
	text-decoration:underline;
}

a:hover, a:active{
	text-decoration:none;
}

a.grey_text:hover, a.grey_text:active{
	color: #3399cc;
}


.body_grey, .body_grey_small, .form_center, .form_left, .view_all, .toc, .expand_response {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.body_grey, .form_center, .form_left {
	font-size: 12px;
	color: #333333;
}

.body_grey_small{
	font-size: 11px;
	color: #333333;
	text-align:left;
}

.toc {
	font-size: 11px;
	color: #333333;
}

.view_all, .expand_response {
{
	font-size: 11px;
	text-align:right;
}

.expand_response {
	cursor:pointer;
	text-decoration:underline;
}

.hiddentext {
	display:none;
}

/* , ol, ul, li */
.body_grey {
{
	text-align:justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.form_left {
{
	text-align:left;
}

.form_center {
{
	text-align:center;
}



.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399cc;
	font-size: 12px;
}

