/* CSS Document */

body {
	background-color: #9A9A9A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

a:link {
	color: #990000;
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	color: #990000;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-size: 12px;
}
a:active {
	color: #990000;
	text-decoration: underline;
	font-size: 12px;
}

/* Navigation Links */

a.nav_link:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.nav_link:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.nav_link:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.nav_link:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}


a.small_black_link:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
}
a.small_black_link:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
}
a.small_black_link:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
}
a.small_black_link:active {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
}


.Titles {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.Sub_Titles {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}


.small_black_text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.blog_box {
	background-color: #B8C6DC;
	border: 1px solid #3E4E62;
}
