/** CSS **/

body {
  font-family: Arial;
  color:#454545;
}

div.debug {
	border-width: 1px;
	border-color: #616693;
	border-style: solid;
	position: absolute;
	color: black;
	text-align: center;
	vertical-align: middle;
	-moz-box-shadow: grey 5px 5px 5px;
	/* filter:Shadow(color=#000000,strength=5); */
	/* filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true); */
	overflow: hidden;
	/*
	background: -moz-linear-gradient(-45deg, #616693, #C7CCE9);
	 filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=1, StartColorStr='#616693', EndColorStr='#C7CCE9') */
	
}

div.highlight {
	border-width: 1px;
	border-color: #616693;
	border-style: solid;
	position: absolute;
	color: black;
	text-align: center;
	vertical-align: middle;
	-moz-box-shadow: grey 5px 5px 5px;
	/* filter:Shadow(color=#000000,strength=5); */
	/* filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true); */
	overflow: hidden;
	background-color: #FFFFFF;
	/*
	background: -moz-linear-gradient(-45deg, #616693, white);
	 filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=1, StartColorStr='#616693', EndColorStr='#FFFFFF') */
}

span.mycenter {
	/*
	height: 100%;
	width: 100%;
	*/
	height: inherit;
	vertical-align: center;
	margin-top: 40px;
	/* margin: 0px; */
}

#bottomlinks_off {
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	height: 20px;
	width:100%;
	padding-left: 25px;
       padding-right: 25px;
	text-align:left;
	color:#EDEDED;
	font-size:12px;
	padding-top:4px;
	padding-bottom:4px;
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border-top: 1px solid #616693;
}
#bottomlinks {
	position: absolute;
	top:700px;
	left:120px;
	height: 20px;
	width:560px;
	text-align:center;
	color:#787878;
	font-size:12px;
	vertical-align:middle;
	/* background-color: #EDEDED;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999; */
}

.risefirstletter {
	font-size:22px;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}
.cttable{
	width:100%;
	border:0px;
	color: #DEDEDE;
  padding-top:20px;  
}
.ctleft {
   padding-left: 15px;
   padding-right: 10px;
   margin-bottom: 20px;
   vertical-align: top; 
   width:50%;
}
.ctright {
   padding-right: 15px;
   padding-left: 10px;
   margin-bottom: 20px;
   vertical-align: top;
   width:50%;
}
.ctboth {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   padding-top: 20px;
   vertical-align: top;
   text-align:right;
}
.ctboth_left {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   padding-top: 20px;
   vertical-align: top;
   text-align:left;
}
input {
	width:120px;
}
a {
	color:#999999;
}
a:visited {
	color:#AFAFAF;
}
a:hover{
	color:#787878;
}
a.eyecatch:link {
  color:#EEEEEE;
}
a.eyecatch:visited {
  color:#EEEEEE;
}
a.eyecatch:hover  {
  color:#FFFFFF;
}
form {
padding:0px;
margin:0px;
}
div.formname {
	font-size:12px;
	width:160px;
	float:left;
	margin-bottom: 3px;
	margin-right: 3px;
	text-align:right;
}
div.formvalue {
	padding:0px;
	margin:0px;
	margin-bottom: 3px;
	text-align:right;
}
div.backbutton {
	position:absolute;
	bottom: 5px;
	left:5px;
	padding:0px;
	margin:0px;
}
div.contactbutton {
	position:absolute;
	bottom: 5px;
	right:5px;
	padding:0px;
	margin:0px;
}


