﻿*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Serif;
	font-size: small;
	color: #800;
/*
	background-color: #46542c;
*/
	background-color: #7e8c49;
/*
	background-image: url(../Media/BackGradient.jpg);
	background-repeat: repeat-x;
*/
	background-image: url(../Media/bg_gradient.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: justify;
}

a:link, a:visited { color: #8A4; }

a:hover, a:active { color: #AC8; }

ol, ul
{
	margin-left: 20px;
}

.Clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
/*.Clearfix {display: inline-block;}*/
 
/* Hides from IE-mac \*/
* html .Clearfix {height: 1%;}
.Clearfix {display: block;}
/* End hide from IE-mac */


.TextBox
{
	background-color: white;
	border: solid 1px #b4ae65;
	font-family: Palatino Linotype, Book Antiqua, Georgia, Serif;
	font-size: small;
	color: #400;
	width: 180px;
	padding: 2px;
	text-align: center;
}

.HorzDivider
{
	float: left;
	clear: both;
	background-image: url(../Media/HorzDivider.gif);
	background-repeat: no-repeat;
	width: 720px;
	height: 14px;
}

.Width25 { width: 25px; }

.Width30 { width: 30px; }

.Width35 { width: 35px; }

.Width40 { width: 40px; }

.Width50 { width: 50px; }

.Width70 { width: 70px; }

.Width75 { width: 75px; }

.Width100 { width: 100px; }

.Width125 { width: 125px; }

.Width150 { width: 150px; }

.Width175 { width: 175px; }

.Width200 { width: 200px; }

