.bgtop {
	background-attachment: fixed;
	background-color: #E0F3F8;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottomsolid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.leftsolid {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.bottomgray {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #46575B;
}
.bottomdotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #545C5E;
}
.rightdotted {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #545C5E;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #46575B;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #545C5E;
	letter-spacing: 2px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #034D74;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #46575B;
}
.bigheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #46575B;
	letter-spacing: 2px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #46575B;
}