body{
margin: 20px;
font-family: Tahoma;
font-size: 13px;
background: #c00000 url(./images/red/page_bg.jpg) repeat-x;
}

.stage{
background: white;
border: 2px solid white;
}

.topnav{
height: 30px;
background: #800000 url(./images/red/nav_bg.gif) repeat-x;
padding: 0px 8px 0px 8px;
}

.topnav a:link,.topnav a:visited,.topnav a:active{
color: white;
font-weight: bold;
text-decoration: none;
}

.topnav a:hover{
color: white;
font-weight: bold;
text-decoration: underline;
}

.icon{
border: 0px solid black;
margin-right: 3px;
}

a{
text-decoration: none;
color: blue;
}

.header{
padding: 2px 0px 0px 0px;
}

.main{
padding: 0px;
background: white url(./images/main_bg.jpg) repeat-x top;
}

.right{
background: url(./images/border_y.gif) repeat-y left;
}

.block_title{
height: 30px;
background: white url(./images/red/nav_bg.gif) repeat-x top;
font-weight: bold;
padding: 0px 8px 0px 8px;
color: white;
}

.block_content{
padding: 10px;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
}

.biglink{
font-size: 18px;
font-weight: bold;
}

.error{
color: red;
font-weight: bold;
}

.sml{
font-size: 11px;
}

.footer{
background: url(./images/border_x.gif) repeat-x top;
padding: 3px;
font-size: 11px;
}

.copyright{
padding: 7px;
}