body
{
	font-family:				Verdana;
	font-size:					11px;
	height:						100%;
	margin:						0px;
	padding:					0px;
}

table
{
	border-collapse:			collapse;
	font-size:					11px;
}

h1
{
	font-size:					24px;
}

h2
{
	font-size:					18px;
}

h3
{
	font-size:					14px;
}

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

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

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

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

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

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

p.msg
{
	font-weight:				bold;
}

p.error
{
	font-weight:				bold;
	color:						red;
}