/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000000;	
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.style1 {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.style1 a, .style1 a:visited, .style1 a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.style1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.watermark {
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.style4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}



.capsule_top {
	background-image: url(images/capsule/top_bar.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.capsule_bottom {
	background-image: url(images/capsule/bottom_bar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.capsule_left {
	background-image: url(images/capsule/left_bar.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.capsule_right {
	background-image: url(images/capsule/right_bar.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.black_link a:link, .black_link a:visited {
	color: #000000;
	text-decoration: underline;
}
.black_link a:hover {
	text-decoration: none;
	color: #CC0000;
}