@font-face 
{
	font-family: elegant; 
	src: url('UltimaPDac-UltraLight.ttf');
}

body
{
	background-color:#ffffff;
	font-family:elegant, sans-serif;
}


h1
{

	font-family:"elegant", sans-serif;
	color:#444444;
	font-size:30px;
	text-align:center;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h2
{

	font-family:"elegant", sans-serif;
	color:#333333;
	font-size:20px;
}

h3
{

	font-family:"elegant", sans-serif;
	color:#333333;
	font-size:18px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

p
{
	font-family:elegant, sans-serif;
	color:#666666;
	font-size:14px;
	margin-top:0px;
}

table.main
{
	width:800px;
	background-color:#ffffff;
}


A{ text-decoration: none; }

a:link
{
	color:#666666;
    text-decoration: none;
}
a:visited
{
	color:#666666;
    text-decoration: none;
}
a:focus
{
	color:#666666;
    text-decoration: none;
}
a:hover
{
	color:#cccccc;
    text-decoration: none;
}

