/* CSS Document */

body {
	background-color:#ffffff;
	font-size:62.5%;
	text-align:center;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6F767D;
	}

p,h1,h2,h3,h4,h5,ul,li {
	margin:0px;
	margin-bottom:1em;
	line-height:1.6em;
	padding:0px;
	}
	
p {
	font-size:1.1em;
	}

a {
	color:#006639;
	text-decoration:none;
	}
	
a:hover {
	text-decoration: underline;
}

h1 {
	font-size:1.8em;
	color:#006639;
	margin-bottom:0px;
	}
	
h2 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0px;
	color:#67BE2A;
	}
	
h3 {
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:0.8em;
	color:#67BE2A;
	}
	
h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.8em;
	color: #006639;
	margin-top:0.8em;
	
}

h5 {
	font-size:1.1em;
	font-weight:bold;
	color:#006639;
	margin-top:0.9em;
	margin-bottom:0.9em;
	}


img {border:0px;}

form {
	padding:0px;
	margin:0px;
	}

input,select,textarea {
	width:100%;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:1.1em;
	color:#666666;
	font-weight:normal;
	padding:2px;
}

input.radio {
	padding:0px;
	width:auto;
	}

select {padding:0px;}


textarea {height:70px;}


ul {
	padding:0px;
	list-style:none;
}

li {
	padding:0px 0px 0px 10px;
	margin:0px 0px .5em 0px;
	list-style:none;
	background-image: url(/images/sml_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	font-size:1.1em;
	}




.padding {padding:10px;}



.clearer {
	
	clear:both;
	height: 1px;
	overflow: hidden;
	top:-1px;
	visibility:hidden;
	
	
}



.highlightBox {
	padding:10px;
	background-color:#e5e5e5;
	font-size:12px;
	color:#8a9299;
	}

.button {
	background-image: url(/images/bg/button_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#67BE2A;
	font-weight:bold;
	color: #006639;
	border: 1px solid #ffffff;
	width:auto;
	padding:3px 20px 2px 10px;
	
}

a.button {
	text-decoration:none;
	color:#006639;
	display:block;
	float:left;
	padding-top:3px;
	padding-bottom:3px;
}

a.button:hover {
	text-decoration:none;
	color:#ffffff;
	}


.formTable td{
	font-weight:bold;
	font-size:12px;
	color: #006639;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:8px;
	}
		
.highlightBox .formTable {
	margin-top:10px;
	}


.invalid {color:red;font-size:9px;}

img.infoIcon {
	vertical-align:middle;
	margin-left:10px;
	}
	
div.dates {
	clear:both;
	padding-top:10px;
	}

a.abm	{text-decoration:none; border-bottom: 1px dotted #006639;}
a.abm:hover	{text-decoration:none; border-bottom: none;}