body {
	font-family: 'Alegreya Sans', Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.05em;
}
p,h1,h2,h3,h4,h5 
{
	padding: 0px;
	margin: 0px;	
}
a, a:visited {
	color: #339900;
	outline: 0;
	-moz-outline-style: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.title_01 {
    color: #339900;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.title_02 {
    color: #339900;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
	line-height: 25px;
}
.title_03 {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.title_04 {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;    
	line-height: 27px;
}
.title_05 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.module_title {
    font-size: 15px;
    color: #339900;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.text_green {
    color: #339900;
}
.quote_text {
    font-family: "Century Gothic";
    font-size: 20px;
    font-style: italic;
    line-height: 25px;
}
.list-item li {
    margin-bottom: 10px;
}
.link-btn, .link-btn:visited {
    color: #F3F3F3;
}
.link-btn:hover {
    color: #cccccc;
}
.link-btn2, .link-btn2:visited {
    border: 1px solid #000;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
}
.link-btn2:hover {
    color: #333;
}
.link-white {
    color: #ffffff;
    text-decoration: none;
}
.link-white:hover {
    color: #339900;
}
.link-black {
    color: #000;
    text-decoration: none;
}
.link-black:hover {
    color: #339900;
}
.content_left {
}
.content_right {
}
.content_center {
}
#userForm input {
   width: 80%;
   padding: 5px;
   border: solid 1px #CCC;
}

#userForm .componentheading {
   font-size: 13px;
   font-weight: bold;
   margin-bottom: 13px;
   padding-bottom: 8px;
   border-bottom: dashed 1px #CCC;
}
#userForm input#submit {
   width: 100px;
   padding: 5px;
   border: solid 1px #CCC;
   background-color: #090;
   color: #FFF;
}
