IMG {border-color: #ededed;}

body {
	position: center;
	background: #ffffff;
}
/*----------------------------------*/
/*---------GENERAL STYLES-----------*/
/*----------------------------------*/


/*---------PAGE TITLE ON LISTING PAGE------------*/
a.arttitle:link, a.arttitle:visited, a.arttitle:active {
	color: #00487B;
	text-decoration: underline;
	font-size:  11px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}

a.arttitle:hover {
	color: #00487B;
 	text-decoration: none;
 	font-size:  11px;
 	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}

.arttitle {
	color: #00487B;
	font-weight:bold;
	font-size:  11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


/*---------HEADLINE TEXT FOR THOSE LISTING PAGES THAT HAVE THIS------------*/
a.artheadline:link, a.artheadline:visited, a.artheadline:active {
	text-decoration:underline;
	color: #00487B;
	font-size: 13px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}

a.artheadline:hover {
	text-decoration:underline;
	color: #00487B;
	font-size: 13px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}


/*---------LISTING PAGE PAGING-----------*/
a.paging:link, a.paging:visited, a.paging:active {
	text-decoration:underline;
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Helvetica, Geneva, Arial, Sans-serif;
}

a.paging:hover {
	text-decoration:underline;
	Color: #00487B;
	font-size: 11px;
	font-family: Verdana, Helvetica, Geneva, Arial, Sans-serif;
}

.paging	{ 
	color: #666666;
 	font-weight:bold;
  	font-size: 11px;
  	font-family: Verdana, Helvetica, Geneva, Arial, Sans-serif;
}

/*---------FULL STORY LINK ON LISTING PAGES-----------*/
a.fullstory:link, a.fullstory:visited, a.fullstory:active  {
	text-decoration:underline;
	color: #00487B;
	font-size: 11px;
	font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
	padding: 0px 0px 20px 0px;
} 

a.fullstory:hover {
	text-decoration:underline;
	color: #666666;
	font-size: 11px;
	font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
	padding: 0px 0px 20px 0px;
} 

/*---------COPYRIGHT TEXT AND LINK STYLE-----------*/
.imagetag {
	color: #666666;
	font-weight:normal;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a.imagetag:link, a.imagetag:visited, a.imagetag:active {
	text-decoration:underline;
	color: #666666;
	font-size: 10px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular
}

a.imagetag:hover {
	text-decoration:underline;
	color: #00487B;
	font-size: 10px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular
}

/*---------DATE STYLE-----------*/
.displaydate	{
	color: #666666;
	font-weight:normal;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}



/*---------SUMMARY TEXT ON LISTING PAGES-----------*/

.pageblock {
background: #ededed;
}


.artsummary {
 	color: #00487B;
  	font-weight:normal;
   	font-size: 11px;
        line-height: 15px;
   	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/*---------FOR TEXT IN CONTACT PAGE AND REPLY PAGE-----------*/
td {
	color: #00487B;
 	font-weight:normal;
  	font-size: 12px;
  	line-height: 16px;
  	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}



/*---------PAGE CONTENT TITLE-----------*/
.displaytitle {
	color: #00487B;
	text-align: left; 
	font-size:15px; 
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: verdana, Tahoma, sans-serif;
}

/*---------PAGE CONTENT TEXT-----------*/
.displayarticle {
	color: #00487B;
	font-size:12px; 
	line-height: 16px;
	font-weight: normal;
	font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
}


/*---------CONTENT TEXT LINKS-----------*/
a:link, a:visited, a:active {
	color: #00487B;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}

a:hover {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}


