.welcome {
	font-family : Verdana, sans-serif;
	color : #868788;
	font-size : 17px;
	font-weight: bold;
}

.headline {
	font-family : Verdana, sans-serif;
	color : #a8101b;
	font-size : 16px;
	font-weight: bold;
}

.subheadline {
	font-family : Verdana, sans-serif;
	color : #000080;
	font-size : 14px;
	font-weight: bold;
}

.mini {
	font-family : Verdana, sans-serif;
	font-size : 11px;
}

.normaltext {
	font-family : Verdana, sans-serif;
	color : gray;
	font-size : 11px;
	font-weight: bold;
}

.darkbold
    { 
	font-family : Verdana, sans-serif;
	color : #404040;
	font-size : 11px;
	font-weight: bold;
}


.footer {
	font-size : 12px;
	color : gray;
}

dl,dt,dd   { 
	font-family : Verdana, sans-serif;
	font-size : 14px;
}

p,h1,h2,h3,h4,ul,ol,li,div,th,td,address,blockquote,nobr,i,b
    { 
	font-family : Verdana, sans-serif;
	color :#000080;
	font-size : 12px;
}

th	{ 
	font-weight: bold;
}
	
H1 {
	color : #104284;
	font-size : 20px;
}

H2 {
	color : #104284;
	font-size : 16px;
}

H3,H4 {
	color : #104284;
	font-size : 14px;
}

B {
	font-weight : bold;
}

I {
	font-style : italic;
}
UL {
	list-style-type : disc;
		line-height : normal;
}