@charset "utf-8";

/* CSS Document */

body {
	background-color: #535A66;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 120%;
}

.style1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 150%;
	}

.style2 {color: #000000}
font-weight: bold;

.style3 {font-weight: bold}

.style4 {color: #FFFFFF}

.style5 {font-size: small}

paragraph {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-height: 110;
	}

h1 {
	font-size: 18px;
	color: #000000;
	padding: 8px 0 15px 0;
	margin: 0;
	}

h2 {
	font-size: 16px;
	color: #003366;
	}


h3 {
	font-size: 14px;
	color: #003366;
	}

h4 {
	font-size: 12px;
	color: #990000;
	}

h5 {
	font-size: 10px;
	color: #000000;
	}

h6 {
	font-size: 14px;
	color: #000000;
	}	
	
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
	}



a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	}

a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	}

a:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;

}



