A:link {color: blue}
A:hover {color: blue}

p {color: navy; font-family:arial, sans-serif;}

BODY {
margin-right: 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
background-color: #058BCA;
font-family:arial,sans-serif;
}

INPUT {
	background-color: #F0F0FF;
	font-size: 8pt;
}

SELECT {
	color: navy;
	background-color: #F0F0FF;
	font-size: 8pt;
}

A.navimg
{
	text-decoration: none;
	color: black;
}
A.navimg:hover
{
	color: yellow;
}
img.navimg
{
	border-color: #f0d610;
	border-width: 5px;
	border-style: ridge;
}

TABLE.mainbackground {
	background-image: url('/images/bg.jpg');
	width: 600px;
}

A.navbut
{
	text-decoration: none;
	font-size: 8pt;
	color: yellow;
}
A.navbut:hover
{
	border-color: green;
	color: #004400;
}
TD.navbut {
	padding: 0px;
	width: 100px;
	height: 25px;
	background-image: url('/images/bluebutton.gif');
}

TD.pageone {
        font-size: 9pt;
}

TD {
        font-size: 12pt;
        padding: 4px;
}


/* --------------------------------------------------- */
/* IDX */
/* --------------------------------------------------- */

TABLE#s1 { 
	width: 100%;
	border-style: none;
	color: #66ffff;
}

TABLE.main { 
	width: 550px;
	margin-left: 5px;
	border-style: none;
	color: black;
}

TABLE.thumbnail { 
	width: 550px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border-style: none;
	color: black;
	padding: 0px;
}

TD.thumbicon {
	font-size: 8pt;
}

TD.feathigh {
	background-color: #9090ff;
	font-size: 8pt;
}

TD.featlow {
	background-color: #9090af;
	font-size: 8pt;
}

TD.profile {
	vertical-align: top;
	font-size: 10px;
	padding: 4px; 
}


TD.s2 {
	font-size: 12px;
	padding: 0;
}


