body {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, Geneva;
	font-size: 9pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	line-height: 1.6em;
}
/* PNGFIX */
img { behavior:url(/style/iepngfix.htc); }


.hidePrint {
	display: block;
}
.hideScreen {
	display: none;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
	line-height: 1.6em;
	font-size: 9pt;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, Geneva;
}
blockquote {
	margin: 30px 0 0;
	background-color: #e1e1e1;
	padding: 10px;
	font: italic 1.3em/1.5em Georgia, "Times New Roman", Times, serif;
}
input, textarea, select {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, Geneva;
	font-size: 9pt;
	color: #333333;
	line-height: normal;
	background-color: #FFF0E6;
}

a:link, a:active {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #ca6700;
	text-decoration: none;
}

a:hover {
	color: #fd9a00;
}

.small {
	font-size: 8pt;
	line-height: 1.6em;
}
.large {
	font-size: 16pt;
	line-height: 1.2em;
}

h1 {
	margin-bottom: 0.5em;
	color: #F7941E;
	margin-top: 0;
	font: normal 3em/normal "Eurostile", Helvetica, Arial, Verdana, Geneva;
}
h2 {
	margin-bottom: 0.5em;
	color: #ED1C24;
	margin-top: 0.5em;
	font: normal 1.8em/normal "Eurostile", Helvetica, Arial, Verdana, Geneva;
	letter-spacing: normal;
}
h3 {
	font-weight: bold;
	color: #666666;
	margin-bottom: 0em;
	margin-top: 1em;
	font-size: 1.4em;
}
h4 {
	font-weight: bold;
	color: #333333;
}

ul, ol {
	list-style-position: outside;
	padding: 0px;
	margin-left: 1.7em;
	margin-top: 0em;
	margin-bottom: 1em;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}

hr {
	width: 100%;
	height: 0;
	margin: 20px 0;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
}
.warning {
	color: #FF0000;
}

.invert {
	font-size: 9pt;
	color: #FFFFFF;
}
.desc {
	font-size: 7pt;
	text-align: center;
	font-style: italic;
	line-height: 1em;
}
.arrangeRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.arrangeLeft {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boxUp {
	text-align: justify;
	padding: 15px;
	color: #333399;
	line-height: normal;
	border: 1px solid #333399;
	margin: 15px;
	background-repeat: no-repeat;
}
.clearFix {
	clear: both;
}
.xsmall {
	font-size: 7pt;
}
div.centerBox {
	text-align: center;
}
a.extLink {
	color: #ACACAC;
}
a.extLink:hover {
	color: #666666;
}

.monospace {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	background-color: #FFFFFF;
}
