html, body {
	margin: 		0px;
	padding: 		0px;
	font-family:		'Myriad Pro';
	font-size:		13px;
	background-color: 	#ef6ba8;
	color:			#000000;
	width:			100%;
	height:			100%;
}

td, tr, .content {
	font-size:		13px;
}

A {
	color:			#000000;
	text-decoration:	none;
}

.menu {
	background-color:	#000000;
	padding:		5px;
}

.menu A {
	color:			#FFFFFF;
	font-size:		16px;
	text-decoration:	none;
	padding-right:		50px;
}

.menu A:hover {
	color:			#FFFFFF;
	font-size:		16px;
	text-decoration:	none;
}

A:hover {
	color:			#EF6BA8;
	text-decoration:	underline;
}

#wrapper {
   	min-height: 		100%;
   	margin: 		0 auto;
   	position: 		relative;
}

img {
	border:			0;
	padding:		0;
}

.footer {
	background-image:	url( assets/footer_rpt.jpg );
	background-position:	top left;
	background-repeat:	repeat-x;
	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;
}
