

	h1 {
		color: #886BA9;
		font-family: Georgia, Verdana;
		font-weight: none;
		font-size: 20px;
		border-bottom: 1px solid #9DBC54;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	h2 {
		color: #886BA9;
		font-family: Georgia, Arial;
		font-weight: bold;
		font-size: 18px;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h3 {
		color: #719C42;
		font-family: Georgia, Arial;
		font-weight: bold;
		font-size: 15px;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h4 {
		color: #997EB9;
		font-family: Arial;
		font-weight: bold;
		font-size: 13px;
		margin-left: 15px;
		margin-right: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #95BE68;
	}
	h5 {
		color: #5E3D83;
		background-color: #EBE2F7;
		font-family: Arial;
		text-align: center;
		font-weight: bold;
		font-size: 13px;
		margin-right: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	p {
		color: #000000;
		font-family: Arial;
		font-size:12px;
		margin-left : 15px;
		margin-right : 15px;
		margin-top : 5px;
		margin-bottom : 5px;
	}
	li {
		color: #4F5C41;
		font-family: Arial;
		font-size: 12px;
		margin-left : 30px;
	}
	blockquote {
		color: #2E2E2E;
		font-size: 12px;
		font-family: Arial;
	}
	.navlist {
		color: #62823E;
		font-family: Verdana;
		font-size: 12px;
		font-weight: normal;
	}
	
	.strongnavlist {
		color: #62823E;
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
	}

/* Custom Styles */
	
	#Leftmenu {
		color: #ffffff
		font-size: 12px;
		font-family: Arial;
		text-decoration: none;
		font-weight:bold;
		border: thinfff;
	}
	#Leftmenu a:link {
		font-size: 12px;
		width: 125px;
		color: #ffffff;
		text-decoration: none;
	}
	#Leftmenu a:hover {
		color: #ffffff;
		font-size: 12px;
		width: 125px;
		text-decoration: none;
	}
	#Leftmenu a:active {
		color: #ffffff;
		font-size: 12px;
		width: 125px;
		text-decoration: none;
	}
	#Leftmenu a:visited {
		font-size: 12px;
		color: #ffffff;
		width: 125px;
		text-decoration: none;
	}
		
	
	.Leftmenu {
		color: #ffffff
		font-size: 12px;
		font-family: Arial;
		text-decoration: none;
		font-weight:bold;
		border: thinfff;
	}
	.Leftmenu a:link {
		font-size: 12px;
		width: 125px;
		color: #ffffff;
		text-decoration: none;
	}
	.Leftmenu a:hover {
		color: #ffffff;
		font-size: 12px
		width: 125px;
		text-decoration: none;
	}
	.Leftmenu a:active {
		color: #ffffff;
		font-size: 12px;
		width: 125px;
		text-decoration: none;
	}
	.Leftmenu a:visited {
		font-size: 12px;
		color: #ffffff;
		width: 125px;
		text-decoration: none;
	}
	.linktitle
	{
		background-color: #d2bcec;
		border-top: solid 1px white;
		border-bottom: solid 1px white;
		color: #736187;
		font: bold 12px/16px Verdana;
		padding-left: 2px;
	}

	.leftMenuItem,
	.leftMenuItemOver
	{
		border-bottom: solid 1px #d2bcec;
		padding-bottom: 1px;
		margin-top: 1px;
	}
	
	.leftMenuItemOver
	{
		background: url(/images/96/template/menu_hover.gif) repeat-x;
		cursor: pointer;
	}
	
	.leftMenuItem a:hover,
	.leftMenuItemOver a:hover
	{
		background: none;
	}

