/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: left;
}

a	{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	}

a:link	{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #E23189;
	text-decoration: none;
}

a:active {
	color: #E23189;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	color: #E23189;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #FFFFFF;
	font-style:italic;
}

h4 {
	font-size: 10px;
	color: #E23189;
	font-weight: bold;
}

hr	{
	color: #E23189;
	height: 1px;
}
