body {
	background-color: #0000FF;
	font-size: 14px;
}
.footer_text {
	font-size: 11px;
	color: #FFFFFF;
}

.breadcrumbs {
	font-size: 9px;
	color: #0200AB;
	text-indent: 10px;
}

h1 {
	font-size: 24px;
	color: #0200AB;
}
h2 {
	color: #FFFFFF;
	background-color: #0200AB;
	font-weight: normal;
	font-size: 18px;
	background-image: url(images/h2_bkg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	text-indent: 10px;
}

h3 {
	font-size: 16px;
	font-style: italic;
	color: #FF0000;
}
h4 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/h2_bkg.jpg);
	background-repeat: repeat-x;
	height: 25px;
}

ul {
	list-style-type: circle;
	font-size: 11px;
}
strong {
	font-weight: normal;
	font-style: italic;
	font-size: 110%;
}

