/*------------------- GENERAL DEFINITIONS -------------------*/
a:link, a:visited {
	color:#006c28;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 1em 0;
	padding:0;
}


body {
	color:#333;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
}


/*====================================== MISC styles ======================================*/
.heading1 {
	font-size:18pt;
	font-weight:bold;
	line-height:1.1em;
	color:#006c28;
}

.heading2 {
	font-size:14pt;
	font-weight:bold;
	line-height:1.1em;
	color:#1d4e8e;
}

.heading2large {
	font-size:26pt;
	font-weight:bold;
	line-height:1.1em;
	color:#1d4e8e;
}

.heading3 {
	font-size:12pt;
	font-weight:bold;
	color:#1d4e8e;
}

.largeYellow {
	color:#ffcc33;
	font-size:12px;
	font-weight:bold;
}
a.largeYellow {
	color:#ffcc33;
	font-size:12px;
	font-weight:bold;
}

.greenText {
	color:#006c28;
}

ol {
    margin-left:1.5em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	padding-left:0;
	line-height:1.4em;
	list-style-image:url(../images/site/green_atom_ul.gif);	
}

.greenBorder {
	border:solid 1px #006c28;
}

table {
	border-collapse:collapse;
}

.attentionBox {
	width: 307px;
	border: 2px solid #006c28;
	background:url(../images/site/radient_grad_bg.jpg) center center;
	vertical-align: top;
	text-align: center;
}

.blackText, a.blackText {
	color:#000;
}

a.button1:link, a.button1:hover, a.button1:visited {
	padding: 2px 5px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
	