/* CSS Document */

body {
	background-color: #9cd054;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
.border_t {
	border: 1px dashed #ccc;
	}

.dashes {
	font-family: georgia, "times new roman", times, serif;
	font-size: 10px;
	color: #999;
	text-align: center;
	letter-spacing: 1.2px;
	line-height: 1.4em;
	}

p {
	font-family: georgia, "times new roman", times, serif;
	font-size: 11px;
	color: #7C8CA0;
	letter-spacing: 1.2px;
	line-height: 1.4em;
	}
	
.nav_on {
	font-family: georgia, "times new roman", times, serif;
	font-size: 14px;
	letter-spacing: 1.1px;
	color: #fff;
	}

h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #7C8CA0;
	padding-top: 100px;
	font-style: normal;
	font-weight: normal;
	}
	
h2 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 14px;
	color: #7C8CA0;
	letter-spacing: 1.2px;
	line-height: 1.4em;
	}

a:link {
	font-family: georgia, "times new roman", times, serif;
	font-size: 14px;
	letter-spacing: 1.1px;
	color: #A7C49A;
	}
	
a:visited {
	color: #999;
	}
	
a:hover {
	color: #9cd054;
	}
	
a:active {
	color: #bfd6b4;
	}

#copyright {
	font-size: 10px;
	color: #333;
	text-align: center;
	}