@charset "utf-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Global CSS - The global styles for all media ------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* ***************************************************** */
/* The style for the body                                */
/* ***************************************************** */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
}

a:link, a:active, a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited {
}
a:hover {
}

/* ***************************************************** */
/* The style for the typography                          */
/* ***************************************************** */
h1 {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
	font-style: italic;
}
h4 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
h5 {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: right;
}
h6 {
	font-size: 0.75em;
}
.bold {
	font-weight: bold;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.white {
	color: #FFFFFF;
}

.whiteBig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
.greyBig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #999999;
	font-style: italic;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
.greySmall {
	color: #999999;
	text-align: center;
	font-weight: bold;
}
.blackBig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-style: italic;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
.imageCenterMargin {
	text-align: center;
	margin-bottom: 15px;
}
.noMargin {
	margin: 0px;
}
.marginTen {
	margin: 10px;
}
.marginFive {
	margin: 5px;
}

.marginTop {
	margin-top: 15px;
}
.marginTopTen {
	margin-top: 10px;
}

.marginBottom {
	margin-bottom: 15px;
}



.olNumbers li {
	list-style-type: decimal;
	margin-left: 30px;
	margin-bottom: 5px;
}
.ulDisk li {
	list-style-type: circle;
	margin-left: 15px;
}

#bgDDD {
	background-color: #DDDDDD;
}
#bgEEE {
	background-color: #EEEEEE;
}
#bgFFF {
	background-color: #FFFFFF;
}
#bg666 {
	background-color: #666666;
}
#bg333 {
	background-color: #333333;
}
.noDisplay {
	display: none;
}
.redText {
	color: #FF0000;
}
