body {
	background-color: #E6E6E6;
	font-family : Arial;
	font-size : 14px;

}

h1 {
	font-family : Arial;	
	font-size : 16px;
	line-height: 18px;
	color: #000000;
	text-align: center;
}

h2 {
	font-family : Arial;	
	font-size : 18px;
	line-height: 20px;
	color: #000000;
	text-align: center;
	padding: 20px 0 0 0;
}

h3 {
	font-family : Arial;	
	font-size : 15px;
	line-height: 18px;
	color: #FF0000;
	text-align: left;
}

p {
	font-family : Arial;	
	font-size : 14px;
	color: #000000;
}

a {
	font-family : Arial;	
	font-size : 14px;
	color: #520000;
}
	
a:hover {
	font-family : Arial;	
	font-size : 14px;
	color: #000000;

}

table {
	background-color: #FFFFFF;
	}

ul li {
	font-family : Arial;	
	font-size : 14px;
	color: #000000;
	}
	

.header {
	font-family : Arial;	
	font-size : 14px;
	color: #FFFFFF;
	background-color: #092B4d;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.header a {
	font-family : Arial;	
	font-size : 14px;
	color: #FFFFFF;
	background-color: #092B4d;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}
	
.header a:hover {
	font-family : Arial;	
	font-size : 14px;
	color: #092B4d;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

.copyright {
	font-family : Arial;	
	font-size : 10px;
	text-align: center;
}

.question {
	font-family : Arial;	
	font-size : 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}



