body{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        color: #FFFFFF;
}

h2{
	font-size: 1.3em;
}
 
BIG{
	font-size: 1.2em;
}

SMALL{	
	font-size: 0.9em;
}

HR {
    color: #3E7BAE;
    height:1px;
}


a:link {
        color: #FFFF00;
        text-decoration: none;
	font-size:100%;
}
a:visited {
        text-decoration: none;
        color: #BBDDFF;
	font-size:100%;
}
a:hover {
        text-decoration: underline;
        color: #E6E600;
	font-size:100%;
}
a:active {
        text-decoration: none;
	font-size:100%;
}
body {
        background-color: #3E7BAE;
}

.padded {
	vertical-align: top;
	padding: 6px;
}

