body
	{
	color: #404040;
	font-family: Verdana, Geneva, Arial, sans-serif;
/*	font-family: tahoma; */
/*	background-color: #CCCC66; */
	text-align: center;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image:url("images/bg_tan.gif");
	}

div, p, th, td, li, dd, dl, dt
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	/* redundant selectors to help NS4 not forget */
    }

a:link
	{
	color: #DC0000;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}
a:visited
	{
	color: #DC0000;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}
a:active
	{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	}
a:hover
	{
	color: #DC0000;
	background-color: #f5f5f5;
	text-decoration: underline;
	font-weight: bold;
	}
.font10a
	{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 10px;
	visibility: visible;
	}
.font10
	{
	padding-top: 3px;
	text-align: left;
	font-size: 10px;
	line-height: 16px;
	margin-left: 3px;
	visibility: visible;
	display: block;
	}
.font11
	{
	padding-top: 3px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	margin-left: 3px;
	visibility: visible;
	display: block;
	}
.font12
	{
	padding-top: 3px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	margin-left: 3px;
	visibility: visible;
	display: block;
	}
.pageheader
	{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	margin-left: 3px;
	visibility: visible;
	font-weight: bold;
	color: #000000;
	background-color: #f5f5f5;
	}
.subheader
	{
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	margin-left: 3px;
	visibility: visible;
	font-weight: bold;
	background-color: #f5f5f5;
	}
.menubg
	{
	background-color: #FDF8E6;
	vertical-align: middle;
	}
.visiting
	{
	background-color: #F5F5F5;
/*	background-image:url("img/navbg.gif"); */
	border: solid;
	border-width: 1px;
	padding: 3;
	border-color:#696969;
/*	width: 605px; */
	text-align:left;
	}
.solidgray
	{
/*	background-color: #F5F5F5; */
/*	background-image:url("img/navbg.gif"); */
	border: solid;
	border-width: 1px;
	padding: 5;
	border-color:#ededed;
/*	width: 605px; */
	text-align:left;
	}
.customercomments
	{
	background-color: #F5F5F5;
/*	background-image:url("img/navbg.gif"); */
	border: dotted;
	border-width: 1px;
	padding: 5;
	border-color:#DC0000;
/*	width: 605px; */
	text-align:left;
	}
.datetime
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 7pt;
	text-align: center;
	}
.footer
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	}
.norepeat
	{
	background-image: url(images/bg_header.gif);
	background-repeat: repeat x;
	}


/*
border-style specifies the style of an element's complete border.
border-top-style specifies the style of an element's top border.
border-right-style specifies the style of an element's right border.
border-bottom-style specifies the style of an element's bottom border.
border-left-style specifies the style of an element's left border.

Values:
* none - no border.
* dotted - A series of dots (IE will display this as dashes if the border width is one pixel).
* dashed - A series of dashes.
* solid - A solid line.
* double - Two solid lines.
* groove - Patterned border that is supposed to represent a carved groove (opposite of ridge). Renders differently in different browsers.
* ridge - Patterned border that is supposed to represent an embossed ridge (opposite of groove). Renders differently in different browsers.
* inset - Patterned border that is supposed to represent an inset depression (opposite of outset). Renders differently in different browsers.
* outset - Patterned border that is supposed to represent an outset extrusion (opposite of inset). Renders differently in different browsers.
* hidden - Used with tables. Same as "none", except where there are conflicting borders. Not supported by IE.

Example

.curtains {
	border-right-style: solid;
}
.blinds {
	border-style: dotted dashed;
}
*/