.navagation_bar {
	color: #CCCCCC;
	background: #111111 url('./images/bg_buttons.gif') top left repeat-x;
	border-top: solid 1px #0887A4;
	border-bottom: solid 1px #0887A4;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding-top: 0px;
}

body {
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	background-color: #111111;
	font-size: 12px;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: none;
}

.footer{
	background: url('./images/bg_footer.gif') repeat;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	border-bottom: solid 1px #0887A4;
	border-top: solid 1px #0887A4;
}

.text_box {
	background-color: #111111;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.small__text {
	color: #0887A4;
	text-align: center;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.large_text {
    color: #0887A4;
	text-align: center;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.extra_small_text {
	font-size: 12px;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #0887A4;
}
