/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#header p {
	text-align: right;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #e9120c;
}

#sidebar p {
	color: #fff;
	font-weight: bold;
	font-size: 12px
}

#special {
	background: #fff;
}

#sidebar #special p {
	color: #000;
	font-weight: normal;
}

#container #sidebar #special p strong {
	color: #000;
}

#special h2 {
	color: #e9120c;
}

#container #sidebar strong {
	color: #f7dd39;
}

#container {
	border-bottom: 2px solid #a9a9a9;
}
#container #content {
	border-right: 2px solid #a9a9a9;
}

body #footer p.center  {
	text-align: center;
}

#footer .copyright {
	color: #999999;
}

/* Links */
a:link { color:#e9120c; text-decoration:underline; }
a:visited { color:#e9120c; text-decoration:underline; }
a:hover{ color:#e9120c; text-decoration:underline; }
a:active { color:#e9120c; text-decoration:underline; }

#sidebar a { color: #fff; }

/* inline */

h1, h2 {
	color: #e9120c;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 13px;
}

.footertxt A:link { color: #666666; text-decoration:none; }
.footertxt A:visited { color: #666666; text-decoration:none; }
.footertxt A:hover { color: #666666; text-decoration:none; }
.footertxt A:active { color: #666666; text-decoration:none; }