/* links formatting */
.black_link_11_normal
{
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	position: relative;
}
.black_link_11_normal:hover{text-decoration: none;}
.black_link_11_bold
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.black_link_11_bold:hover{color: #ffffff;}
.black_title_link_11_bold
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
	text-decoration: none;
}
.black_title_link_11_bold:hover{color: #ff0000;}
.red_link_10_normal
{
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #c6171c;
	position: relative;/* otherwise Links become unclickable, forms unfocusable in IE6 */
}
.red_link_10_normal:hover
{
	color: #ff0036; 
	text-decoration: none;
}
.red_link_11_normal
{ 
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #c6171c;
	position: relative;/* otherwise Links become unclickable, forms unfocusable in IE6 */
}
.red_link_11_normal:hover
{
	color: #ff0036; 
	text-decoration: none;
}
.red_link_11_bold
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #c6171c;
	position: relative;/* otherwise Links become unclickable, forms unfocusable in IE6 */
}
.red_link_11_bold:hover
{
	color: #ff0036; 
	text-decoration: none;
}
.white_link_11_normal
{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	position: relative;/* otherwise Links become unclickable, forms unfocusable in IE6 */
}
.white_link_11_normal:hover{text-decoration: none !important;}
.white_link_11_bold
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	position: relative;/* otherwise Links become unclickable, forms unfocusable in IE6 */
}
.white_link_11_bold:hover{color: #ffffff;}
.red_link_12_bold
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #c6171c;
	position: relative;/* otherwise Links become unclickable, forms unfocusable in IE6 */
}
.red_link_12_bold:hover
{
	color: #ff0036; 
	text-decoration: none;
}
.white_link_10_normal
{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	position: relative;/* otherwise Links become unclickable, forms unfocusable in IE6 */
}
.white_link_10_normal:hover{color: #ee1d23;}
.white_link_9_normal
{
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
	position: relative;
}
.white_link_9_normal:hover
{
	color: #ee1d23;
	text-decoration: underline; 
}
/* //links formatting*/

/* title formatting */
h1 
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 16px 0px;
	margin: 0px;
	z-index: auto;
 	position: relative;
}
/* title formatting */

/* Text formatting  */
.black_text_12_bold
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	position: relative;
}
.black_text_11_bold
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.black_text_11_normal
{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	position: relative;
}
.black_text_10_normal
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	/*position: relative;*/
}
.black_mailbox_link_11_bold
{
	font-size: 11px;
	color: #000000;	
	text-decoration: underline;
}
.black_mailbox_link_11_bold:hover
{
	color: #ff0000; 
	text-decoration: none;
}
.brown_text_11_normal
{
	font-size: 11px;
	font-weight: normal;
	color: #a29065;
	position: relative;
}
.green_text_10_normal
{
	color: #14d214;
	font-size: 10px;
	font-weight: normal;
	position: relative;
}
.grey_text_11_normal
{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	position: relative;
}
.red_text_14_bold
{
	font-size: 14px;
	font-weight: bold;
	color: #c6171c;
	position: relative;
}
.red_text_12_bold
{
	font-size: 12px;
	font-weight: bold;
	color: #c6171c;
	position: relative;
}
.red_text_11_normal
{
	font-weight: normal;
	font-size: 11px;
	color: #c6171c;
	position: relative;
}
.red_text_11_bold
{
	font-weight: bold;
	font-size: 11px;
	color: #c6171c;
	position: relative;
}
.red_text_10_normal
{
	font-size: 10px;
	font-weight: normal;
	color: #ee1d23;
	position: relative;
}
.white_text_12_bold
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	position: relative;
}
.white_text_11_bold
{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
}
.white_text_11_normal
{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	position: relative;
}
.white_text_9_normal
{
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	position: relative;
}
/* //Text formatting  */



