/* CSS Document */

.componentheading {
	color: #FF7C42;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;

}


.contentheading {
	height: 30px;
	color: #FF7C42;
	text-indent: 15px;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
td {
	font-size: 12px;
	line-height: 18px;
}

.page_bg {
	background: #121A1D url(../images/bg.gif) repeat;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	border: 0px;
}
