/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body,table,tr,td,p,div 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

body
{
	background-color: White;
	margin: 0px;
	padding: 0px;
}

table
{
	padding: 0px;
	border: 0px;
}

a
{
	font-family: Verdana;
	font-size: 11px;
	color: #0000FF;
}

a:link, a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/******* Text styles *******/

.Black10pxBold{
	font-family: Verdana;
	font-size: 10px;
	font-weight: 800;
	color: #000000;
}

.Black11pxBold{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 800;
	color: #000000;
}

.Black12pxBold{
	font-family: Verdana;
	font-size: 12px;
	font-weight: 800;
	color: #000000;
}

.Black14pxBold{
	font-family: Verdana;
	font-size: 14px;
	font-weight: 800;
	color: #000000;
}

.White10pxNormal{
	font-family: Verdana;
	font-size: 10px;
	font-weight: 400;
	color: #FFFFFF;
}

.White11pxNormal{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
}

.White10pxBold{
	font-family: Verdana;
	font-size: 10px;
	font-weight: 800;
	color: #FFFFFF;
}

.White11pxBold{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 800;
	color: #FFFFFF;
}

.White12pxBold{
	font-family: Verdana;
	font-size: 12px;
	font-weight: 800;
	color: #FFFFFF;
}

.White14pxBold{
	font-family: Verdana;
	font-size: 14px;
	font-weight: 800;
	color: #FFFFFF;
}

.Gray10pxBold{
	font-family: Verdana;
	font-size: 10px;
	font-weight: 800;
	color: #666666;
}

.Gray11pxBold{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 800;
	color: #666666;
}

.Gray12pxBold{
	font-family: Verdana;
	font-size: 12px;
	font-weight: 800;
	color: #666666;
}

.Gray14pxBold{
	font-family: Verdana;
	font-size: 14px;
	font-weight: 800;
	color: #666666;
}

.Red10pxBold{
	font-family: Verdana;
	font-size: 10px;
	font-weight: 800;
	color: red;
}

.Red11pxBold{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 800;
	color: red;
}

.Red12pxBold{
	font-family: Verdana;
	font-size: 12px;
	font-weight: 800;
	color: red;
}

.Red14pxBold{
	font-family: Verdana;
	font-size: 14px;
	font-weight: 800;
	color: red;
}


/********************* end **********************/
