/* CSS Document */

.grey_big_bolder
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-stretch: wider;
	color: #353938; /*   D4DOC8*/
}

.grey_big_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #040404; /* 353938 */
}

.grey_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #434343; /* 525B58 */
}

.white_bolder
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF; /* 525B58 */
	text-decoration:none;
	
}

a.white_bolder:hover
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF; /* 525B58 */
	text-decoration:none;
}



.orange_bolder
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	font-stretch: narrower;
	/*text-shadow:white 10px 10px 10px;*/
	color: #F47A00; 
}

.blue_bolder
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	/*text-shadow:white 10px 10px 10px;*/
	color: #2063BE; /* 525B58 */
}

.normal_blue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #2063BE; /* 525B58 */
}

.table_title_white
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.table_title_orange
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FC7E1A;
}

.normal_white
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF; /* 525B58 */
}

.white_bold
{
	font-family:Verdana;
	font-size: 15px;
	font-weight: bolder;
	color: #FFFFFF;  /*525B58 */
	text-decoration:none;
}

/*
a:link.white_bold
{
	color: #C2D3EC;
}

a:visited.white_bold
{
	color: #FFFFFF;
}

a:active.white_bold
{
	color: yellow;
}

a:hover.white_bold
{
	color: #C2D3EC;
}
*/

a:hover{color: #F17626};	/* #F17626 */


.white_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #FFFFFF; /* 525B58 */
}

.white_link
{
	font-family:Verdana;
	font-size:9px;
	font-weight:lighter; 
	color:#FFFFFF;
	text-decoration:none;
}

a.white_link:link
{
	font-family:Verdana;
	font-size:9px;
	font-weight:lighter; 
	color:#FFFFFF;
	text-decoration:none;
}
a.white_link:visited
{
	font-family:Verdana;
	font-size: 9px;
	font-weight: lighter; 
	color: #FFFFFF;
}
a.white_link:focus
{
	font-family:Verdana;
	font-size: 9px;
	font-weight: lighter; 
	color: #FFFFFF;
}
a.white_link:hover
{
	font-family:Verdana;
	font-size: 9px;
	font-weight: lighter; 
	color: #FFFFFF;
}
a.white_link:active
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: lighter; 
	color: #FFFFFF;
}


.orange_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900; /* 525B58 */
}

.grey 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #696D6C; /* 676B6A */
}

.grey_small 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #353938; /* 676B6A */
}





