BODY
{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
H1
{
	font-size: 1.2em;
}
H2
{
	font-size: 1.4em;
}
H3
{
	font-size: 0.8em;
}
P
{
	font-size: 0.7em;
	line-height: 1.3;
}
LI
{
}
A
{
	color: #999999;
	text-decoration: none;
}
A:link
{
}
A:visited
{
}
A:hover
{
	text-decoration: underline;
}
A:active
{
}
HR
{
	color: #FFFFFF;
	height: 1px;
}
A.admin
{
	border: 1px solid #DCDCDC;
	padding: 0 3px;
	/*[disabled]margin-right:4px;*/
	cursor: pointer;
	text-decoration: none;
	color: #3C3C3C;
	line-height: 26px;
	font-size: 8pt;
}
A.admin:hover
{
	background-color: #E4EBF8;
}

