/* CSS DOCUMENT */
/* TimDeibel.nl Rev.2008/03/02 */
* {
 margin: 0;
 padding:0;
 border: 0;
}
html,body {
 width: 100%;
 height:100%;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 background-color:#000000;
 color:#CCCCCC;
 text-align:center;
}
a:link, a:visited { color:#FFFFFF; text-decoration:underline; }
a:hover  { color:#EEEEEE; text-decoration:none; }
a:active { color:#CCCCCC; text-decoration:underline; }

#centerWrap { /* img = 580 x 520 */
 position: absolute;
 width: 580px;
 height:520px;
 top: 50%;
 left: 50%;  
 margin-left: -290px;
 margin-top:  -260px;
 text-align:center;
}

hr {
 color:#333333;
 height: 1px;
}
/* CLASSES: */
/*========= */
.size_S {
 font-size: 11px;
 text-decoration: none;
}
.size_N {
 font-size: 12px;
 text-decoration: none;
}
.size_L {
 font-size: 16px;
 font-weight: Bold;
}
.size_XL {
 font-size: 20px;
 font-weight: Bold;
}
.no_ul {
 text-decoration: none;
}
.frm_txt {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 color: #333333;
 background-color:#EEEEEE;
}
.frm_but {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 background-color: #CCCCCC;
}
.ecp_pic_border {
 border-left:#333333 solid 1px;
 border-top:#333333 solid 1px;
 border-right:#999999 solid 1px;
 border-bottom:#999999 solid 1px;
}
.ecp_thumb_border {
 border:#444444 solid 1px;
}
.infoTxt1 {
 width:600px;
 height:12px;
 color: #333333;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:10px;
}
