
/* ----------------------- BODY ---------------------------- */
body {

	background: #121519 url("background.png") repeat fixed;
	cursor: default;
	line-height: 140%;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
	margin: auto;
	padding: 0px;
}



.content {
	background-color: #dadada;
	font-size: 12px;
	color: #000;
	text-align: justify;
	line-height: 140%;
	padding: 5px;
}

#rpgd { left: 1100px; position: absolute; }

.text, .user_info {
	font-size: 12px;
	text-align: justify;
	line-height: 140%;
}

p, code {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 140%;
	font-size: 12px;
	text-align: justify;
}

b, i, u, strong, s, em {
	color: #1f2f30;
}

.summaries b {
	color: #1f2f30;
	text-transform: uppercase;
}

.disclaimer {
	background: #010709;
	font-size: 12px;
	line-height: 170%;
	color: #a2afad;
	text-align: center;
	padding: 5px;
}

.disclaimer b, .disclaimer a {
	font-size: 12px;
	font-weight: bold;
	color: #c0cccf;
}

#quicknotes b, #box b {
	color: #243838;
	text-transform: uppercase;
}


ul {
	font-size: 12px;
	line-height: 140%;
	list-style-type: circle;
}

ol, li {
	font-size: 12px;
	color: #000000; 
	text-align: justify;
	line-height: 140%;
}

textarea, input {
	background: #e7e7de;
	font-size: 12px;
	color: #000000;
	line-height: 140%;
	text-align: justify;
	border: 0px solid;
	width: 400px;
	height: 90px;
}

hr, #box hr {
	border-bottom: 1en solid #4f4629;
	width: 100%;
}

/* ------------ CONTENT -------------------- */

#navigate { /* --- PREVIOUS, TOP  --- */
	font-size: 14px;
	float: right;
	text-transform: uppercase;
	line-height: 180%;
	}


#status { /* --- SUMMARY INDEX BOX STATUS  --- */
	background-color: #FFF;
	border: 1px solid #4c3e23;
	font-size: 12px;
	line-height: 140%;
	color: #000;
	text-align: justify;
	display: block;
	width: 300px;
	padding: 5px;
}


/* ------------ IMAGES AND EXTRA --------------- */

img {
	border: 0px;
}


