@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#999999;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

h1, h2, h3 {
	color: #630000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
}

h2 {
	font-size: 120%;
	font-family:"Times New Roman", Times, serif;
	margin: 5px 0 8px 0;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	line-height: 120%;
	font-size: 100%;
}

blockquote {
	text-align: left;
	font: italic 100% "Times New Roman", Times, serif;
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #D70711;}


td.mirror {
	background:url(images/mirror.gif) no-repeat;
	height:414px;
	width: 259px;
	padding-top:100px;
	padding-left:65px;
	text-transform:uppercase;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

td.mirror a {
	text-decoration:none;
	color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:.95em;
}

td.mirror a:hover {
	text-decoration:underline;
	color: #D70711;
}

table.footer {
	background-color:#E5B940;
}

td.footer {
	padding:4px;
}

td.footer a {
	text-decoration:none;
}



