img.floatLeft { 
    float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px; 
}
img.floatRight { 
    float: right; 
    margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
}

/* 
---------------------------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* 
---------------------------------------------------------- */

td.top {background:#FFFFFF url(images/top.jpg); height: 221px;}
td.bgtop {background:#FFFFFF url(images/bgtop.gif); height: 221px;}
td.left {background:#FFFFFF url(images/left.gif);}
td.right {background:#FFFFFF url(images/right.gif);}
td.bgmiddle {background:#FFFFFF url(images/bgmiddle.gif); height: 41px;}
td.bgmiddleleft {background:#FFFFFF url(images/bgmiddleleft.gif); height: 41px;}
td.bgmiddleright {background:#FFFFFF url(images/bgmiddleright.gif); height: 41px;}
td.bgmiddlecenter {background:#FFFFFF url(images/bgmiddlecenter.gif); height: 41px;}
td.bgmenu {background:#FFFFFF url(images/bgmenu.gif); height: 482px;}
td.bgbottom {background:#FFFFFF url(images/bgbottom.gif); height: 100px;}
td.sep {background:#FFFFFF url(images/sep.gif);}

/* 
---------------------------------------------------------- */

A {
	FONT-SIZE: 12px; COLOR: #34a522; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: underline
}
A:hover {
	FONT-SIZE: 12px; COLOR: #34a522; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
}
A:active {
	FONT-SIZE: 12px; COLOR: #34a522; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
}

/* 
---------------------------------------------------------- */

.main {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #5d788c; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; line-height:27px;
}

/* 
---------------------------------------------------------- */

.maingreen {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #34a522; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; line-height:27px;
}

/* 
---------------------------------------------------------- */

.white {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none;
}
A.white {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: underline
}
A.white:visited {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: underline
}
A.white:hover {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
}
A.white:active {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
}

/* 
---------------------------------------------------------- */

.header {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #34a522; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; line-height:30px;
}

/* 
---------------------------------------------------------- */

h1 {
	font-family: Arial, sans-serif;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px;
	text-transform: uppercase;
	color: #34a522;
	letter-spacing: 1px;
	padding: 2px 0 5px 0px;
	border-bottom: 1px solid #b8d4ef;
}

/* 
---------------------------------------------------------- */

/* 
---------------------------------------------------------- */


#button {
	width: 190px;
	border-right: 0px solid #ffffff;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Arial, sans-serif;
	  FONT-WEIGHT: bold;
	  FONT-SIZE: 12px;
	background-color: none;
	color: #2c749d;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #b8d4ef;
		margin: 0;
		}
		
		#button li a {
		display: block;
		padding: 10px 5px 5px 0.5em;
		background-color: none;
		color: #2c749d;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}
		
		

	#button li a:hover {
		background-color: #e9f0f6;
		color: #2c749d;
		}
		
/* 
---------------------------------------------------------- */


ul.bullets {
	margin:0 0 20px 10px;
	padding:0;
	list-style:none;

}

ul.bullets li {
	width:94%;
	display:block;
	background:url(images/v.jpg) top left no-repeat;
	margin:3px 0 0 3px;
	padding:0px 0 8px 22px;
	border-bottom:1px solid #b8d4ef;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 12px;
}

---------------------------------------------------------- */



ol.bullets {
	margin:0 0 20px 10px;
	padding:0;
	list-style:none;

}

ol.bullets li {
	width:94%;
	display:block;
	margin:3px 0 0 3px;
	padding:0px 0 8px 22px;
	border-bottom:1px solid #b8d4ef;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 12px;
}

---------------------------------------------------------- */