h1	{			font-family: arial;		
				font-size: 14pt;
				font-weight: bold;
				color: #45558b;
				font-smooth: always;
	}
	

h2	{			font-family: arial;		
				font-size: 12pt;
				font-weight: bold;
				color: #4d729c;
				font-smooth: always;
}
	

h3	{			font-family: verdana;		
				font-size: 9pt;
				font-weight: bold;
				color: #1B2958;
				font-smooth: always;
}

h4	{			font-family: tahoma,sans-serif;		
				font-size: 7pt;
				font-weight: bold;
				color: #FFFFFF;
				font-smooth: always;
				text-transform: uppercase;
				background-color: #1B2958;
				padding: 3px;
	
}

h5	{			font-family: tahoma,sans-serif;		
				font-size: 8pt;
				font-weight: bold;
				color: #FFFFFF;
				font-smooth: always;
				text-transform: uppercase;
				background-color: #666666;
				padding: 5px;
	
}
	
			
a:link 		{	color: #1b2958;
				text-decoration: none;
}

a:hover {
				color: #416D8E;
}


a:visited 	{	COLOR: #45558b;
				text-decoration: none;
}


			
TH			{	font-family: verdana;		
				font-size: 8pt;
				font-weight: bold;
				color: #FFFFFF;
				font-smooth: always;
				background-color: #1B2958;
				text-align: left;
}

TR			{	

				font: 80% tahoma,sans-serif;
				color: #333333;
				line-height:1.5em;

}


HR			{	color: #999999;
				border-style: solid;
				border-width: thin; 
			
}

BLOCKQUOTE	{	margin-left: 20px;
				margin-right: 10px;
}

/*Rules for left side navigation*/


#lselect {

				padding: 7px;
				margin: 8px;

}

#linkList{		width: 193px;
				position: absolute;
				top: 190px;
}

#linkList ul {	margin: 0px;
				padding: 0px;

}

#linkList li {
				list-style-type: none;
				display: block;
				margin: 0 0 0;
				padding: 1px;
				border-bottom: 1px dotted #000;
}