BODY {
    font-family: Arial;
    background-color: #000000;
    color: #fff;
    font-size: 1.0em;
}
#container {
    width: 960px;
    margin: 0 auto;
    /*border-style: solid; border-color: #ffffff; border-width: 1px;*/
}
#pageBody {
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    margin: 0 5 0 5;
    padding: 5 5 5 5;
}

p {
    font-size: 0.9em;
    color: #ffffff;
}

h1, h2 { font-weight: 700; }

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.1em;
    color: #e45b00;
}
img {
    padding: 0 3 0 3;
}
A:link {
    color: orange;
/*
    font-size: 9pt;
*/
    text-decoration: none;
    font-weight: 700;
}
A:active {
	color: orange;
	text-decoration: underline;
	font-weight: 700;
}
A:visited {
	color: orange;
	text-decoration: none;
	font-weight: 700;
}
A:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: 700;
}
.maintext {
    color: #ffffff;
    text-decoration: none;
/*
    font-size: 9pt;
*/
}

.heavyGrey {
	color: gray;
}
#titleBox {
    width: 100%;
}
#titleBoxTop {
    width: 100%;
    text-align: left;
}
#bigTitle {

	padding: 0 0 0 65;
	font-size: 36pt;
	color: #ffffff;
	font-weight: 700;
}
#subTitle {
	padding-top: 5px;
	font-size: 13pt;
	color: #ffffff;
	float: right;
	font-weight: 700;
	padding-right: 60px;
}
#titleBoxBottom {
	width: 600px;
	padding-top: 5px;
	text-align: right;
	float: right;
}
#menu {
    font-weight: 700;
/*
    font-size: 9pt;
*/
    color: #ffffff;
    /*border-style: solid; border-color: #ffffff; border-width: 1px;*/
    text-align: center;
    padding: 70 0 10 0;
}
ul {
/*
    font-size: 8pt;
*/
    color: #ffffff;

}

