/* CSS Document */

html {background-color: #ffffff;}

body {
	width: 800px;
	margin: 25px 25px 25px 25px;
	font-family: Arial, Helvetica, sans-serif; font-size:12px;
	color: #333333; text-align: left;
	background-color:#ffffff;
}

p {
	font-weight: normal; text-align:justify;
	padding: 2px 0px 2px 0px;
}
h1 {font-size: 20px; font-weight:bolder; text-align:left; color:#197F33; padding: 0px 0px 0px 0px;}
h2 {font-size: 16px; font-weight:bold; text-align:left; color: #197F33; padding: 0px 0px 0px 0px;}
h3 {font-size: 14px; font-weight:bold; text-align:left; color: #197F33; padding: 0px 0px 0px 0px;}

a {
	text-decoration: none;
	}
a:link {
	font-weight: bold;
	color:#0096e5;
	}
a:visited {
	font-weight: bold;
	color:#0096e5;
	}
a:hover {
	font-weight: bold;
	color:#197F33;
	}
hr {color:#0096e5
    }
li {
	font-weight: normal;
	padding: 2px 0px 2px 0px;
    }
