body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #222;
}



.breadCrumbs {
	padding:9px 5px 2px 5px;
/*	font-size:14px; */
	font-weight:bold;
}


.normalText {
	font-weight:normal;
	font-size: 11px;
	line-height:18Px;
	text-align:justify;
}

.headingText {
	font-weight:bold;
	font-size: 11px;
	line-height:16Px;
	color:#CC0000;
}


.boldText {
	font-weight: bold;
}


/* Hover/Links CSS */

a:link {
	color: #43389F;
	text-decoration: none;
}
a:visited {
	color: #43389F;
	text-decoration: none;
}
a:hover {
	color: #000;
}

a:link.tabLinks {
	color:#ffffff;
	text-decoration: none;
	font-size:11px;
	font-weight: bold;		
}

a:visited.tabLinks {
	color:#ffffff;
	text-decoration: none;
	font-size:11px;
	font-weight: bold;
}
a:hover.tabLinks {
	color: #ffe400;
	font-size:11px;
	font-weight: bold;
}


input.button {
	height:20px;
	border-top:1px solid #093965;
	border-left:1px solid #093965;
	border-bottom:1px solid #093965;
	border-right:1px solid #093965;
	background-image:url(images/bg_button.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:11px;

}

input.textarea {
	border: 1px solid #7f9db9;
	font-size: 11px;
	color: #333333;
	padding: 1px 2px 1px 1px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
}


.td_left_link {
	height:120px;
	background-image:url(../images/inner_left_link_bg.gif);
	border-top:1px solid #093965;
	border-bottom:1px solid #093965;
	border-right:1px solid #093965;
	
}


.inner_heading {
	height:25px;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	padding-left:20px;
	vertical-align:middle;
	background-color:#a82b29;

}


.text {
	color:#000000;
	font-size: 11px;
	padding-left:15px;
	padding-right:5px;
	text-align:justify;
	line-height: 20px;

}