A:link, A:visited, A:active 
	{ 
	color: #0a7dac;
	text-decoration: underline
	}

A:hover
	{
	text-decoration: underline
	}
	
	
A.navbar:link, A.navbar:visited, A.navbar:active 
	{ 
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
	}
	
A.navbarOn:link, A.navbarOn:visited, A.navbarOn:active 
	{ 
	color: #332d2f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	
A.navbar:hover
	{
	text-decoration: underline
	}
	
A.leftbar:link, A.leftbar:visited, A.leftbar:active 
	{ 
	color: white;
	text-decoration: none;
	font-size: 12px
	}
	
A.leftbarOn:link, A.leftbarOn:visited, A.leftbarOn:active 
	{ 
	color: #BFB191;
	text-decoration: none;
	font-size: 12px
	}
	
A.leftbar:hover
	{
	text-decoration: underline
	}
	
	
A.textlink:link, A.textlink:visited, A.textlink:active 
	{ 
	color: #332d2f;
	text-decoration: none;
	font-size: 13px
	}
	
A.textlinkOn:link, A.textlinkOn:visited, A.textlinkOn:active 
	{ 
	color: #BFB191;
	text-decoration: none;
	font-size: 13px
	}
	
A.textlink:hover
	{
	text-decoration: underline
	}
		
A.tinytextlink:link, A.tinytextlink:visited, A.tinytextlink:active 
	{ 
	color: #332d2f;
	text-decoration: none;
	font-size: 10px
	}
	
A.tinytextlinkOn:link, A.tinytextlinkOn:visited, A.tinytextlinkOn:active 
	{ 
	color: #BFB191;
	text-decoration: none;
	font-size: 10px
	}
	
A.tinytextlink:hover
	{
	text-decoration: underline
	}
	
A.footer:link, A.footer:visited, A.footer:active 
	{ 
	color: white;
	text-decoration: none;
	font-size: 10px
	}
		
BODY
	{
		font-family: arial;
		color: #332d2f;
		font-size: 12px;
		background: white;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
TD, P 
	{ 	
		color: #332d2f;
		font-family: arial;
		font-size: 13px;
		
	}
	
h1

	{ 	
		color: #332d2f;
		font-family: arial;
		font-size: 22px;
		font-weight: bold;
		
	}
	
h2

	{ 	
		color: #ffffff;
		font-family: arial;
		font-size: 15px;
		font-weight: bold;
		line-height: 11px;
	}
	
.headerGreen
	{
		color: #332d2f;
		font-size: 20px;
		font-weight: bold;
	}
	
.headerWhite
	{
		color: #003399;
		font-size: 16px;
		font-weight: bold;
	}
	
.greybox    
	{
		background: #4D4A45;
		font-weight: bold;
		border-bottom: 1px solid #000000;
		padding: 7px;
		padding-left: 20px;
	}
	
.greenbox    
	{
		background: #8dc540;
		font-size: 14px;
		color: white;
		font-weight: normal;
		border-bottom: 1px solid #000000;
		padding: 7px;
		padding-left: 20px;
	}
	
.lightgreybox    
	{
		font-weight: normal;
		color: white;
		font-size: 11px;
		padding: 10px;
		padding-left: 20px;
	}
	
.smalltext
	{
		color: black;
		font-size: 11px;
	}
	
.smallGreen
	{
		color: #034C04;
		font-size: 12px;
		font-weight: bold;
	}

.smallGrey
	{
		color: #888887;
		font-size: 11px;
	}
	
.smallBlue
	{
		color: #0a7dac;
		font-size: 20px;
		font-weight: bold;
	}
	
.blue
	{
		color: #0a7dac;
		font-size: 13px;
		font-weight: bold;
	}

.tiny
	{ 	
		color: #332d2f;
		font-family: arial;
		font-size: 10px;
		
	}	

.footer
	{ 	
		color: white;
		font-family: arial;
		font-size: 10px
	}

