body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEE6DD;
	font-family: Georgia, Times, Times New Roman;
	font-size: 10px;
	color: #333333;
}

.globalFont
	{
		font-family: Georgia, Times, Times New Roman;
		font-size: 12px;
		color: #333333;
		line-height: 17px;
	}

.footerFont
	{
		font-family: Georgia, Times, Times New Roman;
		font-size: 10px;
		color: #333333;
	}

.smallFont
	{
		font-family: Georgia, Times, Times New Roman;
		font-size: 10px;
		color: #333333;
	}

a:link {
	color: #7E5D3E;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7E5D3E;
}
a:hover {
	text-decoration: underline;
	color: #BE9B7C;
}
a:active {
	text-decoration: underline;
	color: #7E5D3E;
}

p
	{
		font-family: Georgia, Times, Times New Roman;
		font-size: 12px;
		color: #333333;
		line-height: 17px;
	}

.contentBack
	{
		background-image: url(../images/contentBack.jpg);
		background-repeat: no-repeat;
		background-color:#EFEFEF;
		border:1px solid #E4D9CB;
	}
	
.style2 {
	font-family: Georgia, Times, Times New Roman;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}