@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(graphics/oc_pm_bg.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-color: #FF7D05;
}

#bottom	{
	background-image:url(graphics/bottom_div.gif);
	background-repeat:repeat-x;
	background-position:center;
	width:100%;
	height: 100px;
	z-index: 10;
	position: fixed;
	left: 0px;
	bottom: 0px;
	visibility:visible;
}
.maintext {
	color: #FFffFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-shadow: 5px 5px 5px #000033;
	background-image: url(graphics/table_bg.png);
	background-repeat: repeat;
}
a.text {
	text-decoration: underline;
	color: #FFCCFF;
}
.border {
	background-attachment: scroll;
	background-image: url(graphics/table_border.png);
	background-repeat: repeat;
}

a.text:hover {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
