/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 45px;
	margin-bottom: 30px;
	background-color: #48715f;
}

/* borders */

.border {

	background-image:url(images/border.gif);
	background-repeat: repeat-y;
	background-position: top;
}

.bottomborder {
	background-image:url(images/bottomborder.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

.spacertop {
	background-image:url(images/blackspacer.gif);
	background-repeat:repeat-x;
	background-position: top;
	height: 1px;
}

.spacerleft {
	background-image:url(images/blackspacer.gif);
	background-repeat:repeat-y;
}


/* fonts & links */

.copyrighttext {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color:#0e3222;
}

a.copyrightlink, a.copyrightlink:link, a.copyrightlink:visited, a.copyrightlink:active {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color:#0e3222;
	text-decoration: none;
	font-weight: bold;
}

a.copyrightlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#0e3222;
	text-decoration: underline;
	font-weight: bold;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	text-align: justify;
}

a.bodylink, a.bodylink:link, a.bodylink:visited, a.bodylink:active {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color:#285843;
	text-decoration: none;
	font-weight: bold;
}

a.bodylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#285843;
	text-decoration: underline;
	font-weight: bold;
}


.subscribetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#285843;
	font-weight: bold;
	text-align: justify;
}

a.headerlink, a.headerlink:link, a.headerlink:visited, a.headerlink:active {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
	color:#81ab99;
	text-decoration: none;
	font-weight: bold;
}

a.headerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
	font-weight: bold;
}

.header1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
	font-weight: bold;
}

/* Add More Color */
#addcolor {
	text-align: center; 
	border: none; 
	padding: 15px 0;
	background-color: #d4e0db;
}

#banner {
	background-image:url(images/banner.png);
	height:72px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color: black;

}

#banner a:link, a:visited {
		text-decoration: none;
		text-shadow: 1px 1px #000000;
		color: #e2a745;
}

#banner a:hover {
		text-decoration: none;
		color: white;
}




.bannertext {

	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height:20px;

}


.details {

	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:14px;
}


#agta {
	font-size: 11px;
}
