		A:LINK {
			color : Red;
			text-decoration : underline;
			font-weight:normal;
			font-size:11pt;
		}

		A:VISITED {
			color : Red;
			text-decoration : underline;
			font-weight:normal;
			font-size:11pt;
		}
		A:HOVER {
			color:#990000;
			text-decoration : underline;
			font-weight:normal;
			font-size:11pt;
			

		}
		
		
		BODY {
			text-align : left;
			border : 0px;
			margin:0px;
			background-color:WHITE;
			font-family:Verdana, serif;
			font-size : 11pt;
			color:Black;		
			
		}
		
		
				
		
		H1{
		font-size:14pt;
		color:#598bbf;	
		font-family:Verdana, serif;
		}
		
		H2{
		font-size:11pt;
		font-weight:bold;
		text-decoration:underline;
		color:Black;	
		}
		
			
		P {
			margin-left : 10px;
			line-height:20px;
			font-size:11pt;

		}

		P:first-letter {
			padding-left : 5px;
		}

		TD {
			font-size : 11pt;
			font-family:Verdana, serif;
			
		}

		sup {
			font-size : 11pt;
		}
		
		INPUT{
		font-family: Verdana, Helvetica, sans serif;
		font-size:10px;
		background-color:WHITE;
		}
		
		SELECT{
		font-family: Verdana, Helvetica, sans serif;
		font-size:10px;
		border:solid black 1px;
		background-color:WHITE;		
		}
						
		TEXTAREA{
		font-family: Verdana, Helvetica, sans serif;
		font-size:10px;
		border:solid black 1px;
		background-color:WHITE;		
		}
		
			
		code {
		font-size: 13px;
		color: #669900;
		background: transparent;
		border-bottom: dotted 1px #960;
		cursor: help;
		}
		
		a.topmenu:link{
			background-color: White;
			color:black;

		}

		a.topmenu:visited{
			background-color: White;
			
			
		}
		
		a.topmenu:hover{
			background-color: #33ffff;
			
		}
		
		a.news:link{
			color: Black;
			font-size:10px;
		}

		a.news:visited{
			color: Black;
			font-size:10px;
		}
		a.news:hover{
			color: Red;
			font-size:10px;
		}
		
		a.topsublinks:link{
			color: #cc6600;
			font-size:10px;
		}

		a.topsublinks:visited{
			color: cc6600;
			font-size:10px;
		}
		a.topsublinks:hover{
			color: #ff9900;
			font-size:10px;
		}
		
			
		a.footerlinks:link{
			color: #3333cc;
			font-size:11pt;
		}

		a.footerlinks:visited{
			color: #3333cc;
			font-size:11pt;
		}
