/* CSS Document */

body
	{
		background-image: url(background2.gif);
	}
	
h1
	{
		font-size: 11px;
		font-family: Lucida sans, Verdana, Garamond, Courier New;
		color: #1c1c1c;
		font-style: normal;
		font-weight: normal;
	}
	
h2
	{
		font-size: 12px;
		font-family: Lucida sans, Verdana, Garamond, Courier New;
		color: #1c1c1c;
		font-style: normal;
		font-weight: normal;
	}
	
h3
	{
		font-size: 18px;
		font-family: Lucida sans, Verdana, Garamond, Courier New;
		color: #C75e25;
		font-style: normal;
		font-weight: Bold;
	}
	
h4
	{
		font-size: 12px;
		font-family: Lucida sans, Verdana, Garamond, Courier New;
		color: #1c1c1c;
		font-style: normal;
		font-weight: bold;
	}
	
h5
	{
		font-size: 12px;
		font-family: Lucida sans, Verdana, Garamond, Courier New;
		color: #0b6187;
		font-style: normal;
		font-weight: normal;
	}
	
h6
	{
		font-size: 9px;
		font-family: Lucida sans, Verdana, Garamond, Courier New;
		color: #1c1c1c;
		font-style: normal;
		font-weight: normal;
	}
p
	{
		font-size: 18px;
		font-family: Lucida sans, Verdana, Garamond, Courier New;
		color: #0b6187;
		font-style: normal;
		font-weight: normal;
	}
ul
	{
		font-size: 10px;
		font-family: Lucida Sans, Verdana, Garamond, Courier New;
		color: #1c1c1c;
		font-style: normal;
		font-weight: normal;
	}
	
a:link
	{
		font-size: 12px;
		font-family: Lucida Sans, Garamond, Courier New;
		color: #0b6187;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
	}
	
a:active
	{
		font-size: 12px;
		font-family: Lucida Sans, Garamond, Courier New;
		color: #1f74ad;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
	}
	
a:visited
	{
		font-size: 12px;
		font-family: Lucida Sans, Verdana, Garamond, Courier New;
		color: #1c1c1c;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
	}
