body{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #333333;
	margin:0px;
	padding: 0px;	
}
.main{
	margin-top:  20px;
	margin-left: 34px;
	margin-bottom: 20px;
	background: url('../img/bg.gif') repeat-x top left;
}

#pageWrapper{
	background: url('../img/shadowPageTop.jpg') no-repeat top left;	
	padding-top: 50px;
	width:812px;
}
#pageBottom{
	background: url('../img/shadowPageBottom.jpg') no-repeat bottom left;
	padding-bottom: 11px
}

#pageBody{
	background:url('../img/shadowPageSide.gif') repeat-y top left;
	padding:0 6px 0 6px;
}

input, textarea{
	font-family: Verdana, Arial;
	font-size: 12px;
	border:1px solid #cccccc;
	padding:2px;
}
.buttonSubmit{
	border:none;
}
.buttonRadio{
	border:none;
}
p{
	font-family: Verdana, Arial;
	line-height: 18px;
	font-size: 12px;
	padding: 0px;
	margin 0px;
}
table{
	margin: 0px;
	padding: 0px;
}
iframe{
	margin: 0px;
	padding: 0px;
	border:0px solid #ffffff;
}
.contentTable{
	padding: 0px;
  	margin-top: 10px; 
  	margin-bottom: 10px;
  	border: 0px solid #cccccc;
  	background-color: #f1f4f8;
}
.tableHeader{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #6699cc;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
	margin: 0px;
}
.content{
  	padding: 20px 19px 0 19px; 
  	background-color: #ffffff;
  	
}

td{
	font-family: Verdana, Arial;
	line-height: 18px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
div, ilayer{
	margin: 0px;
	padding: 0px;
}

.gray_font{
	color: #999999;
}
.blue_font{
	color: #006699;
}
.red_font{
	color: red;
}
.yellow_font{
	color: #FDF795;
}
.white_font{
	color: #ffffff;
}
.small_font{
	font-size: 10px;
	line-height: 15px;
}
.bold_font{
	font-weight:bold;
}
.bg_yellow{
	background-color: #FDF795;
}

.boxtext{
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	line-height: 18px;
	margin: 0px;
}
.footertext{
	font-family: Verdana, Arial;
	font-size: 10px;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.box_side{
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #FFFFFF;
}


.matrix_tr{
	padding: 2px;
}
.heading{
	background:url('../img/bgHeading.jpg') no-repeat top left;
}
h1{
	font-size: 14px;
	font-weight: normal;
	color: #006699; 
	line-height:1.5em;
	margin: 0px;
	padding-bottom: 3px;
	
}
h2{
	font-size: 14px;
	font-weight: normal;
	color: #006699;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 10px;
	margin: 0px;
}
h4{
	font-size: 18px;
	line-height:24px;
	font-weight: normal;
	border-bottom: 1px solid #006699;
	border-right: 1px solid #006699;
	color: #006699;
	padding-left: 4px;
	padding-bottom: 0px;
	margin:20px 0 0 0;
	background-color: #ffffff;
	width:24px;
}
.caption{
	font-size: 12px;
	line-height: 18px;
	color: #006699;
	padding: 0px 0px 0px 0px;
}
.boxcaption{
	font-size: 14px;
	color: #006699;
	margin: 0px;
	line-height: 21px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
}

a:link, a:visited{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	line-height: 18px;
	padding: 0px;
}
a:hover, a:active{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	line-height: 18px;
	padding: 0px;
}

a.navleisteLink:link, a.navleisteLink:visited{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	line-height: 18px;
	padding: 4px 2px;
}
a.navleisteLink:hover, a.navleisteLink:active{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	line-height: 18px;
	padding: 4px 2px;
}

ul{
	list-style-image: url('../img/bullet_blue.gif');
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 18px;
	vertical-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
li{
	font-size: 12px;
	line-height: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: center;
	margin: 0px;	
}
#messagebox{
	padding:10px;
	position:absolute;
	top:53px;
	left:220px;
	background-color: #E6EFF8;
	border:3px solid #6699cc;
	z-index:9999;
	opacity:.9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

}
.grayBorder{
 	border: 1px solid #cccccc;
}
hr{
	height:1px;
	background-color: #ffffff;
	border:none;
}