body {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url("images/bg_green_strip.png");
	background-repeat: repeat;
	font-family: Arial, Verdana;
	font-size: medium;
}
#header {
	background-color: #000000;
	width: 770px;
	height: 5px;
}
#left_column {
	width: 150px;
	height: 600px;
	float: left;
	background-color: #000000;
}
#center_column {
	width: 620px;
	height: 600px;
	float: left;
	background-color: #000;
	color: #000;
}
#left_columnext {
	width: 150px;
	height: 1000px;
	float: left;
	background-color: #000000;
}
#center_columnext {
	width: 620px;
	height: 1000px;
	float: left;
	background-color: #EEEFFF;
}
#leftimage {
	float: left;
	border: 2px sold #000;
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer {
	width: 770px;
	height: 80px;
	background-color: #000000;
	float: left;	
	font-family: Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
#footer_logo {
	width: 150px;
	float: left;
}
#footer_address {
	width: 550px;
	float: left;	
}
.center_whitetext {
	color: #FFF;
	font-size: small;
}
.leftimage {
	float: left;
	border: 2px sold #000;
	margin-right: 20px;
	margin-bottom: 20px;
}
TabPanelHeader {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.TabPanelTitle {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}
.TabPanelText {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	padding-left: 3px;
}
.TabPanelTitleBox {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #C7C7E2;
	padding-left: 5px;
	padding-right: 5px;
}
.BoxMessage {
	font-family: Arial, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #33FF00;
	padding: 5px;
	height: auto;
	width: auto;
	border: medium double #000000;
}
.BoxMessageShort {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #CCFF66;
	padding: 5px;
	height: auto;
	width: auto;
	border: thin dashed #000000;
}
.TabPanelText_PR {
	font-size: 10px;
	color: #000;
}
.highlight {
	background-color: #FFFFCC;
}
a:link {
	color: #009900;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #9966FF;
}
a:active {
	color: #9966FF;
}