			BODY
			{
				font-family: georgia;
				font-size: 14px
				color: #000000;			
			}
			
			INPUT
			{
				font-family: georgia;
				font-size: 14px
				color: #000000;
				background-color: #CFEAA6;
			}
			
			SELECT
			{
				font-family: georgia;
				font-size: 14px
				color: #000000;
				background-color: #CFEAA6;
				border: outset;
			}
			TD 
			{
				font-family: georgia;
				font-size: 14px;
				color: #000000;	
			}
			H1
			{
				font-family: georgia;
				font-size: 18px;
				color: #000000;
				text-align : center;
				font-weight : bold;
			}
			H2
			{
				font-family: georgia;
				font-size: 16px;
				color: #000000;
				font-weight : bold;
			}
			H3
			{
				font-family: georgia;
				font-size: 14px;
				color: #000000;
			}
			P
			{
				font-family: georgia;
				font-size: 14px;
				color: #000000;
			}
			LI
			{
				font-family: georgia;
				font-size: 14px;
				color: #000000;
			}
			A
			{
				font-family: georgia;
				font-size: 14px;
				color: #000000;
			}
			.content
			{
				font-family: georgia;
				font-size: 14px;
				color: #000000;
			}
			a.content
			{
				font-family: georgia;
				font-size: 14px
				color: #990000;
				text-decoration: none;
			}
			a.content:hover
			{
				font-family: georgia;
				font-size: 14px
				color: #000000;
				text-decoration: underline;
			}
		
			a.leftNav
			{
				font-family: georgia;
				font-size: 14px;
				text-decoration: none;
				color: #000000;
				font-weight: bold;
			}
			a.leftNav:hover
			{
				color: #666666;
			}
			
			a.leftNavThere
			{
				font-family: georgia;
				font-size: 14px;
				text-decoration: none;
				color: #666666;
				font-weight: bold;
			}
			a.leftNavThere:hover
			{
				color: #ffffff;
			}
			
			a.textButton
			{
				font-family: georgia;
				font-size: 14px;
				text-decoration: none;
				color: #000000;
				font-weight: bold;
				background-color:#CFEAA6; 
				padding: 2px;
				border-width: thin; 
				border-top: thin solid;
				border-right: thin solid;
				border-bottom: thin solid;
				border-left: thin solid;
			}
			a.textButton:hover
			{
				font-family: georgia;
				font-size: 14px;
				text-decoration: none;
				color: #000000;
				font-weight: bold;
				background-color:#efefef; 
				padding: 2px;
				border-width: thin; 
				border-top: thin solid;
				border-right: thin solid;
				border-bottom: thin solid;
				border-left: thin solid;"
			}
			#rightcol
			{
				float: left;
				width: 50%;
				vertical-align: top;
				margin-left: 10px;
			}
			#leftcol
			{
				margin-right: 10px;
				float: left;
				width: 50%;
				vertical-align: top;
			}