/* CSS Document */

.content {
	font-family: Arial;
	font-size: 10.5px;
	color: #343434;
}

.bluetext {
	font-family: Arial;
	font-size: 10.5px;
	color: #196889;

}

.bigwhite {
	font-family: Arial;
	font-size: 12.5px;
	color: #ffffff;
	letter-spacing: 1.25px;
}

body,td,th {
	font-family: Arial;
	font-size: 10.5px;
	color: #343434;
}

body {
	background-color: #404040;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-size: 10.5px;
	color: #196889;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #196889;
}

a:hover {
	text-decoration: underline;
	color: #196889;
}

a:active {
	text-decoration: none;
	color: #196889;
}

a.dark{
	font-size: 10.5px;
	color: #343434;
}

a.dark:link {
	text-decoration: none;
}

a.dark:visited {
	text-decoration: none;
	color: #343434;
}

a.dark:hover {
	text-decoration: underline;
	color: #343434;
}

a.dark:active {
	text-decoration: none;
	color: #343434;
}

a.smallblue{
	font-size: 9px;
	color: #196889;
}

a.smallblue:link {
	text-decoration: none;
}

a.smallblue:visited {
	text-decoration: none;
	color: #196889;
}

a.smallblue:hover {
	text-decoration: underline;
	color: #196889;
}

a.smallblue:active {
	text-decoration: none;
	color: #196889;
}

h1 {
	font-size: 15px;
	color: #343434;
	margin: top right bottom left;
    margin:0 0 0 0;
	
}

h2 {
	font-size: 15px;
	color: #343434;
	margin: top right bottom left;
    margin:0 0 0 0;
   
}

h3 {
	font-size: 15px;
	color: #343434;
	margin: top right bottom left;
    margin:0 0 0 0;
	
}

h4 {
	font-size: 15px;
	color: #343434;
	margin: top right bottom left;
    margin:0 0 0 0;
	
}

.late { color: #FF0000; }