body {
	background-color: #FFF;
	color: #000;
	background-image: url(images/bg.png);
	background-repeat: x-repeat;
	padding: 0px;
}

body.normal {
	background-image: none;
	background: transparent;
	background-color: transparent;
}

#iFrameID {
	width: 100%;
}

#wrapper {
	position: static;
	width: 990px;
	top: 0px;
	margin: 5px auto auto auto;
}

#content-frame body {
	position: absolute;
	background-color: #000;
	height: 100%;
	width: 100%;
}

#top-menu table {
	color: #FFFFFF;
	border-spacing: 2px;
}

#top-menu h1 {
	font-family: sans-serif;
	font-size: xx-large;
	padding: 0px;
	margin: 0px 0px 0px 0;
}

#logo-txt {
	float: left;
}

#top-menu h6{
	font-size:small;
	font-family: sans-serif;
	font-weight: bold;
	margin:0;
	padding:0;
	margin: 0px 0px 0px 0;
}

#top-menu img{
	position: relative;
	float: left;
	padding-right:5px;
	border-width:0px;
}

#norm-bt {
	background-image: url(images/bt-normal.png);
	background-repeat: no-repeat;
	height:40px;
	width: 120px;
	display: table;
	_position: relative;
	overflow: hidden;
}

#norm-bt-txt {
	_position: absolute;
	_top: 30%;
	_width: 100%;
	_height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align:middle;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}


#big-green-bt {
	background-image: url(images/bt-big-green.png);
	background-repeat: no-repeat;
	height:90px;
	width: 120px;
	display: table;
	_position: relative;
	overflow: hidden;
}

#big-green-bt-txt {
	_position: absolute;
	_top: 30%;
	_width: 100%;
	_height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
}

#scroll-bar {
	position: absolute;
	width: 100%;
	height: 90px;
}

#scroll-frame {
	width: 100%;
	height: 90px;
	border-width: 0px;
}

#contact-data p {
	padding: 0px;
	margin: 4px 0 4px 0;
}

#contact-data td {
	vertical-align: middle;
}

p.welcome {
	font-size:14.0pt;
	margin-top:7.0pt;
	margin-bottom:7.0pt;
	text-align:center;
	font-family:Arial;
	color:#fff;
}

p.text {
	font-size:10.0pt;
	margin-top:2.0pt;
	margin-bottom:2.0pt;
	font-family:Sans-serif;
	color: #fff;
}
	
p.table {
	font-size:10.0pt;
	margin-top:0.0pt;
	margin-bottom:0.0pt;
	font-family:Arial;
}

p.logo {
	font-size:8.0pt;
	margin-top:0.0pt;
	margin-bottom:0.0pt;
}

p.form {
	font-size:14.0pt;
	margin-top:3.0pt;
	margin-bottom:1.0pt;
	font-family:Arial Bold;
}

th.button{
	width: 10.0%;
	border:double 3.5pt;
	border-color:#000000;
 	background-color: #fdb210;
}


th.iframe {
	width: 100.0%;
	height: 100.0%;
	border-color: transparent;
}

table.normal{
	border-collapse:collapse;
	border:none;
	mso-border-alt:double windowtext 4.5pt;
}

table.image {
	border:none;
}

td.normal {
	border: double windowtext 4.5pt;
	background-color: #fdb210;
}

td.image {
	border:none
	background:#000000;
}

a {
	color:#000000;
	text-decoration:none;
	text-underline: single;
}

a:hover {
	color:#FFFFFF;
}

a:active {
	color:#FFFFFF;
}

img.button {
	border:0;
}

