.lblNewsLetter
{
	font-weight: bold;
	font-size: 9px;
	color: black;
	font-family: Verdana;
	text-align:right;
}

.lblNewsLetterTitle
{
	font-weight: normal;
	font-size: 10px;
	color: red;
	font-family: Verdana;
}
.cmdNewsLetter
{
	background-color: Yellow;	
	font-size: 10px;
	font-family: Verdana;
}

.lblArticleTitle
{
	font-size: 13px;
	color: Black;
	font-weight: bold;
	font-family: Courier;
}

.lblArticleBody
{
	font-size: 12px;
	color: black;
	font-family: Courier;
}

.lblArticleMore
{
	font-size: 11px;
	color: blue;
	font-family: Courier;
	text-decoration: underline;
	cursor: hand;
}

.lblResourceTitle
{
	font: 11px arial, sans-serif; 
	text-decoration: underline; 
	color: White;
}

.lblResourceBody
{
	font: 13px arial, sans-serif;
	line-height: 15px;
}

.lblResourceLink
{
	font: bold 12px , Verdana, Bold;
	text-decoration: underline;
	cursor: hand;
}

.lblResourceURL
{
  font: 10px verdana, arial, sans-serif;
}

.lblUserInfo
{
	font-weight: bold;
	font-size: 9px;
	color: black;
	font-family: Verdana;
}
.lblUserInfoBig
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana;
}

.lblUserInfoLink
{
	font-weight: bold;
	font-size: 9px;
	color: blue;
	text-decoration: underline;
	font-family: Verdana;
}
.lblPageTitle
{
	font-weight: bold;
	font-size: 16px;
	color: black;
	font-family: Verdana;
}

.lblStoreTitle
{
	font-weight: bold;
	font-size: 25px;
	color: black;
	font-family: Verdana;
}

.lblBookTitle
{
	font-weight: bold;
	font-size: 13px;
	color: blue;
	font-family: Verdana;
}

.lblBookHeader
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana;
}

.lblBookBody 
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Verdana;
}

.lblLink A:link, .lblLink A:visited, .lblLink A:active  
{
	font-weight: normal;
	font-size: 16px;
	cursor: hand;
	color: blue;
	font-family: Verdana;
	text-decoration: none;
}

.lblLink A:hover
{
	font-weight: normal;
	font-size: 16px;
	cursor: hand;
	color: red;
	text-decoration: underline;
	font-family: Verdana;
}
