a
{
   color: #CC3333;
}

a:visited, a:active
{
   color: #4680BF;
}

.mainPanel
{
   width: 100%;
   text-align: center;
}

.mainHeader
{
   font-size: 35pt;
   width: 100%;
   text-align: center;
   font-family: sans-serif;
   line-height: 80px;
}

.contentHeader
{
   background-color: #4680bf;
   border: black solid;
   color: white;
   font-size: 16pt;
   text-align: center;
   height: 25px;
   font-family: sans-serif;
}

.content1, .content2, .content3
{
   padding: 10px 10px 10px 10px;
   border: black solid;
   text-align: center;
}

.btnStandard
{
   background: url('btnStandard.png') 0px 0px;
   display: block;
   width: 150px;
   height: 30px;
   text-align: center;
   vertical-align: middle;
   font-family: Tahoma;
   font-size: 16pt;
   color: black;
   text-decoration: none;
}

.btnStandard:hover
{
	background: url('btnStandard.png') 0px -30px;
	color: white;
}
