html {
	overflow-Y: scroll;
	height: 100%;
}
body {
	margin: 0px;
	background: #f5f5f5 url('/layout/body.png') repeat-x; 
	color: #3a3a3a;
	font: 0.625em Trebuchet, Trebuchet MS, Arial, helvetica, sans-serif;
	line-height: 1.4em;
}
body a {
	color: #3a3a3a;
}
body a:hover {
	color: #3a3a3a;
	text-decoration: none;
}
img {
	border: 0px none;
}
table {
	border-collapse: collapse;
}
td {
	padding: 3px;
	vertical-align: top;
}
input, select, textarea {
	font: 1em Trebuchet, Trebuchet MS, Arial, helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #999999;

}
.submit {
	background: #203d67 url('/layout/menu.gif') 0px -5px repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	border-top: 1px solid #4889d5;
	border-left: 1px solid #4889d5;
	border-bottom: 1px solid #203d67;
	border-right: 1px solid #203d67;
	cursor: pointer;
}
div {
	overflow: hidden;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #305d99;
	margin: 0em;
	margin-bottom: 0em;
	line-height: 1em;
}
h1 a {
	color: #305d99;
	text-decoration: none;
}
h2 {
	font-size: 1.3em;
	color: #203d67;
	margin: 0em;
}
h2 a {
	color: #203d67;
	text-decoration: none;	
}
h2 small {
	font-size: 0.8em;
	color: #3a3a3a;
	font-weight: normal;
}
h3 {
	font-size: 1.1em;
	color: #203d67;
	margin: 0em;
}
h3 a {
	color: #203d67;
	text-decoration: none;
}
p {
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
li {
	margin: 0em;
	margin-left: 1em;
}
.contents {
	width: 980px;
	margin: 0px auto;
}
.arrow {
	font-size: 0.85em;
}
.more {
	margin: 0em;
	text-align: right;
}
.more a {
	font-weight: bold;
	text-decoration: none;
}
.printme {
	position: relative;
	float: right;
	width: 20px;
	height: 20px;
	text-align: right;
	margin-bottom: -20px;
}
.addthis_toolbox {
	position: relative;
	float: right;
	width: 170px;
	height: 20px;
	margin-bottom: -10px;
	font-size: 0.6em;
}
.bluetext {
	color: #305d99;
}