/* CSS Document */


body {
	margin : 5px;
	background-color : #E1E1E1;
}

h1 {
	display : inline;
}

.main_border {
	border : 3px solid #FFFFFF;
}
.main_border1 {
	border : 3px solid #E1E1E1;
	background-color : #FFFFFF;
}

.big_text {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #224D7B;
	text-transform : capitalize;
}
.big_text_header {
	font-family : sans-serif;
	font-size : 17px;
	font-weight : bold;
	color : #822D2D;
	text-transform : capitalize;
}
.big_text a {
	color : #224D7B;
	text-decoration : underline;
}
.big_text a:hover {
	color : #1370D3;
	text-decoration : none;
}


.medium_text {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #224D7B;
	text-transform : capitalize;
}
.medium_text a {
	color : #224D7B;
	text-decoration : underline;
}
.medium_text a:hover {
	color : #1370D3;
	text-decoration : none;
}


.small_text {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	text-transform : normal;
	line-height : 17px;
}
.small_text a {
	color : #224D7B;
	text-decoration : underline;
	font-weight : bold;
}
.small_text a:hover {
	color : #1370D3;
	text-decoration : none;
	font-weight : bold;
}

.very_big_text {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : normal;
	color : #000000;
	text-transform : normal;
}

.footer_text {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #062464;
	text-transform : capitalize;
	text-align : center;
}
.footer_text a {
	color : #4D5F86;
	text-decoration : underline;
}
.footer_text a:hover {
	color : #062464;
	text-decoration : none;
}

.footer_text_copy {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #000000;
	text-transform : normal;
	text-align : center;
}
.footer_text_copy a {
	color : #4D5F86;
	text-decoration : underline;
}
.footer_text_copy a:hover {
	color : #062464;
	text-decoration : none;
}