html, body {
	margin: 0px;
	width: 100%;
	height: 100%;	
	background: #ffffff url("") no-repeat top center;
}

img {
	border-width: 0px;
}

form {
	margin: 0px;
}

div, table {
	font-family: verdana;
	font-size: 10px;
	color: #656565;
	line-height: 150%;
}

#Page_Container {
	width: 565px;
	margin: auto;
}

#Page_InnerContainer {
}

#Page_Top {
	display: none;
}

#Page_Topmenu {
	display: none;
}

#Page_Banner {
	display: none;
}

#Page_ContentArea {
}

#Page_Leftmenu {
	display: none;
}

#Page_Content {
}

#Page_Footer {
	display: none;
}

#Page_Boxes {
	display: none;
}

.Box {
	display: block;
	border-right: 1px solid #ffffff;
	float: left;
	width: 200px;
	height: 280px;
	padding-top: 10px;
	padding-left: 14px;
	padding-right: 13px;
	margin-right: 16px;
	font-size: 10px;
}

#Page_Icons {
	float: right;
}

#Page_Icons img {
	float: left;
	margin: 10px 15px 0px 0px;
	cursor: pointer;
}

.Headline1 {
	font-family: verdana;
	font-size: 10px;
	color: #656565;
	font-weight: bold;
}

.Headline2 {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.Headline3 {
	font-family: verdana;
	font-size: 16px;
	color: #637823;
}

.Headline4 {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.Hr {
	height: 1px;
	background-color: #e0e1e3;
	overflow: hidden;
	margin: 5px 0px 5px 0px;
}

.HrMargin {
	margin: 20px 0px 20px 0px;
}

.Clear {
	clear: both;
	overflow: hidden;
	height: 1px;	
}

.CurrentLocation {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

.NewsmailBottomText {
	font-family: verdana;
	font-size: 9px;
	color: #000000;
}

.PollStatsTable {
	height: 15px;
	
	background-color: #ffffff;
	
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.PollStatsTableBox {
	height: 10px;
	
	background-color: #FFFFFF;
	
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.TableHeader {
	height: 22px;
	
	background-image: url(../gfx/bg_box_top.gif);
	background-repeat: repeat-x;
	
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

a:link, a:active, a:visited {
	color: #9fb73e;
	text-decoration: none;
}

a:hover {
	color: #9fb73e;
	text-decoration: underline;
}

a.BottomEmail:link, a.BottomEmail:active, a.BottomEmail:visited {
	color: #ffffff;
	text-decoration: none;
}

a.BottomEmail:hover {
	color: #ffffff;
	text-decoration: none;
}

.LeftmenuItem {
	margin-bottom:10px;
}

a.LeftMenu:link, a.LeftMenu:active, a.LeftMenu:visited {
	font-family: verdana;
	font-size: 10px;
	color: #656565;
	font-weight: normal;
	text-decoration: none;
}

a.LeftMenu:hover {
	font-family: verdana;
	font-size: 10px;
	color: #9fb73e;
	font-weight: normal;
	text-decoration: none;
}

a.LeftMenu_Active:link, a.LeftMenu_Active:active, a.LeftMenu_Active:visited {
	font-family: verdana;
	font-size: 10px;
	color: #9fb73e;
	font-weight: normal;
	text-decoration: none;
}

a.LeftMenu_Active:hover {
	font-family: verdana;
	font-size: 10px;
	color: #9fb73e;
	font-weight: normal;
	text-decoration: none;
}

.TopmenuItem {
	float: left;
	margin-right: 35px;
	height: 100%;
}

a.TopMenu:link, a.TopMenu:active, a.TopMenu:visited {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.TopMenu:hover {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.TopMenu_Active:link, a.TopMenu_Active:active, a.TopMenu_Active:visited {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.TopMenu_Active:hover {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.CurrentLocation:link, a.CurrentLocation:active, a.CurrentLocation:visited {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.CurrentLocation:hover {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.FormElement {
	border-style: solid;
	border-width: 1px;
	border-color: #656565;

	font-family: verdana;
	font-size: 10px;
	color: #656565;
	
	background-color: #ffffff;
}

.FormButton {
	font-family: verdana;
	font-size: 10px;
	color: #656565;
}

.Border1 {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-collapse: collapse;
}

.Border2 {
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	border-collapse: collapse;
}

.ImageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.ImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.ImageFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ImageFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.ImageBorderFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.ImageBorderFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.TableFloatLeftVisibleTableBorder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.TableFloatRightVisibleTableBorder {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.TableFloatLeftHiddenTableBorder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.TableFloatRightHiddenTableBorder {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.VisibleTableBorder {
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.HiddenTableBorder {
}

.HiddenElements {
	display: none;
}
