/* Default Styles */
body {
	margin: 0;
	padding: 0;
	background-color: #FCF8EC;
	color: #000000;
}
body,p,td,div,small,textarea,input,select {
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

body,p,td,textarea,input,select {
	font-size: 11px;
}

small {
	font-size: 10px;
}

p,ul,div,li {
	margin: 5px 0px 5px 0px;
}

h1 {
	font-size: 15px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #FE9D1D;
}

h2 {
	font-size: 12px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #FE9D1D;
}

h3 {
	font-size: 10px;
	margin: 10px 0px 10px 0px;
	color: #FE9D1D;
}

sup {
	font-size: 8px;
}

div#content {
	width: 952px;
	margin: 0 auto;
	padding: 0;
	background-image: url(cbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
}

div#contentb {
	width: 952px;
	height: 18px;
	margin: 0 auto;
	padding: 0;
	background-image: url(cbge.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

div#footer {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	font-size: 9px;
	text-align: right;
}

div.ez-li {
	text-decoration: none;
	color: #FD9D00;
	margin: 0 auto;
	padding: 20px 42px 8px 18px;
	font-size: 10px;
}

td.content {
	padding: 20px 10px 10px 10px;
}

td.rightbox {
	padding: 20px 10px 10px 10px;
}

td.rbox1 {
	border-top: 0 none;
	border-right: 1px #FE9D1D solid;
	border-bottom: 0 none;
	border-left: 0 inherit;
}

td.rbox2 {
	padding: 0 0 0 5px;
	font-size: 10px;
}

.content a {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #288194;
}

a.link {
	text-decoration: none;
	color: #AF2715;
	border-color: #AF2715;
	border-width: 0px 0px 1px 0px;
	border-style: none none dashed none;
}

a:hover { text-decoration: underline; }

p {
	padding: 0px;
	margin: 10px 0 0 0;
}

.alert {
	color: #DD0000;
}

@media screen {
	.onscreen {
		display: true;
	}
	div.onscreen {
		display: true;
		margin: 0;
		padding: 0;
	}

	.onpaper {
		display: none;
	}
}

@media print {
	.onscreen {
		display: none;
	}

	.onpaper {
		display: true;
	}

}
