a {
	color : #F0F;
	text-decoration:underline;
}
a:hover 
{
	color : #00F;
	text-decoration:underline;
}

    a.nav
    {
        overflow:hidden;   
        color:#fff;
        font-family:Arial, Sans-Serif;
        font-weight:bold;
        padding-left:40px;
        padding-top:3px;
        font-size:13px;
        display:block;
        height:17px;
        background-image:url(images/button.gif);
        text-decoration:none;
    }
    * html a.nav 
    {
        height:20px;
    }
    a.nav:hover 
    {
        color:#ddd;
        background-image:url(images/button_over.gif);
        text-decoration:none;
    }
    div.selected 
    {
        overflow:hidden;
        color:#E491B5;
        font-family:Arial, Sans-Serif;
        font-weight:bold;
        padding-left:30px;
        padding-top:3px;
        font-size:11px;
        display:block;
        height:17px;
        background-image:url(images/button_over.gif);
    }
    * html div.selected {height:20px}
        a.navPink
        {
            background-image:url(images/button_pink.gif);
        }
        a.navPink:hover 
        {
            background-image:url(images/button_over_pink.gif);
        }
        div.selectedPink
        {
            color:#9B95C8;
            background-image:url(images/button_over_pink.gif);
        }



p { margin-top:0px; }
a.sponsor 
{       
    font-weight:bold;   
}
td  
{
	font-family: Verdana,sans-serif;
	font-size: small;
	font-weight: normal;
	color: Black;
}

body 
{
	background-color:#FFFFFF;
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bolder;
	color: #000;
}
#main 
{
    width:761px;
}
ul
{
padding:0px;
margin:15px;
}

div.head 
{
    text-align:center;
}
h1 
{
    color:#000;
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
    margin-top:2px;
    margin-bottom:5px;
    padding:0px;
}

H2  
{
    color:#D8D5EB;
    font-size:16px;  
    margin-bottom:5px;
      
}

H3  
{
    font-size:12px;
    margin-bottom:0px;
}    
