@charset "utf-8";
/* CSS Document */

.blue_text {
	color: #1F3C8C;
}

a:link {
	text-decoration: none;
	color: inherit;
}
a:visited {
	text-decoration: none;
	color: #1F3C8C;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	text-transform: lowercase;
}
.large_blue {
	font-family: tahoma, verdana, sansSerif, "times New Roman", arial;
	font-size: 22px;
	font-weight: bold;
	text-transform: capitalize;
	color: #1F3C8C;
}
.blue_paragraph {
	font-family: tahoma, verdana, sansSerif, "times New Roman", arial;
	font-size: 16px;
	color: #1F3C8C;
}
.smalltextlist {
	font-family: tahoma, verdana, sansSerif, "times New Roman", arial;
	font-size: 9px;
	font-style: normal;
	text-transform: capitalize;
	color: #999999;
	text-align: center;
}

.forminput {
	font-family:  Verdana, "Times New Roman", serif;
	color: #1F3B8D;
	background-color: #73BFF6;
}
.footer {
	font-family: tahoma, verdana, sansSerif, "times New Roman", arial;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFF00;
	text-decoration:none
	
}

.style1 {color: #FFFF00;
text-transform:lowercase;
}
.smalltext_link {
	font-family: tahoma, verdana, sansSerif, "times New Roman", arial;
	font-size: 9px;
	font-style: normal;
	text-transform: capitalize;
	color: #009999;
	text-align: center;
	text-decoration: none;	
}
