@charset "utf-8";
/* CSS Document */


/* This is the sites main style sheet */
.font {
	font-family : Georgia;
	font-size : 14px;
	color : #333399;
	font-weight : normal;
} 

A:link {
	font-family : Georgia;
	font-size : 14px;
	color : #333399;
	font-weight : bold;
	text-decoration : underline;
} 

A:visited {
	font-family : Georgia;
	font-size : 14px;
	color : #333399;
	font-weight : bold;
	text-decoration : underline;
} 

A:hover {
	font-family : Georgia;
	font-size : 14px;
	color : #333399;
	font-weight : bold;
	text-decoration : none;
}

.NAVfont {
	font-family : Georgia;
	font-size : 18px;
	color : #333399;
	font-weight : bold;
	text-decoration : none;
} 

A.NAVfont:link {
	font-family : Georgia;
	font-size : 18px;
	color : #333399;
	font-weight : bold;
	text-decoration : underline;
} 

A.NAVfont:visited {
	font-family : Georgia;
	font-size : 18px;
	color : #333399;
	font-weight : bold;
	text-decoration : underline;
} 

A.NAVfont:hover {
	font-family : Georgia;
	font-size : 18px;
	color : #333399;
	font-weight : bold;
	text-decoration : none;
} 

.TITLEfont1 {
	font-family : Georgia;
	font-size : 36px;
	color : #333399;
	font-weight : bold;
	text-decoration : none;
} 

.TITLEfont2 {
	font-family : Georgia;
	font-size : 24px;
	color : #333399;
	font-weight : bold;
	text-decoration : none;
} 

.COPYWRITE {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #666666;
	font-weight : normal;
	text-decoration : none;
} 
