body
{
	font-family : Verdana, Arial;
	font-size : 9pt;
	text-align:justify;
	margin-top: 0%;
	margin-bottom: 0%;
	background-image : url(imgs/bkgd.gif);
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
	font-size : 9pt;
}
.Bar
{
	FLOAT: left;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
	BACKGROUND-COLOR: #670c0d;
	color:#FFFFFF;
	TEXT-ALIGN: center;
	font-size : 9pt;
}
.BarNoPop
{
    FLOAT: left;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    POSITION: relative;
    BACKGROUND-COLOR: #670c0d;
	color:#FFFFFF;
    TEXT-ALIGN: center;
	font-size : 9pt;
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 150px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #c9ac9c;
	font-size : 9pt;
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
	color:#FFFFFF;
    BORDER-BOTTOM: white 1px solid;
	font-size : 9pt;
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: black;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: #670c0d;
	font-size : 9pt;
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    FLOAT: left;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    POSITION: relative;
    BACKGROUND-COLOR: #670c0d;
	color:#FFFFFF;
    TEXT-ALIGN: center;
	font-size : 9pt;
}
A:link {
	COLOR: #000000;
}
A:visited {
	COLOR: #000000;
}
A:active {
	COLOR: #808080;
}
A:link.head {
	COLOR: #FFFFFF;
	text-decoration:none;
}
A:visited.head {
	COLOR: #FFFFFF;
	text-decoration:none;
}
A:active.head {
	COLOR: #c9ac9c;
	text-decoration:none;
}
A:link.foot {
	COLOR: #670c0d;
	text-decoration:none;
}
A:visited.foot {
	COLOR: #c9ac9c;
	text-decoration:none;
}
A:active.foot {
	COLOR: #000000;
	text-decoration:none;
}
div.heading {
font-weight: bold;
color: #670c0d;
font-size: 9pt;
}
div.footlinks {
color: #670c0d;
font-size: 8pt;
text-align:center;
}
.newsboxes{
	border-style: solid solid none solid;
	border-color: #670c0d;
	border-left: thin solid #670c0d;
	border-bottom: 0px;
	border-right: thin solid #670c0d;
	border-top: thin solid #670c0d;
}
.newsboxesbtm{
	border-style: solid solid solid solid;
	border-color: #670c0d;
	border-left: thin solid #670c0d;
	border-right: thin solid #670c0d;
	border-top: thin solid #670c0d;
	border-bottom : thin solid #670c0d;
}
table.welcome{
	background-color: #670c0d;
	border-color : #670c0d;
	border-right-width : thin;
	border-right : thin solid #670c0d;
	border-bottom : thin solid #670c0d;
	border-left : thin solid #670c0d;
}
td.norepvert{
	background-repeat : repeat-y;
}
td.norephoz{
	background-repeat : repeat-x;
}
td.left{
text-align:left;
}
blockquote{
	text-align : center;
	font-style : italic;
	font-size : 14pt;
	margin-left : 30px;
	margin-right : -2px;
}
td{
	font-size : 9pt;
	text-align: justify;
}
div.cap{
	text-align : center;
	font-size : 8pt;
}
h3{
	color: #670c0d;
	font-size: 12pt;
	font-weight : bold;
}
input{
	font-family : Verdana, Arial;
	width:400px;	
}
input.button{
	font-family : Verdana, Arial;
	width:80px;	
}
input.format{
	width:95px;	
}
input.box{
	width:30px;	
}
textarea{
	font-family : Verdana, Arial;
	font-size : 9pt;	
	width:400px;
	height:200px;
}
textarea.small{
	height:60px;
}
pre{
	font-family : Verdana, Arial;
	font-size : 9pt;
	text-align:justify
}