body  {	
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 9pt;				
	background-color: #777EAD;
	background-image: url(/images/bg_image.gif);
	background-repeat: repeat-x;
	/*  margin: top right bottom left */
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;	
}
							
td {	
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 9pt;
	color: #0B0B83
}
			

H1 {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1C74A2;
	/*  margin: top right bottom left */
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}
			
H2 {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #1C74A1;				
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;;
}
			
H3 {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0B0A84;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H4 {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #ffffff;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H5 {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #F02A90;
	/*  margin: top right bottom left */
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H6 {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #1C74A1;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* *************************************
HTML LINK STYLES BELOW
/* ********************************** */
									
a:link {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	color: #0B0B83;
	font-weight: bold;
}

a:visited {	
	text-decoration: underline;
	color: #0B0B83;
	font-size: 9pt;
	font-weight: bold;
}

a:hover {	
	text-decoration: underline;
	color: #1C74A1;
	font-size: 9pt;
}
								
a:active {	
	text-decoration: underline;
	color: #1C74A1;
	font-size: 9pt;
}		


/* *************************************
CUSTOM STYLES BELOW
/* ********************************** */

.credits {	
	font-size: 7pt;
	color: #0B0A84;
	/*  margin: top right bottom left */
	margin: 0px auto 0px auto;
	padding: 10px 0px 20px 0px;;
}

.cr {	
	font-size: 7pt;
	color: #0B0A84;
	/*  margin: top right bottom left */
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;;
}
				
a.cr:link {	
	text-decoration: underline;
	color: #0B0A84;
	font-size: 7pt;
	/*  margin: top right bottom left */
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;;
}

a.cr:visited {	
	text-decoration: underline;
	color: #0B0A84;
	font-size: 7pt;
}

a.cr:hover {	
	text-decoration: underline;
	color: #000000;
	font-size: 7pt;
}

a.cr:active {	
	text-decoration: underline;
	color: #000000;
	font-size: 7pt;
}

hr {
	text-align: left;
	width: 100%;
	height: 1px;
	background-color: #0B0A84;
	border: none;
	/*  margin: top right bottom left */
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
		
.content {	
	background-color: #FFFFFF;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 10px 25px 10px 25px;	
}

.white {	
	background-color: #FFFFFF;
}


.left {	
	background-image: url(/images/bg_left.gif);
	background-repeat: repeat-x;	
}

.right {	
	background-image: url(/images/bg_right.gif);
	background-repeat: repeat-x;	
}