a:link 			{color: #0000FF; text-decoration: none; border-bottom: none;}
a:visited 			{color: #0000FF; text-decoration: none; border-bottom: none;}
a:hover			{color: #444db3; text-decoration: none; border-bottom: 1px solid #444db3;}
a:active			{color: #444db3; text-decoration: none; border-bottom: 1px solid #444db3;}

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12pt;
	color: #000000;
	line-height: 19px;
	font-family: arial, verdana;
	background: #FFFFFF;
	}

#wrapper {
	margin: 30px auto;
	padding: 20px;
	text-align: center;
	border: 1px solid #000000;
	width: 700px;
	}

#wrapper td {
	text-align: left;
	}

h1	{
	font-size: 16pt;
	color: #FF0000;
	text-align: center;
	}

h2	{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	}	