#bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#line {
	background-image: url(images/black.GIF);
	background-repeat: repeat-y;
	background-position: 1px;
}
span {font-family: Arial, Helvetica, san-serif;
	font-size: 17pt;
	font-weight: bold;
	color: #ccccff;}
p {font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	width: 450px;
	text-align: justify;}
#header {font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	text-align: center;}
#footer {font-family: Arial, Helvetica, san-serif;
	font-size: 8pt;
	color: #333366;
	text-align: center;}	
ul {list-style-image: url("images/diamond.gif");
	text-align: left;}

a {font-family: Arial, Helvetica, san-serif;
	font-size: 11pt;
	font-weight: bold;}
a.reg {font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	font-weight: normal;}							
a:link { color: #333366; text-decoration: none }
a:active { color: #333366; text-decoration: none }
a:visited { color: #cc9966; text-decoration: none }
a:hover { color: #333366; font-size: 12pt;}

