A:link, A:visited, A:active 
	{ 
	color: blue;
	font-family: arial;
	text-decoration: underline
	}

A:hover
	{
	text-decoration: underline
	}

A.navbar:link, A.navbar:visited, A.navbar:active 
	{ 
	color: white;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	}
	
A.navbar:hover
	{
	text-decoration: underline
	}
	
A.navbar2:link, A.navbar2:visited, A.navbar2:active 
	{ 
	color: yellow;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	}
	
A.navbar2:hover
	{
	text-decoration: underline
	}
	
A.footer:link, A.footer:visited, A.footer:active 
	{ 
	color: white;
	font-family: arial;
	font-size: 11px;
	text-decoration: none
	}
	
A.footer:hover
	{
	text-decoration: underline
	}
		
BODY
	{
		font-family: arial;
		color: #020d44;
		background: url(images/background.gif) repeat-x #666666;
		margin: 10px;
	}
	
TD, P 
	{ 	
		color: #020d44;
		font-family: arial;
		font-size: 12px
	}
	
h1   
	{
		color: #cc0000;
		font-size: 18px;
		font-style: bold;
		margin: 0px;
	}
	
h2  
	{
		color: #020d44;
		font-size: 18px;
		font-style: bold;
		margin: 0px;
	}
	
h3   
	{
		color: yellow;
		font-size: 18px;
		font-weight: normal;
		margin: 0px;
	}
	
h4   
	{
		color: #020d44;
		font-size: 15px;
		font-weight: bold;
		margin: 0px;
	}
	
h5   
	{
		color: #cc0000;
		font-size: 14px;
		font-weight: bold;
		margin: 0px;
	}

h6   
	{
		color: #66666;
		font-size: 10px;
		font-weight: normal;
		margin: 0px;
	}

h7   
	{
		color: #020d4;
		font-size: 16px;
		font-weight: normal;
		margin: 0px;
	}

h8   
	{
		color: #020d4;
		font-size: 14px;
		font-weight: normal;
		margin: 0px;
	}

h9   
	{
		color: #020d4;
		font-size: 8px;
		font-weight: normal;
		margin: 0px;
	}



	
.contact 
	{
		color: yellow;
		font-size: 15px;
		font-weight: normal;
		margin: 0px;
	}
	
.middleShadow
	{
		background: url(images/middle_shadow.gif) repeat-x;
	}
	
.before    
	{
		color: #ffffff;
		font-size: 18px;
	}
	
.field    
	{
		border: 1px solid black;
		font-size: 10px;
		font-family: arial;
		width: 90px
	}

.indented
	{
		padding-left: 20pt;
	}

.rightbar
	{
		border-right: 1px solid black; 
		background: url(images/rightbar_bg.gif) repeat-x #010539;
		width: 299px;
	}
ul
	{
	line-height: 20px;
	}
	
ol
	{
	margin-bottom: 20px;
	}


.footer
	{ 	
		color: white;
		font-family: arial;
		font-size: 10px;
	}
	
.hazamproductions
	{ 	
		color: white;
		font-family: arial;
		font-size: 10px;
		text-align: left;
		padding: 15px;
	}
	
img 
	{
	border: 0px;
	}