body { color: #0097b3; font-size: 13px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; line-height: 18px; }
p { }
td { }
a:link { color: #000080; font-size: 13px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; text-decoration: none; }
a:visited { color: #70a3d7; text-decoration: none; }
a:hover { color: #00b3b3; font-weight: bold; }
a:active { }
.nayland { color: #00b3b3; font-size: 70px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; letter-spacing: -1.5pt; }
.footer { color: #070451; font-size: 12px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; }
.page-head { color: #000080; font-size: 24px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; line-height: 30px; }

.small-head { color: #000080; font-size: 15px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; }

.vision-header { color: #000080; font-size: 40px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; }

.vision_text { color: #0097b3; font-size: 18px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; line-height: 28px; text-indent: 12px; }

.shadow {
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}

#feeds { width: auto; height: auto; margin: 2px; padding: 2px; border: solid 1px #ccc; }

#feeds ul {
	padding:3px;
	margin:0;
	overflow: hidden;
	float: left;
	}
	
.blog-head { color: #000080; font-size: 24px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; line-height: 28px; }

.blog-head a { color: #000080; font-size: 24px; line-height: 28px; text-decoration: none; }

.blog-head a:hover { color: #fff; font-weight: normal; }

.parss-title {
	color: #000080;
	display:block;
  	clear:left;
  	font-weight:bold;
  	line-height:100%;
    }
		
.parss-title a { color: yellow; text-decoration: none; }

.parss-title a:hover { color: #FFF; text-decoration: none; }

.parss-date {
  display:block;
  color:#EEEEEE;
  font-size:90%;
}

.parss-description {
	line-height:125%;
	color: #000;  
	font-size:90%;
}

.parss-image {
	float:left;
	width:75px;
	height:56px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}
.parss-image img {
	display:block;
	/*border: 1px solid #fff;*/
	width:75px;
	height:56px;
	overflow:hidden;
	position:relative;
	z-index:1;
	background-image: url(../graphics/blog-bg2.png);
	background-repeat: repeat;


