body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font: normal small Arial, Helvetica, sans-serif;
	color:#09242f;
	background-color:#e4f5db;
	}

.logo {
	text-transform: uppercase;
	font-size:25px;
	color:#1e1e1e;
	font-weight:bold;
	padding-left:15px;
	text-decoration:none;
	}
	
.logo:hover {
	text-transform: uppercase;
	font-size:25px;
	color:#656558;
	font-weight:bold;
	padding-left:15px;
	text-decoration:none;
	}

.tag {
	margin: 0;
	text-transform: uppercase;
	font-size:12px;
	padding-left:15px;
	font-weight:bold;
	color:#656558;
	letter-spacing:1px;
    text-decoration:none;
	}
	
.tag:hover {
	margin: 0;
	text-transform: uppercase;
	font-size:12px;
	padding-left:15px;
	font-weight:bold;
	color:#323844;
	letter-spacing:1px;
    text-decoration:none;
	}

.toplinks {
	text-transform: uppercase;
	font-size:14px;
	color:#313131;
	font-weight:bold;
	text-decoration:none;
	}

.toplinks:hover {
	text-transform: uppercase;
	font-size:14px;
	color:#8E8E79;
	font-weight:bold;
	text-decoration:none;
	}
	
.topnonlinks {
	text-transform: uppercase;
	font-size:14px;
	color:#313131;
	font-weight:bold;
	text-decoration:none;
	}
	
.content {
	text-align:justify;
	line-height:120%;
	padding-left:10px; 
	padding-right:10px; 
	padding-bottom:10px; 
	padding-top:10px;
	font-size:110%;
	}

.links {
	color:#323844;
	text-decoration:underline;
	}

.links:hover {
	color:#323844;
	text-decoration:none;
	}

.heading {
	text-transform: uppercase;
	padding-left:10px;
	font-size:15px;
	font-weight:bold;
	color: #e29e00;
	}

.heading2 {
	text-transform: uppercase;
	padding-left:5px;
	font-size:14px;
	font-weight:bold;
	color: #81816D;
	}

.border {
	border:1px solid #8E8E79;
	}

.redbox {
	background-color:#ca0226;
	}

.copybox {
	background-color:#E2E2D2;
	border-bottom:1px solid #8E8E79;
	border-right:1px solid #8E8E79;
	border-left:1px solid #8E8E79;
	height:30px;
	padding-left:10px;
	color:#7B7B68;
	font-size:70%;
	text-align: center
	}