A:link, A:visited, A:active 

	{ 

	color: blue;

	font-family: arial;

	text-decoration: underline

	}

	

A.nav:link, A.nav:visited, A.nav:active 

	{ 

	color: #ffffff;

	font-family: arial;

	font-size: 12px;

	text-decoration: none;

	font-weight: normal

	}



A.nav:hover

	{

	text-decoration: underline;

	}


A.navon:link, A.navon:visited, A.navon:active 

	{ 

	color: #A9F6BB;

	font-family: arial;

	font-size: 12px;

	text-decoration: underline;

	font-weight: normal

	}

A.text:link, A.text:visited, A.text:active
	{ font-size: 12px; font-family: arial; color: #000000; text-decoration: none;}
	
A.text:hover
	{ color: #a93333; text-decoration: underline;}

BODY

	{

		font-family: arial;

		color: black;

		font-size: 12px;

		margin-top: 0px;

		margin-right: 0px;

		margin-left: 0px;

		margin-bottom: 0px;

		background: #B7C4A6;

	}

	

TD, P 

	{ 	

		color: #393939;

		font-family: arial;

		font-size: 12px

	}

	

.header 

	{ 	

		color: #009999;

		font-family: arial;

		font-size: 15px;

		font-weight: bold

	}


.white

	{ 	

		color: white;

		font-family: arial;
		

	}

.greenSmall

	{ 	

		color: #B7C4A6;
		font-family: arial;
		font-size: 9px

	}
	

.green

	{ 	

		color: #165F2C;
		
		font-family: arial;
		
		
	}

.red

	{ 	

		color: #a02020;
		
		font-family: arial;
		
		
	}
	
.txtBox

    {

		font-family: arial;

		color: black;

		font-size: 11px;

		margin-top: 0px;

		margin-right: 0px;

		margin-left: 0px;

		margin-bottom: 0px;

		padding-top: 0px;

		padding-right: 0px;

		padding-left: 5px;

		padding-bottom: 0px;

		height: 18px;

		background: #ffffff;

	}

	

.button

	{

	font-size: 11px;

	border: 1px solid #666666;

	}

	