body 
{ 
	margin: 0px; 
}

.defaultwhite
{
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
	line-height: 20px;
}

.defaultwhitebold
{
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
}

.defaultblack
{
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	line-height: 20px;
}

.defaultblacksm
{
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
}


.defaultblackbold
{
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
}


a.defaultblack:link
{
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	line-height: 20px;
	text-decoration:none;
}
a.defaultblack:active
{
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	line-height: 20px;
	text-decoration:none;
}
a.defaultblack:hover
{
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	line-height: 20px;
	text-decoration:underline;
}
a.defaultblack:visited
{
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	line-height: 20px;
	text-decoration:none;
}