.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	word-spacing: 20px;
	text-align: right;
	text-decoration:none;
}

a.nav:link {color:#FFFFFF; text-decoration:none;}
a.nav:hover {color:#0000ff; text-decoration:none}
a.nav:visited:hover {color:#000066; text-decoration:none}
a.nav:visited {color:#FFFFFF; text-decoration:none;}


.body-home {
	font-family: "Times New Roman", Times, serif;
	color: #d8d8d8;
	margin-left:25px;
	margin-right:575px;
	font-size:13px;
}
.nav-top {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #aaadaf;
	font-style:italic;
	text-align:right;
	font-weight:bold;
}

a.nav-top:link {color:#aaadaf; text-decoration:none;}
a.nav-top:hover {color:#0000ff; text-decoration:none}
a.nav-top:visited {color:#aaadaf; text-decoration:none;}
a.nav-top:visited:hover {color:#000066; text-decoration:none}

.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 10px;
	color:#808074;
}


#textarea{
	overflow: auto;
	height: 450px;
	width: 600px;
	border: 0;
	text-align: left;
}

#textarea-pricing{
	overflow: auto;
	height: 475px;
	width: 450px;
	border: 0;
	text-align: left;
}

#textarea-pricing-thin{
	overflow: auto;
	height: 550px;
	width: 350px;
	border: 0;
	text-align: left;
}

#textarea-pricing-wide{
	overflow: auto;
	height: 550px;
	width: 790px;
	border: 0;
	text-align: left;
}

a:link {color:#000066;}
a:visited {color:#000066;}
a:hover {color:#0000ff; text-decoration:none}

.subnav1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 10px;
	color:#808074;
}
a.subnav1:link {color:#808074; text-decoration:none;}
a.subnav1:hover {color:#0000ff; text-decoration:none}
a.subnav1:visited:hover {color:#0000ff; text-decoration:none}
a.subnav1:visited {color:#000066; text-decoration:none;}

.subnav2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 17px;
	color:#808074;
}
a.subnav2:link {color:#808074; text-decoration:none;}
a.subnav2:hover {color:#0000ff; text-decoration:none}
a.subnav2:visited:hover {color:#0000ff; text-decoration:none}
a.subnav2:visited {color:#000066; text-decoration:none;}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#85b34b;
}

.errText {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #181512;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color:#eeeeee;
}

.msgText {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color:#85b34b;
}