.right_shadow_image { 

	background-image: url(images/right_shadow_image.gif);
	background-repeat: repeat-y;
}
.bottom_shadow_image {

	background-image: url(images/bottom_shadow_image.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.vertical_grey_line {
	background-image: url(images/vertical_grey_line.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}
.dot_line {
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: left center;	
}
.home_image {
	background-image: url(images/home_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #414141;
	text-decoration: none;	
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #016da6;
	text-decoration: none;
}

.sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #de921b;
	text-decoration: none;
}

a.sub_heading:link, a.sub_heading:active, a.sub_heading:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #de921b;
	text-decoration: none;
}

a.sub_heading:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #016DA6;
	text-decoration: none;
}

.bottom_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2a2a2a;
	text-decoration: none;
}
a.bottom_link:link, a.bottom_link:active, a.bottom_link:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2a2a2a;
	text-decoration: none;
}

a.bottom_link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #016da6;
	text-decoration: none;
}

.top_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.top_link:link, a.top_link:active, a.top_link:visited
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.top_link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.left_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2d2d2d;
	text-decoration: none;
}

a.left_link:link, a.left_link:active, a.left_link:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2d2d2d;
	text-decoration: none;
}

a.left_link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:link, a:active, a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #09398D;
	text-decoration: none;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #123C5A;
	text-decoration:underline;
}

.table_border
{
	background-color: White; /*padding: 4px; 
	width: 250px;*/
	border-right: #BEBEBE 1px solid;
	border-top: #BEBEBE 1px solid;
	border-left: #BEBEBE 1px solid;
	border-bottom: #BEBEBE 1px solid;
}

.HeadText
{
	text-decoration: none;
	color: #f5f5f5;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	background-image: url(Images/bgline.gif);
	background-repeat: repeat-y;
	background-repeat: repeat-y;
	font-family: Verdana, Arial;
}
.hidecol
{
	display: none;
}
