@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../images/page_bkg-drk.jpg);
	background-repeat:repeat;
	background-color: #333333;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
/* Links */
}
A:link {
	text-decoration: none;
	font-weight:normal;
	color:#bad9fe;
}
A:visited {
	text-decoration: none;
	font-weight:normal;
	color:#bad9fe;
}
A:active {
	text-decoration: none;
	font-weight:normal;
	color:#bad9fe;
}
A:hover {
	text-decoration: none;
	font-weight: normal;
	color:#FF0000;
}

.topic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.basictext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.bullet1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 10px 0px;
}
.captionsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.captionmedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.captionlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #CCCCCC;
}
.dropshadow {
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #212121;
	border-right-color: #212121;
	border-bottom-color: #000000;
	border-left-color: #232323;
}
.dropshadowsmall {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #212121;
	border-right-color: #212121;
	border-bottom-color: #000000;
	border-left-color: #232323;
}
.frame {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #676767;
	border-bottom-color: #AEAEAE;
	border-left-color: #676767;
	padding: 0px;
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-top-color: #C5C5C5;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.banner {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 35px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/banner_bkg-med.jpg);
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.tableborder {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-c	olor: #CCCCCC;
	border-right-color: #BEBEBE;
	border-bottom-color: #303030;
	margin: 0px;
	border-left-color: #666666;
	padding: 0px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-color: #F5F5F5;
}

