/* CSS Document */
@import url('reset.css');

-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.style4 {
	font-size: 11px;
}

.style5 {
	font-size:16px;
	font-weight:bold;
}

.style6 {
	font-size:14px;
}

body {
	background-color:#333333;
	font-size:12px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFCC;
}