body {
	background-color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	}
	
h1 {
	color: #ffffff;
	text-align: center;
	font-family: tahoma;
	font-size: 16px;
	text-shadow: #000000 0px 2px 2px;
	}
	
h2 {
	color: #ffffff;
	text-align: right;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #000000 0px 3px 3px;
	}
	
h3	{
	color: #ffffff;
	text-align: left;
	font-family: tahoma;
	font-size: 40px;
	font-weight: bold;
	text-shadow: #000000 0px 5px 5px;
	line-spacing: 18px;
	}
	
p {
	color: #000000;
	text-align: justify;
	font-family: tahoma;
	font-size: 12px;
	}
	
p.center {
	color: #000000;
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
	}
	
a:link	{
	color: #001b4e;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited	{
	color: #001b4e;
	text-decoration: none;
	font-weight: bold;
	}
	
a:active	{
	color: #0043c1;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover	{
	color: #0043c1;
	text-decoration: underline;
	font-weight: bold;
	}
	
a.header:link {
	color: #ffffff;
	text-decoration: none;
	}
	
a.header:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
a.header:active {
	color: #ffffff;
	text-decoration: underline;
	}
	
a.header:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
ul	{
	list-style-type: square;
	}

li	{
	color: #000000;
	text-align: justify;
	font-family: tahoma;
	font-size: 12px;
	}
	
div.image {
	float: left;
	margin: 5px 10px 0px 5px;
	}
	
div.imageholder	{
	float: center;
	}
	