/* CSS Document */

body {
	margin: 0px;
	background: #e1e1e1;
}

.bg {
	background-image: url('images/bg.jpg');
}

.header {
	font-family: times new roman;
	font-size: 16pt;
	font-weight: bold;
	color: #990000;
	line-height: 25pt;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

.content {
	padding: 15px;
	font-family: arial;
	font-size: 9pt;
	line-height: 15pt;
	color: #000;
}
.con {
	font-family: arial;
	font-size: 9pt;
	line-height: 15pt;
	color: #000;
}
.nav {
	font-family: arial;
	font-size: 10pt;
	color: #efefef;
	line-height: 15pt; 
}

a.n {
 	text-decoration: none;
 	color: #efefef;
}
a.n:hover {
 	text-decoration: underline;
 	color: #fff;
}