DEFAULT STYLE SETTINGS 

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;

	
}
a:link {
	color: white; 
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-weight: bold;	
}

A:visited { 
	color: white; 
	text-decoration: none;
}

A:hover {color: white;}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}

.bigtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: white;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	font-style: italic;
}

.header { 

	color: white; 
	font-size: 8pt; 
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

.footer { 
	background: black;
	color: white; 
	font-size: 8pt; 
	font-weight: bold;	
	font-family: Verdana,Arial, Helvetica, sans-serif;
}


A.header:link { color: white }
A.header:visited { color: white }
A.header:hover { color: white }

.ch { 
	color: white;
	background-color: #336699;
	font-size: 8pt
}


.xlargewhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.largewhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.smallwhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.smallblue {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
.smallred {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
}
