@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #383838;
	background-image: url(images/bg.jpg);
	text-align: justify;
	letter-spacing: 1px;
	line-height: 18px;
}

h1 {
	font-family: "Century Gothic", "Myriad Pro", Verdana, sans-serif;
	font-size: 15px;
	font-weight:bold;
	text-transform: uppercase;
	color: #dd0f28;
	letter-spacing: 2px;
	line-height: normal;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform: none;
	color: #383838;
	margin-bottom: 0px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #dd0f28;
	padding-top: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #dd0f28;
	text-decoration: none;
}

a:visited {
	color: #dd0f28;
	text-decoration: underline;
}

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


.justified {
	text-align: justify;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9f9f9;
}

.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tableborder {
	background-color: #f9f9f9;
	border-style: solid;
	border-color: #383838;
	border-width: 1px;
}

.maintable {
	background-color: #f9f9f9; 
}

