﻿body 
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #073A74;
	font-family: Arial;
	font-size: 14px;
}
.navbackground
{
	background-image: url('images/slice.gif');
	background-repeat: repeat-x;
}
.headerbackground
{
	background-image: url('images/headerright.jpg');
	background-repeat: no-repeat;
}
.footer
{
	color: #FFFFFF;
	font-size: 13px;
}
.header
{
	font-weight: bold;
	font-size: 18px;
	color: #157346;
}
.subheader
{
	font-weight: bold;
	font-size: 14px;
	color: #073A74;
}
.error
{
	color: #FF0000;
}
.noshow
{
	display: none;
}
.show
{
	display: inline;
}
.quote
{
	font-style: italic;
}
.quotesign
{
	text-align: right;
}
.fulljustify
{
	text-align: justify;
}
.tags
{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #073A74;
}