body
	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
   
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    /*background-color:#ffffff;*/
	}
h3
{
font-family: Verdana;
color: #3333FF;
font-size: 0.8em;
}
h1
{
color: #13C5C5;
font-family: Verdana;
font-size: 2em;
text-align:center;
}

span.largeblue
{
color: #13C5C5;
font-family: Verdana;
font-size: 2em;
}

span.green
{
color: #00FF00;
font-size: 1em;
}
span.largeblue2
{
color: #13C5C5;
font-size: 1.5em;
}
span.smallblue
{
color: #13C5C5;
}

a.sidelinks:link
{
COLOR: #13C5C5; /*Green*/
text-decoration:none;
}
a.sidelinks:visited
{
COLOR: #13C5C5; 
text-decoration:none;
}

a.sidelinks:hover
{
/* COLOR: #7374B7; /* Same color as main menu hover */
COLOR: #FA050B; /* Red Color */
text-decoration:none;
}
img.content
{
border: 1px #000000;
}
.button 
{
    border: none;
    background: url("/images/SubmitUp.gif") no-repeat top left;
    padding: 2px 8px;
}
.button:hover 
{
    border: none;
    background: url('/images/SubmitDown.gif') no-repeat top left;
    padding: 2px 8px;
}