/*------------------------------------ General Page -----------------------------------------------*/

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
a:link {
	color: #67ce12;
	text-decoration: none;
}
a:visited {
	color: #67ce12;
	text-decoration: none;
}
a:hover {
	color: #67ce12;
	text-decoration: underline;
}
a:active {
	color: #67ce12;
	text-decoration: underline;
}
h1, h2, h4, h5, h6 {
	margin: 0 0 .75em 0;
	padding-left: 5px;
}
h3 {margin: 0 0 .25em 0;}
p {
	margin: 0 0 1em 0;
	padding-left: 10px;
}
p.nomargin {
	margin: 0;
}
ul.nomargin {
	margin: 0 0 0 20px;
}
li.nomargin {
	margin: 0 0 0 20px;
}
h2, h5 {
	color: #67ce12;
}
h2 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.15em;
}
h5 {
	font-size: 1em;
	font-weight: 100;
}
h3 {
	background-image: url(../images/H_bg.gif);
	background-repeat:repeat-x;
	font-size: 1.15em;
	padding-top: 3px;
	padding-left: 5px;
}
.firstline {
	color: #EFEFEF;
	font-size: .1em;
	padding-top: 4px;
}
.lastline {
	color: #EFEFEF;
	font-size: .1em;
}

.smalltext {font-size: x-small}
.smalltextbold {font-size: x-small; font-weight: bold; }
.required {
    font-size: small;
	color: #FF0000;
}



/*------------------------------------ Body ------------------------------------------------*/


/*------------------------------------ Navigation ------------------------------------------*/
#nav .block {
	color:#666666;
	font-size: .75em;
}

/*------------------------------------ Footer -----------------------------------------------*/
#foot .block {
	color: #666666;
	font-size: .75em;
} 
#foot a:link {
	color: #666666;
	text-decoration: none;
}
#foot a:visited {
	color: #666666;
	text-decoration: none;
}
#foot a:hover {
	color: #67ce12;
	text-decoration: underline;
}
#foot a:active {
	color: #67ce12;
	text-decoration: underline;
}
