


/* standard text fonts*/
body, div, p, th, td, li, dd  {
	/* redundant selectors to help NS4 not forget */
	font-family : Arial,Verdana,Helvetica;
	font-size : 12px;
}
.headertext  {color : white; font-family : Arial,Verdana,Helvetica; font-size : 10px; font-weight : bold;}
.blogpicturetext {color : gray; font-family : Arial,Verdana,Helvetica; font-size : 10px;}
.header  {color : black; font-family : Arial,Verdana,Helvetica; font-size : 20px; font-weight : bold;}
.subheader {color : black; font-family : Arial,Verdana,Helvetica; font-size : 16px; font-weight : bold;	text-decoration : none;}

.newsheadline {color : navy; font-family : Arial,Verdana,Helvetica; font-size : 12px; font-weight : bold;text-decoration : none; text-transform: uppercase;}
.newsheadline:visited  {color : navy; font-family : Arial,Verdana,Helvetica; font-size : 12px; font-weight : bold; text-decoration : none; text-transform: uppercase;}
.newsheadline:hover  {color : red; font-family : Arial,Verdana,Helvetica; font-size : 12px; font-weight : bold; text-decoration : underline; text-transform: uppercase;}

.newssummary {color : black; font-family : Arial,Verdana,Helvetica; font-size : 10px; font-weight : notmal;	text-decoration : none;}

a {color : blue; font-family : Arial,Verdana,Helvetica; font-size : 12px; font-weight : normal;	text-decoration : underline;}
a:visited  {color : blue; font-family : Arial,Verdana,Helvetica; font-size : 12px; font-weight : normal;	text-decoration : underline;}
a:hover  {color : red; font-family : Arial,Verdana,Helvetica; font-size : 12px; font-weight : normal;	text-decoration : underline;}

.inputbox{border-color: #e8e8ff; border-style: line; font-size: 11px; background-color: #F1F8FE;}


/* Validation error Styles*/


input.error, select.error {padding-right: 16px; border: 1px solid red; background-color: #FFFCE2; background-image: url(images/warning_obj.gif); background-position: right; background-repeat: no-repeat;}
input:focus, select:focus {border: 1px solid red; background-color:#EFEFEF;}




