@charset "utf-8";
body {
	background-image: url(../images/bgstrip.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.mainbox {
	border: 5px solid #1C364F;
	padding: 5px;
	background-color: #FFFFFF;
}
.header {
	height: 86px;
	color: #1C364F;
}
.footer {
	background-color: #1C364F;
	height: 45px;
}
.contentbox {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #EA3E2F;
	padding-top: 22px;
}
.tabbox {
	padding-top: 52px;
	padding-right: 18px;
	width: 282px;
	padding-bottom: 20px;
}
.bodytext {
	padding-top: 19px;
	padding-bottom: 10px;
}
.readmore {
	color: #EB3F2F;
	background-image: url(../images/icon_readmore.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 0px 10px;
}
.buttonsbar {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.smallbullet {
	background-image: url(../images/smallbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 8px;
}
.bluetext {
	color: #1C364F;
}
a.bluelink:link {
	color: #1C364F;
	text-decoration: none;
}
a.bluelink:visited {
	color: #1C364F;
	text-decoration: none;
}
a.bluelink:hover {
	color: #EB3F2F;
	text-decoration: none;
}
a.bluelink:active {
	color: #EB3F2F;
	text-decoration: none;
}
a.redlink:link {
	color: #EB3F2F;
	text-decoration: none;
}
a.redlink:visited {
	color: #EB3F2F;
	text-decoration: none;
}
a.redlink:hover {
	color: #EB3F2F;
	text-decoration: underline;
}
a.redlink:active {
	color: #EB3F2F;
	text-decoration: underline;
}
.dottedsep {
	background-image: url(../images/dottedsep.gif);
	background-repeat: repeat-y;
}

.dottedsep2 {
	background-image: url(../images/dottedsep2.gif);
	background-repeat: repeat-x;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C364F;
	background-image: url(../images/formbg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #DAE4EF;
	padding: 2px;
}

