/* Screen Tech Style Sheet */

body {
	margin: 0px;
	color: #000000;
	background-color: #ffffff;
	background-image: url("images/st_pages_stripe.gif");
	background-repeat: repeat-y;
	font-size: 11pt;
	font-family: arial,helvetica,sans-serif;
}

img.main {
	border-width: 1px;
	border-style: solid;
	border-color: #29654b;
}

td {
	font-size: 9pt;
}

td.nav {
	background-color: #cccccc;
}

table.top {
	border-style: solid;
	border-color: #29654b;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}

span.contact {
	padding: 0px 10px 0px 0px;
	font-weight: bold;
	font-size: 11pt;
	font-family: arial,helvetica,sans-serif;
}

.gray {
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #a3a3a3;
}

.green {
	border-width: 1px;
	border-style: solid;
	border-color: #29654b;
	background-color: #7fa393;
}

a {
	font-weight: bold;
	color: #29654b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.whitelink {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

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