/*-----BODY AND CJ LOGO STYLES CONTAINED HERE-----*/
BODY {
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Arial;
	font-size: 11pt;
	background-color: ;
	background-repeat:no-repeat;
	background-position: top center; }


/*-----NAVBAR STYLES CONTAINED HERE-----*/
ul.navbar {
	list-style-type: none;
	margin: 0px;
	position: fixed;
	top: 325px; 
	left: 0px;
	width: 150px;}

ul.navbar li {
	background: silver;
	margin: 1px;
	padding: 8px;}

ul.navbar a { text-decoration: none;}


/*-----HEADER STYLES CONTAINED HERE-----*/
h1 { 
	
	font-family: Arial;
	text-align: center; }

h2 {
	
	font-family: Arial;
	text-align: center; }

h3 { 
	
	font-family: Arial;
	text-align: center; }

p {	
	margin-left: 0px;
	margin-right:0px;
	font-family: Arial;
	font-size: 11pt; }

/*-----LINK STYLES CONTAINED HERE-----*/
a:link { 
	color: #2885BF;
	text-decoration: none;
	font-weight: Bold; }

a:visited { 
	color: 8c8c8c;
	text-decoration: none;
	font-weight: Bold; }

/*------IMG STYLES CONTAINED HERE-----*/


/*-----PAGE UPDATED STYLES CONTAINED HERE-----*/
address {
	margin-top: 1em;
	padding-top: 2em;
	border-top: solid white; }