body {
	margin: 0px;
	padding: 0px;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: normal;
	font-style: normal;
	background-image: url(image/background.jpg);
}

/*

a:link {
	color: #5555FF;
	text-decoration: underline;
}
a:visited {
	color: blue;
	text-decoration: underline;
} 

*/


.header-text-large {
	color: #000066;
	font-size: 40px;
}

.header-text-medium {
	color: #000066;
	font-size: 30px;
	font-style: italic;
}

.header-text-small {
	color: #000066;
	font-size: 14px;
}

.title-text {
	color: #000066;
	font-size: 20px;
}

.entry-title { 
   font-size: 12pt;
   font-weight: bold;
   color: #003366;
}

.entry-title-italic {
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
	font-style: italic;
}

.entry-text { 
   font-size: 12pt;
   font-weight: normal;
   color: #003366;
}

.footer-text {
	font-size: 8pt;
	font-weight: lighter;
	color: #003366;
	font-style: italic;
	/* background-color: #FFFF99; */
}
 
.last-updated {
	font-size: 8pt;
	font-weight: normal;
	/* color: #003366; */
	font-style: italic;
	/* background-color: #FFFF99; */
}

.data-table {
	background-color: #FFFF99;
	color: #003366;
}

.data-title {
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
}

.menu-color {
	background-color: #FFFF99;
}

.old-record {
	background-color: #FFFFFF;
}

.new-record {
	background-color: #FFFF00;
}

.small-web-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

h2 {
	color: #000066;
}
