/*--------General Container Style----------*/
.Head
{
	font-family:Tahoma, Arial, sans-serif;
	font-size:  12px;
	font-weight: bold;
	color: #000000;
}
.Normal
{
	font-family:Tahoma, Arial;
	font-size:  11px;
	font-weight: Normal;
	color: #333333;
	padding:0px 0px 0px 0px;
	letter-spacing:130%;
	line-height:150%;
}

/*--------White Heading Container----------*/
#white .Head
{
	font-family:Tahoma, Arial;
	font-size:  12px;
	font-weight: bold;
	color: #000000;
}
#white .Normal, #white td .Normal, #white th .Normal, #white div .Normal, #white p .Normal
{
	font-family:Tahoma, Arial;
	font-size:  11px;
	font-weight: Normal;
	color: #333333;
	padding:0px 0px 0px 0px;
	letter-spacing:130%;
	line-height:150%;
}

