@CHARSET "UTF-8";

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background: #000000;
    background: url(/templates/public/wireframe/images/bodyRpt.jpg) repeat #000000;
    background-attachment: fixed;
}

a, a:link, a:visited {
	color: #FDBB30;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
    font-size:24px;
    color:#FFFFFF;
}

h2 {
    font-size:16px;
    color:#FFFFFF;
}

h3 {
    font-size:13px;
    color:#FFFFFF;
}

h4 {
	font-size: 11px;
	color:#FFFFFF;
}

h5 {
	font-size: 9px;
	color: #FDBB30;
}

p {
    font-size:12px;
    color:#FFFFFF;
}

h3 a {
    font-size:13px;
    color: #FDBB30;
}

#footer a {
    text-decoration:none;
    color: #FDBB30;
}

#footer {
    text-align:center;
}

#footer a:hover {
    text-decoration:underline;
}
