body{
	background-color:#FFFFFF;
	font-size:12pt;
	font-family:Garamond, Times, serif;
	width: 550px;
	color:#000000;
	line-height:24px;
}
a
{
	text-decoration:none;
}
table
{
	padding-left: 30px;
}
.centerBold
{
	font-weight: bold;
	text-align: center;
}
.bold
{
	font-weight: bold;
}
.underline
{
	text-decoration: underline;
}
.left
{
	padding: 3px;
	float: left;
}

.center
{
	text-align: center;
}

.subsectionHeading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bold;
	margin-bottom: 20px;
	margin-top: 15px;
}

.hugeMainTitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28pt;
	margin-bottom: 35px;
	font-weight: bold;
}
.smallerTitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20pt;
	margin-top:20px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height:35px;	
}
.sanSerifMediumSizeText
{
	font-size:18pt;
	font-family:Arial, Helvetica, sans-serif;
}
.small
{
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
}
.subtitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	margin-top: 15px;
	margin-bottom: 5px;	
}
.sectionSeparator{
	background-image: url(./images/section_separator.jpg);
	width: 550px;
	height:	45px;
	background-repeat: no-repeat;
	background-position:bottom;
	margin-bottom: 20px;
}
.redBorderCenter
{
	border-color:Red;
	text-align: center;
	border-style: solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

