/* CSS Document */

body {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #B3B3B3;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
.pagew {
	background-image: url(images/bg-page-w.gif);
	background-repeat: no-repeat;
	height: 470px;
	width: 750px;
	padding: 5px;
}
.page {
	background-image: url(images/bg-page.gif);
	background-repeat: no-repeat;
	height: 470px;
	width: 370px;
	padding: 5px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.column-l {
	height: 430px;
	width: 320px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-right: 40px;
}
.column-r {
	height: 430px;
	width: 320px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-right: 40px;
	margin-left: 10px;
}
.caption-l {
	width: 320px;
	position: absolute;
	top: 500px;
	left: 410px;
}
.caption-r {
	position: absolute;
	top: 500px;
	left: 30px;
}
	
.subhead {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
}
