/* CSS Document */

.Welcome_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4A63B3;
	font-size: 16px;
	}
	
.normal_text {
	font-family: Tahoma ;
	font-weight: none;
	color: #5E5E5E;
	font-size: 11px;
	text-align: justify;
	}
	
.normal_text_bold {
	font-family: Tahoma ;
	font-weight: bold;
	color: #5E5E5E;
	font-size: 11px;
	text-align: justify;
	}

.normal_text_italic {
	font-family: Tahoma ;
	font-weight: bold;
	color: #5E5E5E;
	font-size: 11px;
	text-align: justify;
	font-style:italic;
	}
	
.bottom_link_ {
	font-family: Tahoma ;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	}

.bottom_link_ {
	font-family: Tahoma ;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	}
	
a.bottom_link_rollover:link {
	font-family: Tahoma ;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
a.bottom_link_rollover:visited {
	text-decoration: none;
	font-family: Tahoma ;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
}
a.bottom_link_rollover:hover {
	text-decoration: underline;
	font-family: Tahoma ;
	font-weight: bold;
	font-size: 10px;
	color: #C4C4C4;
}
a.bottom_link_rollover:active {
	text-decoration: none;
	font-family: Tahoma ;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
}	
	
.bottom_link_bar {
	color: #ffffff;
	font-size: 10px;
	}	
	
.copyright_text {
	font-family: Tahoma ;
	font-weight: none;
	color: #ffffff;
	font-size: 10px;
	}

					
		 