@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
}
.bg-main {
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat;
}
.bg-white {
	background-color: #FFF;
	text-align: justify;
}
.bg-topbanner {
	background-image: url(images/bg-banner-top.jpg);
	background-repeat: no-repeat;
}
.bg-nav {
	color: #FFF;
	background-color: #000;
	font-weight: bold;
}
.bg-border {
	border: thin solid #C9C;
}
.bg-deskof {
	background-image: url(images/desk-of.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.txt-burgundy {
	font-weight: bold;
	color: #663333;
}
div.LinksMain a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
div.LinksMain a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
div.LinksMain a:hover {
	color: #906;
	text-decoration: none;
	font-weight: bold;
}
div.LinksMain a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
div.LinksBlack a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
div.LinksBlack a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
div.LinksBlack a:hover {
	color: #906;
	text-decoration: none;
	font-weight: bold;
}
div.LinksBlack a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}h1 {
	font-size: 150%;
	margin: 0px;
	padding: 0px;
}
.bg-tanWbrd {
	background-color: #CC99CC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
.txt-lrgRed {
	font-size: 150%;
	font-weight: bold;
	color: #F00;
}
.bg-main table tr .bg-white table tr td table tr td table tr td div p {
	font-style: italic;
}
.justify {
	text-align: justify;
}
.txt-white {
	color: #FFF;
}
