body{
background: #999;
padding: 0;
margin: 0;
    scrollbar-track-color: #009DD2;
    scrollbar-arrow-color: #fff;
	scrollbar-3dlight-color: #D5F4FF;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #72BCE0;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #036;
overflow: auto;
font-color: #000;
font-size: 10px;
font-weight: 500;
font-family: verdana, arial, 'sans-serif';
}

table,td,tr,div{
font-color: blue;
font-size: 12px;
font-weight: 500;
font-family: verdana, arial, 'sans-serif';
}

.mainTable{
background: #ccc;
width: 100%;
height: 100%;
}

.topbar{
background: #ccc  url(../img/topimage.jpg) no-repeat center middle fixed;
height: 85px;
width: 700px;
padding:0;
border-width: 1;	
border-style: solid;	
border-color: black;
border-bottom-width: 1;	
border-bottom-style: solid;	
border-bottom-color: black;
}

.maincontent{
background: #D4D3D8 url(../img/main_bagground.jpg) no-repeat top right fixed;
height: 392px;
width: 700px;
padding:0;
margin;0;
border-width: 1;	
border-style: solid;	
border-color: black;	
border-top-width: 1;	
border-top-style: solid;	
border-top-color: black;	
}

.front{
width: 100%;
padding:10;
margin;0;
}

.leftcontent{
height: 392px;
padding:6;
margin;2;
}

.rightcontent{
width: 100%;
height: 392px;
padding:0;
margin;0;
}

.urlcontent{
background: #bbb;
height: 10px;
width: 700px;
padding:1;
border-left-width: 1;	
border-left-style: solid;	
border-left-color: black;	
border-right-width: 1;	
border-right-style: solid;	
border-right-color: black;	
}

.url{
height: 10px;
padding:1;
border-width: 1;	
border-style: solid;	
border-color: black;	

}

.text{
color: #999;
font-size: 12px;
font-weight: bold;
}

a.text:link{color: #666; text-decoration: none;}
a.text:visited{color: #666; text-decoration: none;}
a.text:hover{color: #ff8; text-decoration: none;}
a.text:active{color: #666; text-decoration: none;}

.urltext{
color: #ffe;
font-size: 12px;
font-weight: 600;
}
a.urltext:link{color: #000; text-decoration: none;}
a.urltext:visited{color: #000; text-decoration: none;}
a.urltext:hover{color: #fff; text-decoration: none;}
a.urltext:active{color: #000; text-decoration: none;}

a:link{
cursor: pointer;
}

a:visited{
cursor: pointer;
}

a:hover{
cursor: pointer;
}
a:active{
cursor: pointer;
}

hr{
color: #9cf;
height: 1;
}

a.pics:link{color: #ffc; text-decoration: none;}
a.pics:visited{color: #ffc; text-decoration: none;}
a.pics:hover{color: #000; text-decoration: none;}
a.pics:active{color: #ffc; text-decoration: none;}

.drop{
filter: dropshadow(color: #003366, offX: 1, offY: 1, positive: true);
}
