﻿/** Basic Stylesheet 03-15-2006 Brian Timmer **/


body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../../admin/images/adminHeaderBg.gif);
	background-repeat: repeat-x;
}


body, p, td, th, a, h1, h2, h3, h4, h5
{
    font-family: Verdana, Arial, Sans-Serif;
}

a 
{
    text-decoration: none;
    color: #333;
}

a:hover
{
    text-decoration: underline;
    color: #f00;
}