body{
font-family: Arial;
font-size: 14px;
margin: 30px 15px 15px 15px;
background: #ec147f url(./images/page_bg.jpg) repeat-x;
}

.stage{
background: white;
}

.topnav{
padding-top: 10px;
}

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

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

.topnav a:hover{
text-decoration: underline;
}

.title{
font-weight: bold;
font-size: 16px;
color: blue;
background: url(./images/border_x.gif) repeat-x bottom;
padding-bottom: 3px;
margin-bottom: 10px;
}

.bigred{
font-size: 18px;
color: red;
}

.biggreen{
font-size: 18px;
color: green;
}

.sml{
font-size: 11px;
color: #202020;
}

.footer{
font-size: 11px;
color: white;
}

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

#logo{
padding: 10px;
}

#topnav{
padding: 0px;
height: 28px;
background: url(/images/topnav_bg.jpg) repeat-x;
}

.topnav_ul{
margin: 0px;
padding: 0px;
}

.topnav_li{
font-family: Arial;
font-size: 15px;
font-weight: bold;
display: inline;
}

.topnav_li a{
text-decoration: none;
display: inline-block;
padding: 5px 8px 5px 8px;
color: black;
}

.topnav_li a:hover{
background: #ec147f;
color: white;
text-decoration: none;
display: inline-block;
padding: 5px 8px 5px 8px;
}

#current{
text-decoration: none;
display: inline-block;
background: #ec147f;
color: white;
padding: 5px 8px 5px 8px;
}

#yahoo{
padding: 10px 10px 0px 10px;
}

#main{
padding: 10px;
}
