/*there are Internet Explorer Specfic css in the header section of 
the template page for classes
#top_image
.search_box
if you are changing those, dont forget to change in the template as well*/

/*---[ TAG STYLES ]-------------*/
body, #wrapper{
	margin:0px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	background-color: white;
	font-size: 10pt;
	color: black;
	width: 256px;
	height: 200px;
}

img{
	border:none;
}

a {
	color:#319abf;
	text-decoration: none;
	
}

a:hover {
	color:#319abf;
	text-decoration: underline;
}

a:visited {
	color:#6b919e;
	text-decoration: none;
}

/*---[ LAYOUT STYLES ]----------*/

a.evoArticleTitle {
	color: #319abf;
	font-weight:bold;
	text-decoration:none;
}

a.evoArticleTitle:hover {
	text-decoration:underline;
}

.evoArticleDate {
	font-size:xx-small;
} 	

td.evoCategoryTitle {
	color: #319abf;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	border-bottom:2px #41abec solid;
}
