@charset "utf-8";
.out_border {
	border-top-color: #3399cc;
	border-right-color: #3399cc;
	border-bottom-color: #3399cc;
	border-left-color: #3399cc;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
}
.menu_bg {
	background-image: url(images/menu_holder2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
p {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000099;
}
.copy {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #333333;
}
h1 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #0000CC;
	font-style: italic;
	font-weight: bold;
}
.hrln {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3399CC;
}
h2 {
	font-family: Tahoma, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #082F72;
	text-decoration: none;
	background-color: #CCCCCC;
	text-indent: 5px;
	white-space: pre;
	display: compact;
}
a:link {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #0591DC;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #999999;
}

