/* CSS Document */
body {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #eff3f5
}

h1 {
	font-size: 15px;
	color: #435985;
	font-family: Arial;
	font-weight: bold;
	margin-left: 22px;
	margin-top: 16px;
	margin-bottom: 15px;
	text-align: left;
}

h2 {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin-left: 22px;
}
h3 {  
	font-family: Arial;
	font-size: 14px;
	color: #435985;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 5px;
	text-align: left;
}

p {
	font-family: Arial;
	color: #435985;
	margin-left: 22px;
	font-size: 12px;
	line-height: 1.4em;
}

td {
	font-family: Arial;
	font-size: 12px;
	color: #435985;
}

p a:link {  
	font-family: Arial; 
	font-size: 12px; 
	color: #435985;
	text-decoration: none;
	font-weight: normal;
}

p a:visited {  
	font-family: Arial; 
	font-size: 12px; 
	color: #435985;
	text-decoration: none;
	font-weight: normal;
}

p a:hover {  
	font-family: Arial; 
	font-size: 12px; 
	color: #89325f;
	text-decoration: underline;	
	font-weight: normal;	
}

a:active {
	text-decoration: none;
	color: #89325f;
}
a:link {
	text-decoration: none;
	color: #435985;
}
a:visited {
	color: #435985;
	text-decoration: none;
}
a:hover {
	color: #89325f;
	text-decoration: underline;
}


li {
	font-family: Arial;
	font-size: 12px;
	color: #435985;
	text-decoration: none;
	margin-left: 8px;
	line-height: 1.4em;
}

li a {  
	font-family: Arial; 
	font-size: 12px; 
	color: #435985;
	text-decoration: underline;	
}
li a:active {
	font-family: Arial;
	font-size: 12px;
	color: #89325f;
	text-decoration: underline;
}

li a:hover {  
	font-family: Arial; 
	font-size: 12px; 
	color: #89325f;
	text-decoration: underline;	
}

li a:link {
	font-family: Arial;
	font-size: 12px;
	color: #435985;
	text-decoration: none;
}

li a:visited {  
	font-family: Arial; 
	font-size: 12px; 
	color: #435985;
	text-decoration: none;		
}

