body
{
	margin: 0px auto;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
}

img
{
	border: none;
}

.header_block
{
	height: 80px;
}

.blue_bar
{
	height: 32px;
	background: #055794;
	font-weight: bold;
	color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
}
.blue_bar a
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.blue_bar a:hover
{
	font-weight: bold;
	color: #ffffff;
}

.body_block
{
	border-left:1px solid #055794;
	border-right:1px solid #055794;
}

.body_left_block
{
	width: 208px;
	background: #f4faff;
}

.top_curve
{
	height: 60px;
	background: url('../images/top-curve.jpg') no-repeat;
}
	
.bottom_curve
{
	height: 60px;
	background: url('../images/bottom-curve.jpg') no-repeat;
}

.tabular_data
{
font-size: 11px;
background: #DDE6ED;
}
.tabular_data td
{
	background: #F4FAFF;
	padding: 5px;
}
.tabular_data th
{
	background: #E6F0F8;
	padding: 5px;
}

.font_blue
{	
	color: #055794;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.img_blue_border
{
	border: 1px solid #055794;
}

.font_red_bold
{
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
}
.font_red_bold a
{
	color: #CC0000;
	text-decoration: none;
}
.font_red_bold a:hover
{
	color: #CC0000;
	text-decoration: none;
}


.font_blue_bold
{
	color: #055794;
	font-weight: bold;
	font-size: 11px;
}
.font_blue_bold a
{
	color: #055794;
	text-decoration: none;
}
.font_blue_bold a:hover
{
	color: #055794;
	text-decoration: none;
}

.font_white_bold
{
	color: #fff;
	font-weight: bold;
}

.login_form_element
{
	width: 128px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
}

.body_content
{
	width: 740px;
	margin: 10px auto;
}

.form_css_variable
{
	background: #F4FAFF;
	border: 1px solid #DDE6ED;
	font-size: 11px;
}
.form_css_variable td
{
	padding: 4px;
}

.form_css_light_bg
{
 background: #F4FAFF;
}
.form_css_dark_bg
{
 background: #D7E4F0;
}

.form_element
{
	border: 1px solid #AFB8BE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.form_note
{
	position: absolute;
	margin-top: 80px;
	margin-left: 520px;
	font-family: Arial;
	font-size: 10px;
	color: #002D6C;
}

.btn
{	
	height: 22px;
	background-color: #CA0000;
	padding:0 3 0 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #780000;
}
	
.msg
{
	font-family:Arial, Helvetica, sans-serif;
	color:Red;
	font-weight:bold;
}

.relianceblue
{
	color: #034ea2;
	font-family: Arial;
	font-size: 18px;
}
.relianceblue a:visited
{color: #034ea2;
	font-family: Arial;
	font-size: 18px;}

.reliancered
{
	background-color: #ff0000;
}