﻿body 
{
	margin-top: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    color: #333;
    background: transparent url(img/bgstrip.jpg) top center repeat-y; 
}

h1 
{
    font-weight: normal;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #ff3300;
}

h2 
{
    font-weight:bold;
	font-size: 13px;
	margin-top: 0;
	margin-top: 0;
	margin-bottom: 5px;
	color: #ff3300;
}

h3 
{
    font-weight:bold;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 4px;
	color: #ff3300;
}

img 
{
    border: 0;
}

.loginControl
{
    width: 100%;
}

.loginLabel
{
    text-transform: uppercase;
    font-weight: bold;
}

.aAdminButton 
{
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
}

input 
{
   font-size: 11px;
   font-family: Helvetica, Arial, sans-serif;
}

textarea 
{
	font-size: 11px;
   font-family: Helvetica, Arial, sans-serif;
}

.DropDown 
{
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	width: 140px;
}

.inputLong
{
   width: 140px;
}

.inputMedium
{
	width: 120px;
}

.inputShort
{  
    width: 80px; 
}

.inputShorter 
{
	width: 45px;
}

.inputVeryShort
{
    width: 20px;
}

a:link, a:visited 
{
    color: #666;
    text-decoration: underline;
}

a:hover, a:active 
{
    color: #999;
    text-decoration: underline;
} 

.tableContactUsForm 
{
	margin: auto;
	margin-top: 15px;
}

.searchBox
{
    font-style: italic;   
}

a:Link, a:Visited  
{
	text-decoration: underline;
	font-weight: bold;
}

a:Hover, a:Active 
{
	text-decoration: none;
	font-weight: bold;
}