


/* standard text fonts*/
body, div, p, th, td, li, dd  {
	/* redundant selectors to help NS4 not forget */
	font-family : Verdana,Arial,Helvetica;
	font-size : 12px;
}

a {color: #0080ff; font-family : Verdana,Arial,Helvetica; font-size : 12px; text-decoration : underline;}
a:visited {color : #0080ff; font-family : Verdana,Arial,Helvetica; font-size : 12px; text-decoration : underline;}
a:hover {color : red; font-family : Verdana,Arial,Helvetica; font-size : 12px; text-decoration : underline;}


.headerfield {background-color: #595959;}
.backfield {background-color: #FBF2E9;}
.menufield {background-color: #916358;}

.smalltext  {color : black;	font-family :  Verdana,Arial,Helvetica;	font-size : 10px; font-weight : normal;}
/* footer text fonts*/

.footertext  {color : white; font-family :  Verdana,Arial,Helvetica; font-size : 10px; font-weight : normal;}
.footerlink  {color : yellow; font-family : Verdana,Arial,Helvetica; font-size : 10px; font-weight : normal;}
.footerlink:visited  {color : yellow; font-family : Verdana,Arial,Helvetica; font-size : 10px; font-weight : normal;}
.footerlink:hover  {color : white; font-family : Verdana,Arial,Helvetica; font-size : 10px; font-weight : normal;}

.HomeLink  {color : black; font-family : Verdana,Arial,Helvetica; font-size : 9px; font-weight : normal; text-decoration : underline;}
.HomeLink:visited  {color : black; font-family : Verdana,Arial,Helvetica; font-size : 9px; font-weight : normal; text-decoration : underline;}
.HomeLink:hover  {color : red; font-family : Verdana,Arial,Helvetica; font-size : 9px; font-weight : normal; text-decoration : underline;}

/* blog text fonts*/
.articlelink  {color : white; font-family : Verdana,Arial,Helvetica; font-size : 12px; font-weight : normal; text-decoration : none;}
.articlelink:visited  {color : white; font-family : Verdana,Arial,Helvetica; font-size : 12px; font-weight : normal; text-decoration : none;}
.articlelink:hover  {color : red; font-family : Verdana,Arial,Helvetica; font-weight : normal; font-size : 12px; text-decoration : underline;}

.mainmenulink  {color : white; font-family : 'MS Sans Serif',Verdana,Helvetica; font-size : 12px; font-weight : bold; text-decoration : none; text-transform : uppercase;}
.mainmenulink:visited  {color : white; font-family : 'MS Sans Serif',Verdana,Helvetica; font-size : 12px; font-weight : bold; text-decoration : none; text-transform : uppercase;}
.mainmenulink:hover  {color : red; font-family : 'MS Sans Serif',Verdana,Helvetica; font-weight : bold; font-size : 12px; text-decoration : underline;}

.FileLink  {color: blue; font-family : Verdana,Arial,Helvetica; font-size : 12px; font-weight : bold; text-transform : capitalize; text-decoration : none;}
.FileLink:visited  {color : blue; font-family : Verdana,Arial,Helvetica; font-size : 12px; font-weight : bold; text-transform : capitalize; text-decoration : none;}
.FileLink:hover  {color : red; font-family : Verdana,Arial,Helvetica; font-weight : bold; font-size : 12px; text-transform : capitalize; text-decoration : underline;}

.normaltext  {
	color : black;
	font-family : Verdana,Arial,Helvetica;
	font-size : 10pt;
	font-weight : none;
}

/* menu text fonts*/
.toptitle  {
	font-size : 9pt;
	font-weight : bold;
	font-family : 'MS Sans Serif',Verdana,Helvetica;
	padding : 2px;
	margin-top : 20px;
	letter-spacing : .1em;
	border-bottom : 2px dashed white;
	text-transform : uppercase;
	color : #5F0304;
}


