/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	vertical-align: baseline;
	color:#444444;
	line-height:130%;
	font-family:Helvetica, Arial, sans-serif
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}





ol, ul {
	list-style: none;
}


blockquote, q {
	quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}




.left {
	float:left;
}


.right {
	float:right;
}

.clear {
	clear:both;
}


.vgap {
	height:15px;
	clear:both;
}

p {
	margin-top:1em;
}


img {
	border:none;
}


img a {
	border:none;
}



strong {
	color:#4B9128; 
}


a {
	color:#4B9128; text-decoration:none;
}


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


.foot-right-text strong, .foot-right-text a {
	color:#FFF;
}



.caps { color:inherit; }


.small { font-size:70% !important; margin:0 }

.big { font-size:160% !important; }




li.last, .last {
	background:none !important; border:none !important;
	margin-right:0 !important; padding-right:0 !important;
}