﻿/* Global font styles */
body 
{
	font-family: verdana,tahoma,helvetica;
	font-size: 11px; 
	color: #232383;
}
a:link,a:active,a:visited { text-decoration: none; color : #232383; }
a:hover	{ text-decoration: none; color : #767676; }

/* general fonts */
.contentPage { font-size: 12px; font-weight: normal; color: #333333; }
.siteHeader { font-size: 25px; font-weight: bold; font-style: italic; color: #4747e8; }
.errorMessage { font-size: 12px; font-weight: bold; color: #FF0000; }

/* Copyright text */
.copyRight { font-size: 10px; font-weight: normal; color: #FFFFFF; }	
a.copyRight:link, a.copyRight:active, a.copyRight:visited { color: #FFFFFF; }
a.copyRight:hover { text-decoration:underline; color: #FFFFFF; }
