@charset "utf-8";
body {
	line-height: 1.6em;
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #272727;
	background-image: url(images/bkg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
a:link, a:active, a:visited {
	text-decoration: none;
	COLOR: #3E4B8B;
}
a:hover {
	color:#666666;
}
.white, .white a:link, .white a:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
.blue, .blue a:link, .blue a:visited {
	COLOR: #3E4B8B;
	TEXT-DECORATION: none;
}
.blue a:hover {
	color:#666666;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	margin-top: 13px;
	margin-bottom:0px;
	font-size: 2em;
	font-weight: normal;
}
.h1alt {
	font-family: "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom:20px;
	font-size: 2em;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:8px;
	line-height:1.2em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin:0px
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul {
	margin-top:0px;
	padding-left:20px
}
.container {
	margin: 0 auto;
	text-align: left;
	
}
.content {
	background: #FFFFFF;
	vertical-align: top;
	font-size:1.3em;
}
.content-blue {
	background: #D7DBEE;
	vertical-align: top;
	font-size:1.3em;
}
.padding {
	padding-left: 20px;
	padding-right: 14px;
}
.menu {
	text-align:right;
	background-image:url(images/spacer-black.gif);
	background-repeat: repeat-x;
	vertical-align:top;
	background-color:#FFFFFF;
}
.footer {
	font-size: 9px;
	color: #333333;
}
