/* CSS Style Sheet */
html {
	overflow-x: auto;
	overflow-y: auto;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:active  {font-family: Times New Roman, Times sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; color: #FF0000}
a:link    {font-family: Times New Roman, Times sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; color: #0000FF}
a:visited {font-family: Times New Roman, Times sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; color: #880088}
a:hover   {font-family: Times New Roman, Times sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; color: #0099FF}

a:hover.white  { 
	font-family: Times New Roman, Times sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: underline}
	
a:visited.white { 
	font-family: Times New Roman, Times sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000066; 
	text-decoration: underline}
	
a:link.white { 
	font-family: Times New Roman, Times sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: underline}
	
a:active.white { 
	font-family: Times New Roman, Times sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: underline}

a:active.mlink { 
	font-family: Times New Roman, Times sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FF0000; 
	text-decoration: none}

a:link.mlink { 
	font-family: Times New Roman, Times sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none}

	
a:visited.mlink { 
	font-family: Times New Roman, Times sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #CCCC66; 
	text-decoration: none}
	
a:hover.mlink { 
	font-family: Times New Roman, Times sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #88D788; 
	text-decoration: underline}
	
.phone {
	font-family: Times New Roman, Times sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.copyright {
	font-family: Times New Roman, Times sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0000FF;
}
.content {
	font-family: Times New Roman, Times sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	padding: 0 0 0 10px;
}
.header1 {
	font-family: Times New Roman, Times sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0000FF;
}
.subheader {
	font-family: Times New Roman, Times sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #0000FF;
	border-bottom: 2px #e2e2e2 solid;
	padding: 5px 0 5px 5px;
	margin: 5px 0 5px 0;
}
td {
	font-family: Times New Roman, Times sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
.subtext {
	font-family: Times New Roman, Times sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style:italic;
	color: #000000;
}
.subtext2 {
	font-family: Times New Roman, Times sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.price {
	font-family: Times New Roman, Times sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #0000FF;
}
.price2 {
	font-family: Times New Roman, Times sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0000FF;
}

.pricetable {
	border: thick #0000ff;
	padding: 5px;
}
.pricerow {
	background-color: #CCCC66;
}
.priceheader {
	font-weight: bold;
	background-color: #CCCC66;
}
