@charset "utf-8";


/* CSS Document */





body {
	background-image:url(images/rpt-bg.jpg);
	text-align: center;
	font-family: Times,Times New Roman, serif;
}

hr {border-style:dotted;
	color: #D77F97;
	width:60%;
	text-align:center;
}


#wrapper {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	height:100%;
	min-height:100%;
	background-color: transparent;
	text-align:center;
	
}

h4 {color:#D77F97;
	font-size:18px;
	}
#header {
	/**background-image: url(images/header.jpg);**/
	background-repeat: no-repeat;
	text-align:left;
}
.header {
	/**background-image: url(images/header.jpg);**/
	background-repeat: no-repeat;
	text-align:left;
}
.menu { /*background-color:#000000;*/
	color: #FFFFCC;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	border-bottom: 1px dashed #dfc5a4;
	border-top: 1px dashed #dfc5a4;
}
.menu a:hover {color:#D77F97;
	text-decoration:underline;
}
.menu a, a:active {
	color: #D77F97;
	text-decoration:none;
}
.content {
	padding-top:20px;
	padding-left:10px;
	padding-right:15px;
	padding-bottom:20px;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 0px 1px 1px #fff;
	text-align: left;
}
#footer {
	text-align:center;
	color: #424242;
	font-size:12px;
	background:#efead7;
	border-top: 1px dashed #dfc5a4;
}
.footer {
	text-align:center;
	color: #424242;
	font-size:12px;
}

.footer a:hover {color:#424242;
	text-decoration:underline;
}
.footer a, a:active {
	color: #424242;
	text-decoration:none;
}

.style2 {color: #424242}
.style4 {font-size: 12px}
.style5 {color: #424242}
.style6 {font-size: 10px; margin-right:20px;}

