<style>
		.throwaway {
 		}

		.main {
  			COLOR: #2F4F2F;
  			FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
  			FONT-SIZE: 13 px;
  			FONT-STYLE: NORMAL;
  			FONT-WEIGHT: NORMAL;
  			TEXT-DECORATION: NORMAL;
			margin-top: 0; 
			margin-bottom: 0
		}

		.main_small {
  			COLOR: #FFFFFF;
  			font-family: Tahoma, Verdana, Arial, Helvetica;
  			FONT-SIZE: 10px;
  			FONT-STYLE: NORMAL;
  			FONT-WEIGHT: NORMAL;
  			TEXT-DECORATION: NORMAL;
			margin-top: 0; 
			margin-bottom: 0
		}

		.main_small_green{
  			COLOR: #669966;
  			font-family: Tahoma, Verdana, Arial, Helvetica;
  			FONT-SIZE: 10px;
  			FONT-STYLE: NORMAL;
  			FONT-WEIGHT: NORMAL;
  			TEXT-DECORATION: NORMAL;
			margin-top: 0; 
			margin-bottom: 0
		}

		.main_small_green2 {
  			COLOR: #339966;
  			FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
  			FONT-SIZE: 10 px;
  			FONT-STYLE: NORMAL;
  			FONT-WEIGHT: NORMAL;
  			TEXT-DECORATION: NORMAL;
			margin-top: 0; 
			margin-bottom: 0
		}

		.main_large {
  			COLOR: #336633;
  			font-family: Verdana, Arial, Helvetica;
  			FONT-SIZE: 16px;
  			FONT-STYLE: NORMAL;
  			FONT-WEIGHT: NORMAL;
  			TEXT-DECORATION: NORMAL;
			margin-top: 0; 
			margin-bottom: 0
		}

		.main_link {
  			COLOR: #0000FF;
  			font-family: Verdana, Arial, Helvetica;
  			font-size: 11px;
  			FONT-STYLE: NORMAL;
  			FONT-WEIGHT: NORMAL;
  			text-decoration:none;
			margin-top: 0; 
			margin-bottom: 0
		}

		.main_white {
  			COLOR: #FFFFFF;
  			font-family: Tahoma, Verdana, Arial, Helvetica;
  			font-size: 11px;
  			FONT-STYLE: NORMAL;
  			FONT-WEIGHT: NORMAL;
  			TEXT-DECORATION: NORMAL;
			margin-top: 0; 
			margin-bottom: 0
		}

		.main_white_large {
  			COLOR: #FFFFFF;
  			font-family: Tahoma, Verdana, Arial, Helvetica;
  			font-size: 15px;
  			FONT-STYLE: NORMAL;
  			FONT-WEIGHT: NORMAL;
  			TEXT-DECORATION: NORMAL;
			margin-top: 0; 
			margin-bottom: 0
		}

		.menu {
			color:#000000;
			font-family:Tahoma, Verdana, Arial, Helvetica; 
			font-weight:bold;
			font-size: 10px;
		}
		
		.menu a{
			text-decoration:none;
			color:#000000;
		}

		.white_link {
			font-family:Tahoma, Verdana, Arial, Helvetica; 
			font-weight:bold;
			font-size: 11px;
		}

		.white_link a{
			text-decoration:none;
			color:#FFFFFF;
		}


		A:hover{
			color:#000000;
			font-style:normal;
			font-variant:normal;
			text-decoration:none;
		}

		.textfield {
			background-color: #ececec;
			font-family: verdana,arial,helvetica;
			font-size: 8pt;
			color: #000033
		} 
</style>