/* CSS Document */

.tableborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5f5f5f;
	border-left-color: #5f5f5f;
	border-top-color: #5f5f5f;
	border-right-color: #5f5f5f;
}

body {
	background-color: #cccccc;
	margin-top: 0px;
}

.headline {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 24px;
	color: #6ebb1f;
}
.bodycopy {
	color: #666666;
	font-family:"Tw Cen MT";
	font-size: 15px;
	line-height: 18px;
}

input, textarea, select {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     line-height: 14px;
}

ul {
	padding: 0px;
    margin: 2px 0px 20px 15px;
}
	

li {
	padding-right:5px;
	list-style-type: none;
	margin-bottom: 25px;
}

.smallbody {
	color: #3f77a4;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}

.bluelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #1d97c3;
	text-decoration: none;
	font-weight: bold;
}

a.bluelinks {
	color: #1d97c3;
	font-weight:bold;
}

a.bluelinks:hover {
	color: #6ebb1f;
	font-weight:bold;
}


a.bluelinks:active {
	color: #6ebb1f;
	font-weight:bold;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

a.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

a.footer:hover {
	text-decoration:underline;
}

a.footer:hover {
	text-decoration:active;
}

.greenlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #6ebb1f;
	text-decoration: none;
	font-weight: bold;
}

a.greenlinks {
	color: #6ebb1f;
	font-weight:bold;
}

a.greenlinks:hover {
	color: #1d97c3;
	font-weight:bold;
}


a.greenlinks:active {
	color: #1d97c3;
	font-weight:bold;
}

 #contactpadding {
	padding-top:5px;
	padding-left:10px;
}

.red {
	color:#FF0000;
}
