body {
	margin: 0px;
	background-image: url(images/page_bgr.gif);
	background-repeat: repeat-x;
	background-color: #FFF7AD;
}
.left_shadow {
	background-image: url(images/shadow_left.jpg);
	background-repeat: repeat-y;
}

.right_shadow {
	background-image: url(images/shadow_right.jpg);
	background-repeat: repeat-y;
}

.content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #A1DAF7;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.content p {
	color: #333333;
	font-size: 12px;
	line-height: 120%;
}
.content h1 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.content a:link {
	color: #666666;
	text-decoration: underline;
}
.content a:visited {
	color: #666666;
	text-decoration: underline;
}
.content a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.content a:active {
	color: #FF6600;
	text-decoration: underline;
}

.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}
.footer p {
	color: #333333;
	font-size: 10px;
	line-height: 120%;
}

.footer a:link {
	color: #666666;
	text-decoration: underline;
}
.footer a:visited {
	color: #666666;
	text-decoration: underline;
}
.footer a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.footer a:active {
	color: #FF6600;
	text-decoration: underline;
}
