@charset "utf-8";
body {
	padding-top:0px;
	padding-bottom:10px;
	margin:0 auto 0 auto;
	background-color: #374ab3;
	background-image: url(../img/bg-htm.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
	font-family: "Trebuchet Ms", Helvetica, Arial;
	font-size: 14px;
	color: #5b5b5b;
	line-height:18px;
}
.bottom {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #5b5b5b;
	text-decoration:none;
	padding-top:20px;
	padding-bottom:10px;
}
a:active, a:visited, a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
.submenu {
	font-family: "Trebuchet Ms", Helvetica, Arial;
	font-weight:bold;
	font-size:11px;
	color: #9CF;
}
.submenu a {
	color: #9CF;
	text-decoration: none;
}
.submenu a:hover {
	color: #FFF;
	text-decoration: underline;
}
.copy {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #efefef;
	text-decoration:none;
	padding:5px;
}
.input {
	color: #000000;
	padding:5px;
	border: #d3d5de 1px solid;
	background-color:#f1f2f5;
}
.textarea {
	color: #000000;
	padding:5px;
	border: #d3d5de 1px solid;
	background-color:#f1f2f5;
}
.button {
	background: #f1f2f5;
	border:0px;
	color:#262742;
	cursor:pointer;
	font-family: "Trebuchet Ms";
	font-size:16px;
	font-weight:bold;
}
h1 {
	font-family: "Trebuchet Ms", Helvetica, Arial;
	font-weight:normal;
	font-size:36px;
	color: #374ab3;
	padding:0px;
	margin:0px;
}
h2 {
	font-family: "Trebuchet Ms", Helvetica, Arial;
	font-size:18px;
	color: #707592;
	padding:0px;
	margin:0px;
}
h3 {
	font-family: Arial, Tahoma, Verdana;
	color: #707592;
	line-height:24px;
	padding:0px;
	margin:0px;
}
ul {
	list-style-type: circle;
	border:0px;
}
form {
	border:0px;
	margin:0px;
	padding:0px;
}
img {
	border:0px;
	margin:0px;
	padding:0px;
}
.cursor {
	cursor: help;
}

