
/* Style sheet for printing pages                 */
/* Bruce Sharp - Mekong.Net - Updated: 20071018   */
/* --------------------------------------------------------------------*/


/* Body display settings below -----------------------------*/

body {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}



/* Misc style settings below -------------------------------*/

a {
	text-decoration: none;
}


a:link {
	color: #0000ff;
}


a:visited {
	color: #0099ff;
}


a:active {
	color: #0000ff;
}


h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
}


hr {
	border: 0;
	color: #006da8;
	height: 1px;
	width: 100%;
	text-align: center;
}


img {
	border-width: 0;
}



/* ID selectors below --------------------------------------*/


#content {
	background-color: #ffffff;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#noPrint {
	display: none;
}

/* Class selectors below -----------------------------------*/

.center {
	text-align:center;
}


.leftAlign {
	float: left;
	text-align: left;
}

.rightAlign {
	float: right;
	text-align: right;
}

.smTextSubtleRight {
	color: #cccccc;
	font-size: 8pt;
	text-align: right;
}


