html, body, .interior {
	margin: 		0px;
	padding: 		0px;
	font-family:		arial;
	font-size:		13px;
	background-color:	#000;	
	color:			#000000;
	width:			100%;
	height:			100%;
}

td, tr, .content {
	font-size:		13px;
}

A {
	color:			#000000;
	text-decoration:	underline;
}

A:hover {
	color:			#000000;
	text-decoration:	none;
}

#wrapper {
   	min-height: 		100%;
   	margin: 		0 auto;
   	position: 		relative;
}

img {
	border:			0;
	padding:		0;
}

.footer, .footer td {
	background:#000;
	text-align:		center;
	position:		float;
	bottom:			0px;
	left:			0px;
	color:			#FFFFFF;
	font-size:		12px;
	padding-bottom: 	5px;
}

.footer A {
	color:			#FFFFFF;
	font-weight:		bold;
}

.footer A:hover {
	color:			#FFFFFF;
}

#wrapper {
   	min-height: 		100%;
   	margin: 		0 auto;
   	position: 		relative;
}

H1 {
	font-size:		35px;
	color:			#31429a;
	font-family:		impact;
}

.header {
	background-image:	url( assets/header_rpt.jpg );
	background-repeat:	repeat-x;
	background-position:	top left;
}

.content {
	/* background-color:	#EBECEE; */
	background-color:	#EEEFF3;
	background-image:	url( assets/interior_rpt.jpg );
	background-position:	top left;
	background-repeat:	repeat-x;
	padding-top:		40px;
	padding-left:		15px;
}

.image {
	border:			3px solid #000000;
	margin:			5px;
}

UL {
	margin-top:			0px;
}

a.button {
    	background: 		url('assets/button_a.jpg') no-repeat scroll top right;
    	font: 			bold 12px arial;
   	height: 		27px;
    	text-decoration: 	none;
	vertical-align:		middle;
	text-align:		center;
	padding-left:		10px;
	padding-right:		10px;
}

a.button span {
    	background: 		url('assets/button_span.jpg') no-repeat top left;
	height: 		27px;
}

a.button:hover {
    	background-position: 	bottom right;
}

a.button:hover span {
    	background-position: 	bottom left;
}


a.button span {
	width:55px;
	padding: 0px;
	padding-right:12px;
	height: 18px;
	float:right;
    text-align: right;
    background: transparent url('assets/buttons/Btn_span.gif') no-repeat;
	background-position: -1 -1;
    display: block;
    line-height: 10px;
    padding-top: 5px;
}

a.button:hover span {
	background-position: -1 -28;
}