/* CSS Document */

body {
	background-color: #343643;
	color: #FFFFFF
}

body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #DE0122;
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	font-weight: bold;
	text-decoration:none;
	color: #D4D4D4;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}


h1,h2,h3,h4,h5,h6 {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
}

h1 {
	font-size: 1.5em;
	color: #D90023;
	text-align: center;
}

h2 {
	font-size: 13px;
}


p {
	text-align: justify;
}

address {
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}


/* Top Navigation section  */
.nav {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	background-color: #343643;
}

/*.nav tr a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF5959;
}

.nav tr a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #FF5959;
}
*/

.nav a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.nav a:hover {
	color: #D90329;
	text-decoration: none;
}


/*.nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}*/
