body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
/* links */
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660066;
}
a:hover {
	text-decoration: underline;
	color: #FF00CC;
}
a:active {
	text-decoration: none;
}
/* text styles */
.verd11space20 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.verd13pinkB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #BB7497;
}
.verd19greenB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #608A4A;
}
.verd14greenB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #608A4A;
}
.verd24greenB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #608A4A;
}
.verd11space0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.linkMenu:link {
color: #608A4A;
text-decoration: none;
font-weight: bold;	
font-size : 14px; 
}
a.linkMenu:visited {
color: #608A4A; 
font-weight: bold;
text-decoration: none;
font-size : 14px; 
}
a.linkMenu:hover {
color: #F98AD7; 
font-weight: bold;
text-decoration: underline;
font-size : 14px; 
}
a.linkMenu:active {
color: #F98AD7; 
font-weight: bold;
text-decoration: underline;
font-size : 14px; 
} 
a.linkMenu2:link {
color: #608A4A;
text-decoration: none;
font-size : 11px; 
}
a.linkMenu2:visited {
color: #608A4A; 
text-decoration: none;
font-size : 11px; 
}
a.linkMenu2:hover {
color: #F98AD7; 
text-decoration: underline;
font-size : 11px; 
}
a.linkMenu2:active {
color: #F98AD7; 
text-decoration: underline;
font-size : 11px; 
} .weatherLinks {
	font-size: 11px;
}


/* #####################################################################
weather
######################################################################*/
iframe.weather {
	width:185px;
	height:225;
	border:0px;
}

/**********************************************************************
SEARCH/ININAV
**********************************************************************/

input.search {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
input.search {
	height:16px;
	font-size:8pt;
}
input.submit {
	height:17px;
	font-size:8pt;
	font-weight:bold;
	background-color:#BE7392;
	color:#f3f3f3;
	border:0px dotted #000000;
}
input.submit:hover {
	background-color:#78445a;
	color:#f3f3f3;
}