/* CSS Document */

body {
	background-color:  #990033;
}
.gry {
	border-bottom:  2px solid #CCCCCC;
}
.gry_vert {
	border-left:  2px solid #CCCCCC;
}
.nav {
	font-family:  Arial, Helvetica, sans-serif;
	color:  #990033;
	text-transform:  uppercase;
	text-align: left;
	font-size:  14px;
	background-color:  #FFFFFF;
	border-bottom:  5px solid #990033;
} 
.nav a:link {
	text-decoration:  none;
	color:  #990033;
}
.nav a:visited {
	color: #333333;
	text-decoration:  none;
}
.nav a:active {
	color:  #990033;
}
.nav a:hover {
	color:  #990033;
}
.lowerNav {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  10px;
	color:  #990033;
	padding-left: 10px;
}
.lowerNav a:link {
	text-decoration:  none;
	color: #990033;
}
.lowerNav a:visited {
	text-decoration: none;
	color:  #333333;
}
.lowerNav a:hover {
	text-decoration: underline;
	color:  #990033;
}

.content {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  12px;
	color:  #333333;
	text-align:  left;
	line-height:  18px;
	padding:  0px 10px 0px 4px;
	background-color:  #FFFFFF;
}
.contact {
	font-family:  Arial, Helvetica, sans-serif;
	text-align:  left;
	font-size: 12px;
	padding-left:  12px;
	color:  #333333;
	background-color:  #FFFFFF;
	line-height:  18px;
}
.contact a:link {
	color:  #333333
	text-decoration:  none;
}
.contact a:visited {
	color:  #990033;
	text-decoration:  none;
}
.contact a:active {
	text-decoration: underline;

}
.contact a:hover {
	color:  #990033;
	text-decoration:  none;
}

.grnTxt {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  12px;
	letter-spacing: 2px;
	font-weight: bold;
	padding-left: 5px;
	color:  #99CC33;
}
.copy {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  10px;
	color:  #990033;
	text-align: left;
	padding-left: 10px;
}


	