BODY
{
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat-x;
}

.pageTitle
{
	color: #327852;
	font-weight: bold;
	font-family: Verdana;
	font-size: 17pt;
	padding-left: 30px;
}

.formTitle
{
	color: #1F7BCA;
	font-weight: bold;
	font-family: Verdana;
	font-size: 16pt;
	
}

#pageBody
{
	font-family: Arial;
	font-size: 11pt;
	padding-left: 30px;
	padding-right: 10px;
	height: 230px;
	overflow: auto;
}

#contentBody
{
	font-family: Arial;
	font-size: 11pt;
	padding-left: 30px;
	padding-right: 10px;
	height: 270px;
	overflow: auto;
}

#contentBodyDemo
{
	font-family: Arial;
	font-size: 11pt;
	padding-left: 30px;
	padding-right: 10px;
	height: 480px;
	overflow: auto;
}

#formBody
{
	font-family: Arial;
	font-size: 8pt;
	padding-left: 30px;
	padding-right: 10px;
	height: 320px;
	overflow: auto;
}

#homepageBackground
{
	background-image: url(../images/landmark_background.jpg);
	width: 1000px;
	height: 725px;
	background-repeat: no-repeat;
}

#pageBackground
{
	background-image: url(../images/content_background.jpg);
	width: 1000px;
	height: 725px;
	background-repeat: no-repeat;
}

.formText
{
	font-family: Arial;
	font-size: 10pt;
}

.formNote
{
	font-family: Arial;
	font-size: 7pt;
	font-weight: bold;
	color: Red;
}

.formHeader
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #327852;
	color: White;
}

.contentText
{
	font-family: Arial;
	font-size: 11pt;
}

.linkNoUnderline
{
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}