/* For body frame, used in display.asp */
body {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 80%;
	color:#000000;
	background-color:#ffffff;
	margin-top:5px;
	margin-left:5px;
	margin-right:2px;
	margin-bottom:2px;
}
table {
	font-size: 100%;
}
.bodyleftedge 
{
	padding-right: 100px;
	border-color: black black black #999999;
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 1px}
.bodytopedge {
	border-color: #999999 black black; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}
.bodytopleftedge {
	border-color: #999999 black black #999999; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 1px
}

/* for sidenav.html */
#pageNav{
	padding: 0px;
	float: left;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
}
#sectionLinks a:link, #sectionLinks a:visited {
    width: 100px;
    font-size: 120%;
	display: block;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
	color: #800000;
}
#sectionLinks a:hover{
	padding: 3px 0px 3px 10px;
	background-color: #DADADA;
	background-image: none;
	text-decoration: none;
}


/* common for every page */
.pageheading {font-size: 150%; font-weight: bold; margin-bottom: 20px}
.reviewsection {font-weight: bold; margin-bottom: 20px}
.footnote {color: #999999; font-size: "80%"}
.link {color: firebrick}

/* used in reviews.asp */
.quotation {margin-bottom: 50px}
.source {text-align: right; font-style: italic}
.linksline {color: #e6e6e6; width: 300px; height: 2px; text-align: left}

/* used on contact.asp */
.sectionseparator {
	border-color: #999999 black black #999999; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 1px
}
.agent {
  font-family: arial,"lucida console", sans-serif;
  color: #000000;
  text-align: center;
}

