body,td{
 color:#303030;
 font-size:13px;
 font-family:Tahoma;
 margin:20px;

 scrollbar-face-color:#ccc;
 scrollbar-highlight-color:#ccc;
 scrollbar-shadow-color:#ccc;
 scrollbar-3dlight-color:#ccc;
 scrollbar-arrow-color:white;
 scrollbar-track-color:white;
 scrollbar-darkshadow-color:#ccc;
}

a:link, a:visited, a:active{
 color:#ee765b;
 text-decoration:none;
}

a:hover{
 color:#ffecd7;
}

img{
 border:0;
}


h1{
 width:90%;
 font-size:25px;
 font-family:HGS;
 font-weight:normal;
 text-align:center;
 margin:0px 30px;
 border-bottom:1px dashed #ccc;
}

h2{
 font-size:18px;
 padding:0px 0px 0px 30px;
 background-image:url("img/h2.gif");
 background-repeat:no-repeat;
 background-position:left center;
}

.text{
 padding:0px 0px 0px 5px;
 background-image:url("img/text.gif");
 line-height:13pt;
}

.text2{
 padding-left:5px;
 line-height:15pt;
}

.top{
 height:20%;
 border:1px solid #ccc;
 border-top:none;
 background-color:white;
 padding:10px;
}

.space{
 height:10%;
 text-align:right;
}

.main{
 border:1px solid #ccc;
 border-bottom:none;
 background-color:white;
}

.img{
 width:100px;
 height:100px;
 float:right;
 border:1px solid #ccc;
 background-image:url("img/img.gif");
 background-position:center center;
}