body {
	min-width: 771px;
	color: #444444;
	margin: 0px auto;	
	font-family: verdana;
	font-size: 12px;
	background-color: #E6E2CC;
	text-align: center;
}

img {
	border: none;
}

a, a:visited {
	color: #1E95D2;
	text-decoration: none;
}

a:hover {
	color: #1E95D2;
	text-decoration: underline;
}

.bgTop {
	background-image: url(images/bgtop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 771px;
	margin: 10px auto 0px;

}

.bgMiddle {
	background-image: url(images/bgmiddle.jpg);
	background-repeat: repeat-y;
	width: 771px;
	margin: 0px auto;
	text-align: left;
	
}

.bgBottom {
	background-image: url(images/bgbottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 771px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.content {
	padding: 0px;
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

h1 {
	font-family: tahoma;
	font-size: 18px;
	color: #55606C;
	font-weight: 100;
	margin: 5px;
	padding: 0px;

}

h2 {
	font-family: tahoma;
	font-size: 15px;
	color: #646464;
	font-weight: 100;
	margin: 8px;
	padding: 0px;
	
}

h3 {
	font-family: tahoma;
	font-size: 14px;
	color: #646464;
	font-weight: 100;
	margin: 12px;
	padding: 0px;
	
}



p {
	font-family: verdana;
	font-size: 11px;
	color: #646464;
	font-weight: 200;
	margin: 15px;
	padding: 0px;
	
}

.table {
	border: 1px solid #999999;	
}

.table td {
	border: 1px solid #D0D0D0;
	font-family: verdana;
	font-size: 11px;
	color: #646464;
	font-weight: 200;
}
