body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #6699FF;
}

h2{
	font-size: 100%;
	color: #006699;
	text-align: center;
}

h3{
	font-size: 100%;
	color: #334d55;
	text-align: left;
}

h4{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #CC6600;
	background-color: #FAFAD2;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #330066;
	border-bottom-color: #330066;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-right: 0px;
	text-transform: uppercase;
}

h5{
 font-size: 100%;
 color: #CC6600;
}

/***********************************************/
/* Layout divs                                 */
/***********************************************/

#masthead{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 625px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #330066;
	position: relative;
}


/************** #linkproperty page styles **************/

#linkbox {
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#linkbox img {
	white-space: nowrap;
	margin-bottom: 10px;
	margin-left: 1px;
	display: inline;
	height: 84px;
	width: 112px;
	border: 1px solid #3366FF;
}
#linkboxlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 15px 20px 5px;
	height: 260px;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
}

#linkboxlarge img {
	float: left;
	height: 240px;
	width: 320px;
	margin-right: 10px;
	border-top: 1px double #3366FF;
	border-right: 1px double #FFCC33;
	border-bottom: 1px double #3366FF;
	border-left: 1px double #FFCC33;
}


h6 {

 font-size: 100%;
 color: #334d55;
}

#rightbox {
	border: 1px solid #666666;
	width: 500px;
	padding-top: 5px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

