/* CSS Document */
body {
	background-image:url(images/bg3.jpg);
	background-position:Center center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family:arial;
	font-size:12px;
	}
	
.navigation {
	background-image:url(images/nav-middle.jpg);
	}

.bodytext {
	background-color:#FFFFFF;
	font-family:arial;
	font-size:12px;
	}
	
.header {
	background-color:#FFFFFF;
	font-family:arial;
	font-size:20px;
	}
	
.sub-header {
	background-color:#FFFFFF;
	font-family:arial;
	font-size:16px;
	}

a.navigation:link { font-family:arial; font-size:14px; color:#990000; font-weight:bold; text-decoration:none; }
a.navigation:active { font-family:arial; font-size:14px; color:#990000; font-weight:bold; text-decoration:none; }
a.navigation:visited { font-family:arial; font-size:14px; color:#990000; font-weight:bold; text-decoration:none; }
a.navigation:hover { font-family:arial; font-size:14px; color:#3f3895; font-weight:bold; text-decoration:none; }

a.bodylinks:link { font-family:arial; font-size:12px; color:#990000; font-weight:bold; text-decoration:none; }
a.bodylinks:active { font-family:arial; font-size:12px; color:#990000; font-weight:bold; text-decoration:none; }
a.bodylinks:visited { font-family:arial; font-size:12px; color:#990000; font-weight:bold; text-decoration:none; }
a.bodylinks:hover { font-family:arial; font-size:12px; color:#3f3895; font-weight:bold; text-decoration:none; }	