﻿body 
{
    margin:0px;
}
.header 
{
    
    font-weight:bold;
    padding:10px;
    border-bottom: solid 1px gray;
    
}
.header_link 
{
    color:#279647;

}
.content 
{
    padding:10px;
    background-color:#eeeeff;
}
body, body table,body td, input, select
{
	font-family:Verdana;
	font-size:11pt;
}
input 
{
    border:solid 1px #aaaaff;
}
input.button 
{
	font-size:12pt;
	border:solid 1px #aaaaff;
}
input.menubutton 
{
    width:95%;
    display:inline-block;
	border:solid 1px gray;
	font-size:15pt;
	margin-bottom:20px;
	padding:7px;
}

.messageHeader 
{
    text-align:right;
}
.forumHeader 
{
    text-align:right;
}
.divBack 
{
    margin-bottom:10px;
}
a, a:link, a:visited 
{
    color:#279647;
}
a:hover 
{
    font-weight:bold;
}
.content 
{
    background-image:none;
}