/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url(images/Tile-Bkgd.jpg);
	background-position:top;
	background-repeat:repeat;
}

h1{
	font-family:Trebuchet MS;
	font-size:18px;
	color:#670001;
	text-align:left;
}
h2{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#670001;
	text-align:left;
}

h3{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#670001;
	text-align:left;
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}
.style2 {color: #660000}
.style3 {color: #000000}

.style1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}
.style2 {color: #660000}
.style3 {color: #000000}


.style6 {
	color: #660000;
	font-weight: bold;
	font-style: italic;
}

.style7 {
	font-size: 10px;
	color: #CCCCCC;
}

.style8 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.style9 {
	color: #990000
}

.style11 {
	color: #999999
}


a{
	outline:none;
}

a:hover{
	outline:none;
}

img a{
	outline:none;
}

img a:hover{
	outline:none;
}


.menu{
	font:12px Trebuchet MS;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

.menu:hover{
	color:#000000;
	text-decoration:none;
}

div.menuNormal{
	display:none;
	position:absolute;
	cursor:pointer;
}

div.menuHover {
	display:block;
	position:absolute;
	cursor:pointer;
}

.dropbg{
	background-color:#700C16;
}

.droptext{
	font:11px Trebuchet MS;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:12px;
	line-height:26px;
}

.droptext:hover{
	color:#cccccc;
	text-decoration:none;
}

.link{
	font:10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
}
