body {
	font-family: Arial, Helvetica;
	font-size: 12;
	color: black;
	margin: 0;
	}

A {
	text-decoration: underline;
	color: #00613B;
}

A:hover {
	border-top: 1 dashed;
	border-bottom: 1 dashed;
	background-color: #EDEDED;
	text-decoration: none;
}
	
Title {
	font-size: 18;
	color: #999999;
}
H1 {
	font-size: 18;
	color: #999999;
}

H2 {
	font-size: 16;
	color: #999999;
	text-transform: uppercase;
}

H3 {
	font-size: 14;
	color: #00613B;
}

H4 {
	font-size: 12;
	color: rgb(22,123,71);
	border-top: 2 solid rgb(22,123,71);
	width: 100%;
}

.tagline {
	font-size: 24;
	color: rgb(22,123,71);
	width: 100%;
}

P {
	line-height: 1.3;
	color: black;
	font-size: 12;
}

LI {
	line-height: 1.3;
	color: black;
	font-size: 12;
}

td {
	font-size: 12;
	color: black;
}

#menucell{
	xbackground-color: #00613B;
	xbackground-image: url('http://www.staging1.prosetepoxy.com/dev/images/buttonbar.gif');
	background-color: #CCCCCC;
	height: 22;
}

#menu{
}

#menu A{
	color: rgb(22,123,71);
	font-size: 10;
	font-weight: bold;
	padding-left: 10;
	padding-right: 10;
	padding-top: 5;
	padding-bottom: 5;
	height: 22;
	border: 0;
	text-decoration: none;
}

#menu A:hover{
	color: white;
	background-color: rgb(22,123,71);
	border: 0;
	border-top: 0 solid black;
	xborder-left: 1 solid black;
	xborder-right: 1 solid black;
}

#dropmenudiv{
	background-color: rgb(22,123,71);
	font-size: 10;
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	color: white;
	padding: 1px 0;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-top: 0px solid black;
	border-bottom: 1px solid black;
	text-decoration: none;
}

#dropmenudiv a:hover{
	background-color: white;
	color: rgb(22,123,71);
}

#content, #PanelInput {
	padding-top: 10;
	padding-bottom: 30;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.proaddress {
	color: #666666;
}

#leftcell {
	padding-top: 0;
	padding-bottom: 30;
	padding-left: 0;
	padding-right: 0;
	width: 153;

}

#leftMenu A{
	text-transform: uppercase;
	border-top: 1 dashed white;
	border-bottom: 1 dashed white;
	font-size: 11;
	font-weight: bold;
	text-align: right;
	margin-top: 1;
	margin-bottom: 5;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5;
	padding-right: 0;
	width: 153;
	background-color: #FFFFFF;
	text-decoration: underline;
	display: block;
	color: #00613B;
}

#leftMenu A:hover{
	border-top: 1 dashed black;
	border-bottom: 1 dashed black;
	background-color: #EDEDED;
	text-decoration: NONE;
	color: #00613B;
}

.button {
	border: 1 solid silver;
	font-size: 10;
	text-align: center;
	margin-top: ;
	margin-bottom: ;
	margin-left: 0;
	margin-right: 0;
	padding-top: 2;
	padding-bottom: 2;
	padding-left: 5;
	padding-right: 5;
	background-color: #FFFFFF;
	color: black;
	text-decoration: none;
	color: black;
	cursor: hand;
}

.button hover{
	border: 1 solid black;
	border-right: 1 solid black; 
	text-decoration: none;
	color: black;
	background-color: #CCCCCC;
}

.prosetTable {background-color:#D2C674}
.prosetTable tr:nth-child(odd) td{ background-color:#FFFFFF; }
.prosetTable tr:nth-child(even){ background-color:#D3D3D3; }
.prosetTable th{ background-color:#00613b; }

