BODY
{
	background-image:		url(/images/_NON_GEN/BG.jpg);
	background-position: 	top center;
	background-repeat:		no-repeat;

	background-color:		#999966;
	scrollbar-base-color:	#999966;
	
	color: #000033;
	
	/*Keep scrollbar to prevent jumping */
	overflow-x: auto;
	overflow: 	-moz-scrollbars-vertical;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	
}

.main_content_td {
	background-repeat: 	no-repeat;
	padding: 10px 0 0 15px; 
	font-size: 14px;
    font-weight:bold;
	vertical-align: top;
    font-family:Geneva, Arial, Helvetica, sans-serif;
}

.page_text {
	font-size: 11pt;
	font-weight: bold;
}

.title_text {
	font-size: 13pt;
	font-weight: bold;
    font-style:italic;
}

.title_text_lg {
	font-size: 15pt;
	font-weight: bold;
    font-style:italic;
}

.footer_content {
	padding:		20px; 
	text-align: 	center;
	vertical-align: top;
}
	
    
.gp_title {
	font-style:italic;
    font-size:16px;
    color:#660033;
}

.gp_text {
	font-size: 14px;
    padding: 0 0 1em 0;
}

/** Decoration **/
.thin_black_border
{
	border: 1px solid #000000;
}
/** End decorations **/


/** Form Formatting **/
/** End Form Formatting **/


/** Formatting adjustments **/
h2 {
	margin-bottom: 10px;
}

.myTable {
	width: 90%;
	border-width: 4px 4px 4px 4px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

A:link {
	color: #660033;
}
A:visited {
	color: #660033;
}
A:active {
	color: #660033;
}
A:hover {
	color: #660033;
}

/** End Formatting adjustments **/
