﻿
a:link
{
color: #cc6600;
text-decoration: none
}

a:hover
{
color: white;
text-decoration: none
}

a:visited
{
color: #cc6600;
text-decoration: none
}


.imgboxright
{
text-align: center;
font-color: #ffcc00;
margin-right: 12px;
margin-left: 12px;
float: right;
font-size: 11px
}

.imgboxleft
{
text-align: center;
font-color: #ffcc00;
margin-right: 12px;
margin-left: 12px;
float: left;
font-size: 11px
}

.imgboxcenter
{
text-align: center;
font-color: #ffcc00;
margin-right: 12px;
margin-left: 12px;
align: center;
font-size: 11px
}

.spacer
{
clear: left;
width: 100%;
height: 16px
}

body
{
font-family: Arial, Helvica, sans-serif;
background-color: #505050;
color: white
}

p
{
font-size: medium;
color: white
}

hr
{
color: #cc9900;
width:90%;
background-color:#cc9900;
size: 2;
noshade
}  


h1
{
color: #cc6600;
text-align: left;
font-size: x-large;
font-family: Arial, Helvica, sans-serif;
font-weight: bold
}

h2
{
color: #cc6600;
text-align: left;
font-size: large;
font-family: Arial, Helvica, sans-serif;
font-weight: bold
}

h3
{
color: #cc6600;
text-align: left;
font-size: medium;
font-family: Arial, Helvica, sans-serif;
font-weight: bold
}

.leftcol
{
float: left;
width: 30%;
height: auto
}

.rightcol
{
float: left;
width: 70%
}
