/* CSS Document */

 .button
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../graphics/grey_re_button.gif) no-repeat;
	white-space: normal;
	display: block;
	width: 75px;
	height: 25px;
	margin: 0;
	padding: 1;
	left: 5px;
	float: inherit;
}

.button a
{
	display: block;
	color: #ffffff;
	font-size: 12px;
	width: 75px;
	height: 25px;
	display: block;
	float: none;
	color: #ffffff;
	text-decoration: none;
	}

.button img
{
width: 75px;
height: 25px;
border: 0
}

* html a:hover
{
	visibility:visible;
	color: #000000;
}

.button a:hover img
{
	visibility:hidden;
}

.button span
{
	position: absolute;
	left: 1px;
	top: -5px;
	cursor: pointer;
	text-align: center;
	width: 51px;
	height: 16px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 7px;
	
}

.content{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
	height: auto;
	vertical-align: top;
	float: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	left: 10px;
	width: 95%;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF0000;
}

.content2{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
	height: auto;
	vertical-align: top;
	float: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	left: 10px;
	width: 95%;
	margin-right: 10px;
	border: 1px solid #FF0000;
}

#siteInfo{
	clear: both;
	border: 1px solid #ff0000;
	font-size: 75%;
	color: #FF0000;
	padding: 10px 10px 10px 10px;
	background-color: #CCCCCC;
