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

body{
	padding:0px;
	margin:0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3C98AA;
}

.quote{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	line-height: 18px;
	color: #003399;
}

.subtitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1C5292;
	letter-spacing: 1px;
}

.bodytext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #09397D;
	text-decoration: none;
}

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #09397D;
	text-decoration: none;
	}

.outline_image{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
	padding: 5px;
}
h2{
	font-family: "Times New Roman", Times, serif;
	color: #003399;
}