﻿/* CSS Document */

a { color: #016CBE; }
a:hover { color: #333333; text-decoration: underline; }

.outline {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
}

.bodytext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1 {
	font-size: 12px;
	font-weight: bold;
}

ul {
	line-height: 14px;
	list-style-type: square;
}
.sitemap {
	line-height: 26px;
	list-style-type: square;
}

.note {
	color: #990000;

}

.cc {
	margin-right: 10px;

}

.footer {
	font-family: arial, verdana;
	font-size: 11px;
	color: #CCCCCC;
}

.footer a { color: #CCCCCC; }
.footer a:hover { color: #FFFFFF; text-decoration: underline; }
