﻿body {
	/*background: #FFFFFF; /*color: #6699cc;	/* Black;*/
	margin: 0; /*font-family: Garamond;*/
	/*	font-family: "BernhardFashion BT" Garamond Verdana;*/
	font-family: Georgia; /* Garamond Verdana;*/
	color: #5A3602; /*#6699ff;*/
	font-size: 18px;
}

div.divBody {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	float: left;
}

div.divBodyCenter {
	margin: 0 auto;
	width: 600px;
	text-align: center;
	float: none;
}

div.divBodyCenterWide {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	float: none;
}

div.divLeft {
	position: relative;
	width: 160px;
	float: left;
}

div.divLeftShort {
	position: relative;
	width: 40px;
	float: left;
}

div.divMiddle {
	position: relative;
	width: 460px;
	float: left;
	text-align: left;
}

div.divMiddleLong {
	position: relative;
	width: 830px;
	float: left;
	text-align: left;
}

/*
a 				{ text-decoration: none; color: blue; }
a:link 		{ color: blue; }
a:visited 	{ color: blue; }
a:hover 		{ color: #FF0000; text-decoration: underline; }
a:active  	{ color: #FF0000; }
a 				{ text-decoration: none; color: green; }
a:link 		{ color: green; }
a:visited 	{ color: green; }
a:hover 		{ color: blue; text-decoration: underline; }
a:active  	{ color: blue; }
*/
/*
a 				{ text-decoration: none; color: blue; }
a:link 		{ color: blue; }
a:visited 	{ color: blue; }
a:hover 		{ color: green; text-decoration: underline; }
a:active  	{ color: green; }
*/
a {
	text-decoration: none;
	color: #5A3602;
}

a:link {
	color: #5A3602;
}

a:visited {
	color: #5A3602;
}

a:hover {
	color: #5A3602;
	text-decoration: underline;
}

a:active {
	color: #5A3602;
}

a.tn {
	text-decoration: none;
	color: green;
}

a.tn:link {
	color: green;
}

a.tn:visited {
	color: green;
}

a.tn:hover {
	color: Navy;
	text-decoration: underline;
}

a.tn:active {
	color: Navy;
}

/*
body { 
	font-family:Arial, Helvetica, sans-serif 
}
div.TabsBody {
	margin: 0 auto;
	width: 930px;
	text-align: left;
	float: left;
}
div.divLeft {
	position: relative;
	width: 165px;
	float: left;
}
div.divMiddleTop {
	position: relative;
	width: 634px;
	float: left;
	text-align: left;
}
div.divMiddle {
	position: relative;
   width: 695px;
	float: left;
	text-align: left;
}
div.divMiddleRight {
	position: relative;
	width: 765px;
	float: left;
	text-align: left;
}
div.divRight {
	vertical-align: top;
	position: relative;
	width: 200px;
	float: right;
}
div.divTop {
	vertical-align: top;
	position: relative;
}
*/
