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

body
{
	background-image:url(../images/WP_bkg.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;
	text-align: center;
	line-height: 24px;
}

.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: 60px;
	background-position: 35px -1px;
}
.captionsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.captionmedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}
.captionitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #CCCCCC;
}
.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: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.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;
}
.footer {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position:fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px
}
