@charset "utf-8";
/* CSS Document */

h1
{
	font-size: 36px;
}

h2
{
	font-size: 30px;
}

h3
{
	font-size: 24px;
}

h4
{
	font-size: 18px;
}

.textLarge
{
	font-size: 20px;
}

.textDetail
{
	font-size: 16px;
}

.textMedium
{
	font-size: 14px;
}

.textBlueBox
{
	font-size: 12;
}

.textBlueBoxHeader
{
	font-size: 14px;
}

.textSmall
{
	font-size: 11px;
}

.textMessage
{
	font-size: 16px;
	font-style: italic;
}

.textMessageTitle
{
	font-size: 24px;
	font-style: italic;
}

.textBold
{
	font-weight: bold;
}

#picRight
{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #000000;
	text-align: center;
}

#picLeft
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #000000;
	text-align: center;
}

#picTable
{
	border: 1px solid #000000;
	text-align: center;
}

.leftfield
{
	text-align: left;
}

.centerfield
{
	text-align: center;
}

.rightfield
{
	text-align: right;
}

.topfield
{
	vertical-align: top;
}

.middlefield
{
	vertical-align: middle;
}

.bottomfield
{
	vertical-align: bottom;
}

p
{
	margin-right: 10px;
	margin-left: 10px;
}

.title
{
	font-weight: bold;
}

.white
{
	color: #ffffff;
}

.gray
{
	color: #eeeeee;
}

.black
{
	color: #000000;
}

.gold
{
	color: #f8ab25;
}

.navy
{
	color: #000080;
}

.red
{
	color: #ff0000;
}

.bgwhite
{
	background-color: #ffffff;
}

.bggray
{
	background-color: #eeeeee;
}

.bgblue
{
	background-color: #0000ff;
}

.bgblack
{
	background-color: #000000;
}

.bggold
{
	background-color: #f8ab25;
}

.bgnavy
{
	background-color: #000080;
}

.bgred
{
	background-color: #ff0000;
}





