BODY {
	font-family:Arial,sans-serif;
	font-size: 11px;
	background-color : transparent;
	background : transparent;
	background-image : none;
	background-attachment : fixed;
	background-position : top;
	background-repeat : no-repeat;
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: green;
	SCROLLBAR-3DLIGHT-COLOR: green;
	SCROLLBAR-ARROW-COLOR: green;
	SCROLLBAR-TRACK-COLOR: green;
	SCROLLBAR-DARKSHADOW-COLOR: green;
	}

A:LINK {
	background : transparent;
	text-decoration : underlined;
	border : none;
	color: Green;
	font-size : 13pt;
	font-style : normal;
}

A:VISITED {
	background : transparent;
	text-decoration : underlined;
	border : none;
	color: Green;
	font-size : 13pt;
	font-style : normal;
}


A:HOVER {
	background : transparent;
	text-decoration : none;
	border : none;
	color: Lime;
	font-size : 13pt;
	font-style : normal;
}


h1 {
	font-size: 22px;
	font-weight: bold;
	color: Green;
	font-style : italic;
	}
	
h2 {
	font-size: 18px;
	color: green;
}
	
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 14px;
	color: #00000;
}


h5 {
	font-family:Arial,sans-serif;
	font-size:16pt;
	color: Green;
	font-style : normal;
}
h6 {
	font-family:Arial,sans-serif;
	font-size: larger;
	font-weight: normal;
	color: Green;
	font-style : normal;
}

img {
	border: none;
}

a:href {
	border: none;
}

.imgDescription {
	color: #009900;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

