@charset "utf-8";
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #999999;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #2d4e02;
	margin-top: 0px;
}
a:link {
	color: #2D4E02;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #2D4E02;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #7AC043;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #2D4E02;
	font-weight: bold;
}
/***********************************************/
/* IDs           	                           */
/***********************************************/
#articleText {
	overflow: auto;
	margin-left: 25px;
	height: 335px;
}

#linksout {
	margin-left: 25px;
	margin-top: 15px;

}

/***********************************************/
/* Class styles		                           */
/***********************************************/
.bigText {
	font-size: 12px;
}
.articleHeads {
	color: #00552a;
	text-transform: uppercase;
	font-weight: bold;
}
p {
	margin-top: 0px;
	margin-bottom: 11px;
}
