/* CSS Document */

.intro{
	background-color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
}
.left{
	width:387px;
	position: relative;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000033;
}
#right{
	width:387px;
	height: 111px;
	position: absolute;
	top: 0px;
	right: 388px;
	left: 390px;
}
.header{
	background-color: #CCCCCC;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 100%;
}
.linkslist{
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #000033;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1 a:link {
	color: #000033;
	text-decoration: none;
}
h1 a:visited {
	color: #000033;
	text-decoration: none;
}
h1 a:hover {
	color: #CC0000;
	text-decoration: none;
}
h1 a:active {
	color: #000033;
	text-decoration: none;
}
p {
	margin-bottom: 4px;
	margin-top: 5px;
	padding-bottom: 2px;
}
