@import "yeposition.css";
@import "yenav.css";
@import "yeform.css";
@import "yestyling.css";


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}	

p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
}

h1 {
	font-size: large;
	font-weight: 700;
   color: #d80106;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0963de;
}

h3 {
	font-size: large;
	font-weight: 700;
	color:#000066;
}

img {
	border: none;
}

p.none {
	display: none;
}

.clear {
	clear: both;
	height: 1px;
}

li {
   list-style: disc;
	font-size: small;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
}


/* weather */
.weather {
	width: 300px; 
	height: 250px;
	background-image: url(http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/blue_300x250_bg.jpg);
	background-repeat: no-repeat; 
	background-color: #346797;
	height: 238px; 
}
/* end of weather */


#nolink {
}

/*table*/
table {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

td {
  padding: 5px;	
  margin: 0px;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}


