ADDRESS, BODY, DIV, DL, H1, H2, H3, H4, H5, H6, PRE, SPAN, TD, TR, TH {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}

body { 
	background-color: #999999;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

P {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}

PRE {
	font-family: monospace;
}

.title {
	font-weight : bold; 
	font-size : 36px; 
	margin-left: auto;
	margin-right: auto;
}

.bigRed {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}

.signature {
	font-weight: bold;
	font-size: 10px;
	color: #FF0000;
	text-align: right;
}

.justified { 
	margin: 2px 2px 2px 4px; 
}

.finished {
	text-decoration: line-through;
}

.unfinished {
	text-decoration: none;
}

.left {
        margin: 2px 2px 2px 4px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
}

.right {
        margin: 2px 2px 2px 4px;
        text-align: right;
        font-size: 10px;
        font-weight: bold;
}

A:visited, A:link, A:active {
	color : #FF0000; 
	text-decoration : none;
	font-weight: bold; 
}

A:hover {
	color : #000000;
	text-decoration : none;
	font-weight: bold;
}

.copyright {
	font-weight : bold; 
	font-size : 10px; 
	color : #FFFFFF;
	text-align: center; 
}

table.headerbox {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: none;
}

table.headerbox a:link, table.headerbox a:visited {
	background: transparent;
	color: #000000;
}

table.headerbox a:hover, table.headerbox a:active {
	background: transparent;
	color: #FFFFFF;
}

table.headerbox tbody td:hover {
	background-color: #EE0033;
}

table.headerbox td {
	font-weight: bold;
	text-align: center;
	border-width: 2px 2px 2px 2px;
	padding: 0px 5px 0px 5px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #CC0033;
}

table.linkbox {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-width: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
}

table.linkbox th {
	padding: 2px 5px 2px 5px;
	font-size: 14px;
	text-align: left;
	background-color: #CC0033;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

table.linkbox td {
	font-weight: bold;
	text-align: left;
	padding: 2px 5px 2px 5px;
	border: none;
	background-color: #FFFFFF;
}

.core-content {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #FFFFFF;
}
