/* CSS Document */

.border {
	border: 1px solid #64B7E9;
	background-color: #F1FAFF;
	}
	
.dark_blue_bg {
	border: 1px solid #004571;
	background-color: #0063A3;
	}	
	
.bg_white_color {
	background-color:#FFFFFF;
	}
	
.heading_blue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0069A8;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.normal_text_blue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0069A8;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.normal_text_blue_bold_roll:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0069A8;
	font-weight: bold;
	text-decoration: underline;
}
a.normal_text_blue_bold_roll:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0069A8;
	font-weight: bold;
	text-decoration: underline;
}
a.normal_text_blue_bold_roll:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0069A8;
	font-weight: bold;
	text-decoration: none;
}
a.normal_text_blue_bold_roll:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0069A8;
	font-weight: bold;
	text-decoration: underline;
}		
	
.footer_text {
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
	font-weight: none;
	}		
	
.normal_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	font-weight: none;
	}
	
.normal_text_bold {
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	font-weight: none;
	font-weight: bold;
	}	
	
.normal_text_bold2 {
	font-family: Tahoma;
	font-size: 10px;
	color: #393939;
	font-weight: none;
	font-weight: bold;
	}	
	
	
a.normal_text_roll:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	font-weight: none;
	text-decoration: underline;
}
a.normal_text_roll:visited {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	font-weight: none;
}
a.normal_text_roll:hover {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #004571;
	font-weight: none;
}
a.normal_text_roll:active {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	font-weight: none;
}	



.text_field {
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	font-weight: none;
	width: 150px;
}

.text_field3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	font-weight: none;
	width: 200px;
}

.text_field4 {
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	font-weight: none;
	width: 200px;
	height: 100px;
}

.text_field2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	font-weight: none;
	width: 100px;
}


.italic_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	font-weight: none;
	font-style:none;
	width: 150px;
}	

.red_text {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
	font-weight: none;
	font-style:italic;
	padding-top: 5px;
	padding-bottom: 5px;	
}

.blue_text_bold {
	font-family: Tahoma;
	font-size: 11px;
	color: #004571;
	font-weight: bold;
	font-style:italic;
	width: 150px;
}

.blue_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #004571;
	font-weight: none;
	font-style:none;
}	


a.blue_text_roll:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #004571;
	font-weight: none;
	font-style:none;
	text-decoration: none;
}
a.blue_text_roll:visited {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #004571;
	font-weight: none;
	font-style:none;
}
a.blue_text_roll:hover {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	font-weight: none;
	font-style:none;
}
a.blue_text_roll:active {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #004571;
	font-weight: none;
	font-style:none;
}
.heading_bg_color {
	background-color: #D9F1FF;
}			