/* CSS Document */

.body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #1A618E;
	line-height: 110%;
	font-weight: bold;
	}
.body_text_italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #1A618E;
	line-height: 110%;
	font-style: italic;
	}
.body_text_standard {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	color: #1A618E;
	line-height: 115%;
	}
.body_text_standard_italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	color: #1A618E;
	line-height: 110%;
	font-style: italic;
	}
.body_text_bold_italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #1A618E;
	line-height: 110%;
	font-weight: bold;
	font-style: italic;
	}
.body_text_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #1A618E;
	line-height: 110%;
	}
a:link {
	color: #1A618E;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
a:visited {
	color: #03385A;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color: #03385A;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
a:active {
	color: #03385A;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
body {
	padding-top: 5px;
	background-color: #D9EBF7;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #1A618E;
	line-height: 110%;
	font-weight: bold;
	margin-top: 2px;
	}
