/* CSS Document */

body {
	text-decoration: none;
	background-color: #d8d8d8;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 130%;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #999999;
	text-transform: normal;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	line-height: 130%;
	font-weight: normal;
	} 
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 130%;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999999;
} 
	
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 130%;
}

.bodywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 130%;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b8ce1;
	line-height: 105%;
	font-weight: normal;
}
.image {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #242424;
	border-bottom: 1px dotted #242424;
	}

.menuitems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #444444;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #444444;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #444444;
	text-decoration: none;
}
a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
}
a.menu:link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.menu:active:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.menu:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
