html, body {
	background-color: #116897;
	background-image: url("./images/background.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height: 100%;
	text-align: center;
}

a, a:visited, a:link, a:active {
	text-decoration: none;
	background-color: inherit;
	color: #ffffff;
	font-size: 10px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #87a2b5;
}

a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #ffffff;
	font-size: 10px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
/*	border-bottom: 1px solid #d6df33;*/
	border-bottom: 0;
	margin-bottom: 1px;
}

a.language, a.language:visited, a.language:link, a.language:active {
	text-decoration: none;
	background-color: inherit;
	color: #ffffff;
	margin-right: 7px;
	font-size: 10px;
	font-weight: normal;
	border: 0;
}

a.language:hover {
	text-decoration: none;
	background-color: inherit;
	color: #cecece;
	margin-right: 7px;
	font-size: 10px;
	font-weight: normal;
	border: 0;
}

a.img, a.img:visited, a.img:link, a.img:active, a.img:hover {
	text-decoration: none;
	margin: 0;
	border: 0;
}

a.menu, a.menu:visited, a.menu:link, a.menu:active {
	text-decoration: none;
	background-color: inherit;
	color: #ffffff;
	margin: 28px;
	font-size: 10px;
	font-weight: normal;
	border: 0;
}

a.menu:hover {
	text-decoration: none;
	background-color: inherit;
	color: #cecece;
	margin: 28px;
	font-size: 10px;
	font-weight: normal;
	border: 0;
}

a.footer, a.footer:visited, a.footer:link, a.footer:active {
	text-decoration: none;
	background-color: inherit;
	color: #ffffff;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	border-bottom: 1px solid #87a2b5;
}

a.footer:hover {
	text-decoration: none;
	background-color: inherit;
	color: #cecece;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	border: 0;
}

a.wowowdata, a.wowowdata:visited, a.wowowdata:link, a.wowowdata:active {
	text-decoration: none;
	background-color: inherit;
	color: #85a0b3;
	font-size: 10px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #87a2b5;
}

a.wowowdata:hover {
	text-decoration: none;
	background-color: inherit;
	color: #85a0b3;
	font-size: 10px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
/*	border-bottom: 1px solid #d6df33;*/
	border-bottom: 0;
	margin-bottom: 1px;
}

#overall_container {
	width: 737px;
	overflow: hidden;
	text-align: center;
	/*
	border-left: 1px solid #b1d1e3;
	border-right: 1px solid #b1d1e3;
	border-bottom: 5px solid #b1d1e3;
	*/
	border-left: 3px double #ffffff;
	border-right: 3px double #ffffff;
	border-bottom: 3px double #ffffff;
}

#top {
	width: 737px;
	height: 29px;
	background-image: url("./images/graytop.png");
}

#language {
	width: 732px;
	text-align: right;
	padding-top: 9px;
	padding-right: 5px;
}

#header {
	width: 737px;
	height: 180px;
	background-image: url("./images/header.png");
	text-align: right;
}

#menu_container {
	width: 737px;
	height: 20px;
	background-color: #0e4267;
}

#menu {
	padding-top: 2px;
}

#menubottom {
	width: 737px;
	height: 19px;
	background-image: url("./images/menubottom.png");
	background-color: #0d4367;
}

#content_container {
	width: 737px;
	background-image: url("./images/content_bg.png");
	background-color: #0d4367;
}

#content {
	font-weight: normal;
	padding-top: 2px;
	padding-left: 77px;
	padding-right: 77px;
	padding-bottom: 0px;
	/*color: #0e2c48;*/
	color: #ffffff;
	text-align: left;
	font-size: 10px;
}

#footer {
	padding-top: 5px;
	padding-bottom: 7px;
	font-weight: normal;
}

.flashTitle {
	border-bottom: 1px solid #d6df33;
	padding: 0;
	margin-bottom: 15px;
	overflow: hidden;
	height: 24px;
	vertical-align: bottom;
}

div.wowowdata {
	border-top: 1px dotted #85a0b3;
	margin-top: 9px;
	margin-bottom: 0;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: right;
	color: #85a0b3;
}

th {
	color: #ffffff;
	background-image: url("./images/smallBackgroundReverse.png");
	background-position: 0 bottom;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	border-top: 4px solid #87a2b5;
	border-left: 0px solid #116897;
	border-right: 1px solid #87a2b5;
	border-bottom: 3px double #87a2b5;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

td {
	vertical-align: top;
	text-align: left;
}

td.evenRow {
	background-image: url("./images/tinyBackgroundReverse.png");
	background-position: right 0;
	background-repeat: repeat-y;
	background-color: #116897;
	padding: 3px 5px 3px 5px;
	vertical-align: middle;
	wborder: 1px solid white;
}

td.unevenRow {
	background-image: url("./images/tinyBackground.png");
	background-position: 0 0;
	background-repeat: repeat-y;
	background-color: #116897;
	padding: 3px 5px 3px 5px;
	vertical-align: middle;
}

p {
	margin-bottom: 0px;
	margin-top: 9px;
}

.border {
	background-color: #87a2b5;
	border-top: 1px solid #87a2b5;
	border-left: 1px solid #87a2b5;
	border-right: 1px solid #87a2b5;
	border-bottom: 4px solid #87a2b5;
}

.overView {
	border-top: 4px solid #87a2b5;
	border-left: 1px solid #87a2b5;
	border-right: 1px solid #87a2b5;
	border-bottom: 1px solid #87a2b5;
	margin: 0;
}

.products {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin: 0;
	empty-cells: show;
}

.imgHolder1 {
	padding: 7px;
	vertical-align: middle;
	text-align: center;
	/*border-top: 1px solid #87a2b5;
	border-left: 1px solid #87a2b5;*/
	border-right: 1px solid #87a2b5;
	border-bottom: 3px double #87a2b5;
	background-image: url("./images/smallBackground.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #0c5d8d;
	display: table-cell;
	margin: 0;
	width: 0px;
	overflow: show;
}

.imgHolder2 {
	padding: 7px;
	vertical-align: top;
	text-align: center;
	/*border-top: 1px solid #87a2b5;
	border-left: 1px solid #87a2b5;*/
	border-right: 1px solid #87a2b5;
	border-bottom: 3px double #d6df33;
	background-image: url("./images/smallBackground.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #0c5d8d;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
	width: 0px;
	overflow: show;
	cursor: pointer;
}

.imgHolderSelected {
	padding: 7px;
	vertical-align: top;
	text-align: center;
	/*border-top: 1px solid #87a2b5;
	border-left: 1px solid #87a2b5;*/
	border-right: 1px solid #87a2b5;
	border-bottom: 3px double #d6df33;
	background-image: url("./images/smallBackground.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #0c5d8d;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
	width: 0px;
	overflow: show;
}

.imgHolder3 {
	padding: 7px;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #87a2b5;
	border-left: 1px solid #87a2b5;
	border-right: 1px solid #87a2b5;
	border-bottom: 3px double #87a2b5;
	background-image: url("./images/smallBackground.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #0c5d8d;
	display: table-cell;
	margin: 0;
	width: 0px;
	overflow: show;
}

.imgHolder4 {
	padding: 7px;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #87a2b5;
	border-left: 1px solid #87a2b5;
	border-right: 1px solid #87a2b5;
	border-bottom: 3px double #d6df33;
	background-image: url("./images/smallBackground.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #0c5d8d;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
	width: 0px;
	overflow: show;
	cursor: pointer;
}

h1 {
	font-size: 17px;
	border-bottom: 1px solid #d6df33;*/
	/*border-bottom: 1px solid #d6df33;*/
	padding: 2px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #d6df33;
	bbackground-color: #2e739e;
}

h2 {
	font-size: 10px;
	border-bottom: 0;
	background-color: #0e4267;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 0;
	font-weight: bold;
}

.preH1 {
	color: #d6df33;
	margin-right: 7px;
	font-weight: normal;
}

.preH2 {
	color: #d6df33;
	margin-right: 4px;
	margin-bottom: 11px;
	font-weight: bold;
}

.form-inactive {
	margin: 0;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #87a2b5;
	background-color: #f1f5f8;
	background-image: url("/images/tinyBackground.png");
	color: #85a0b3;
}

.form-active {
	margin: 0;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #d6df33;
	background-color: #f6f9fa;
	background-image: url("/images/tinyBackground.png");
	color: #ffffff;
}

.form-error {
	margin: 0;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #400000;
	background-color: #f1f5f8;
	background-image: url("/images/tinyBackground.png");
	color: #85a0b3;
}

.button-inactive {
	margin: 0;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #87a2b5;
	background-color: #f1f5f8;
	background-image: url("/images/tinyBackground.png");
	color: #ffffff;
	font-weight: bold;
}

.button-active {
	margin: 0;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #d6df33;
	background-color: #f6f9fa;
	background-image: url("/images/tinyBackground.png");
	color: #ffffff;
	font-weight: bold;
}

span.highlight {
	color: #d6df33;
}

span.menu0 {
	text-decoration: none;
	background-color: #47728f;
	color: white;
	margin: 1px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: 10px;
	font-weight: normal;
	border-bottom: 3px solid #9ccee9;
}

span.menu {
	background-image: url("./images/dartBottom.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: inherit;
	/*color: #cecece;*/
	color: #ffffff;
	margin: 28px;
	font-size: 10px;
	font-weight: normal;
	border: 0;
	padding-bottom: 6px;
}

span.blue {
	/*color: #3d9ed3;*/
}

.spacer1 {
	text-align: center;
	vertical-align: middle;
	width: 10px;
	overflow: hidden;
}

.spacer2 {
	height: 10px;
	overflow: hidden;
}

.spacer3 {
	height: 100px;
	overflow: hidden;
}

.spacer4 {
	height: 3px;
	overflow: hidden;
	background-color: #d6df33;
	border-left: 1px solid #4a7491;
	border-right: 1px solid #4a7491;
}

.spacer5 {
	height: 1px;
	overflow: hidden;
}

.spacer6 {
	height: 20px;
	overflow: hidden;
}

.description {
	font-size: 9px;
	letter-spacing: 0.3pt;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}
