a { 
	text-decoration : underline; 
} 

/* LOGICAL CLASSES*/ 
.content { 
	text-decoration : none; 
	color : #000000; 
	font-family : verdana,arial,helvetica; 
	font-size : 9pt; 
	font-weight : normal; 
} 
a.content:hover, a.content:active { 
	color : #000000; 
	text-decoration : underline; 
} 
.contentbig { 
	text-decoration : none; 
	color : #000000; 
	font-family : verdana,arial,helvetica; 
	font-size : 10pt; 
	font-weight : normal; 
} 
a.contentbig:hover, a.content:active { 
	color : #000000; 
	text-decoration : underline; 
} 
.contentbigbold { 
	text-decoration : none; 
	color : #000000; 
	font-family : verdana,arial,helvetica; 
	font-size : 10pt; 
	font-weight : bold; 
	
} a.contentbigbold:hover, a.content:active { 
	color : #000000; 
	text-decoration : underline; 
} 
.boldnav { 
	text-decoration : none; 
	color : #FFFFFF; 
	font-family : verdana,helvetica; 
	font-size : 9pt; 
	font-weight : bold; 
} 
a.boldnav:hover, a.boldnav:active { 
	color : #FFFFFF; 
	text-decoration : underline; 
} 
.boldnavbg { 
	text-decoration : none; 
	color : #FFFFFF; 
	font-family : arial,verdana,helvetica; 
	font-size : 9pt; 
	font-weight : bold; 
} 
a.boldnavbg:hover, a.boldnavbg:active { 
	color : #FFFFFF; 
	text-decoration : none; 
	background : #6699ff;
} 
.nonboldnav { 
	text-decoration : none; 
	color : #FFFFFF; 
	font-family : verdana,arial,helvetica; 
	font-size : 9pt; 
	font-weight : normal; 
} 
a.nonboldnav:hover, a.nonboldnav:active { 
	color : #FFFFFF; 
	text-decoration : underline; 
} 
.boldflag { 
	text-decoration : none; 
	color : #FFFFFF; 
	font-family : verdana,arial,helvetica; 
	font-size : 9pt; 
	font-weight : bold; 
} 
a.boldflag:hover, a.boldflag:active { 
	color : #FFFFFF; 
	text-decoration : underline; 
} 
.header { 
	text-decoration : none; 
	color : #000000; 
	font-family : verdana,arial,helvetica; 
	font-size : 20pt; 
	font-weight : bold; 
} 
a.header:hover, a.header:active { 
	color : #000000; 
	text-decoration : underline; 
} 
.mainheader { 
	text-decoration : none; 
	color : #000000; 
	font-family : verdana,arial,helvetica; 
	font-size : 13pt; 
	font-weight : bold; 
} 
a.mainheader:hover, a.mainheader:active { 
	color : #000000; 
	text-decoration : underline; 
} 
.header2 { 
	text-decoration : none; 
	color : #000000; 
	font-family : verdana,arial,helvetica; 
	font-size : 12pt; 
	font-weight : normal; 
} 
.articlehead { 
	text-decoration : none; 
	color : #FFFFFF; 
	font-family : arial,verdana,helvetica; 
	font-size : 11pt; 
	font-weight : bold; 
} 
a.articlehead:hover, a.articlehead:active { 
	color : #FFFFFF; 
	text-decoration : underline; 
} 
.articleheadnormal { 
	text-decoration : none; 
	color : #FFFFFF; 
	font-family : verdana,arial,helvetica; 
	font-size : 11pt; 
	font-weight : normal; 
} 
a.articleheadnormal:hover, a.articlehead:active { 
	color : #FFFFFF; 
	text-decoration : underline; 
} 
.small { 
	text-decoration : none; 
	color : #000000; 
	font-family : verdana,arial,helvetica; 
	font-size : 8pt; 
	font-weight : normal; 
} 
a.small:hover, a.small:active { 
	color : #000000; 
	text-decoration : underline; 
} 
.smallbold { 
	text-decoration : none; 
	color : #000000; 
	font-family : verdana,arial,helvetica; 
	font-size : 8pt; 
	font-weight : bold; 
} 
a.smallbold:hover, a.small:active { 
	color : #000000; 
	text-decoration : underline; 
} 

/* MODIFIERS*/ 

#lightblue {color : #0068cc;} 
#green {color : #66ff00;} 
#black {color : #000000;} 
#white {color : #ffffff;} 
#blue {color : #003366;}
#darkblue {color : #000066;}
#red {color : #ff0000;} 
#gray {color : #888888;} 
#orange {color : #ff8000;} 
#brown {color : #cc6600;} 
#yellow {color : #ffcc66;} 
#pyellow {color : #ffffcc;} 
#und {text-decoration : underline;} 
#upper {text-transform : uppercase;} 
#biggest {font-size : 17pt;} 
#medium {font-size : 12pt;} 
#smallest {font-size: 6pt} 