.text_white {   font-size: 9px; text-decoration: none; color: #FFFFFF; font-style: normal; font-weight: normal}
.text {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 15px;
}

.text_switch {
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 15px;
}

.header_bold {

	font-size: 12px; 
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	padding: 3px 3px 3px 10px;
}
.text_italics { font-style: italic; text-decoration: none; letter-spacing: normal; word-spacing: normal }
a {  color: #990000; text-decoration: none}
.contact {   font-size: 10px; font-weight: normal; color: #000000; text-decoration: none}
.email_link {  font-size: 10px; font-weight: normal; color: #990000; text-decoration: none }

.secondary_nav {
	
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.secondary_nav:hover {
	
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

li {  margin-top: 3px; margin-bottom: 3px}
.text_bold { font-weight: bold; text-decoration: none; letter-spacing: normal; word-spacing: normal }
.text_underlined { text-decoration: underline; letter-spacing: normal; word-spacing: normal }
.boxedtext {
	padding: 5px;
	height: 195px;
	width: 95%;
	border: 1px solid #000000;
	margin: 0px;
}

.box {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	background-color: #CCCCCC;
}




.boldcaps {
	font-weight: bold;
	text-transform: capitalize;
}

