/* BACKGROUND IMAGE ************************************************************************************************************************/

.bcbg
{ 
	background-color: white; 
	background-image: url("images/BC_BG.jpg"); 
	background-repeat: no-repeat; 
	background-position: left top;
	height: 606px
}
.mainbg
{ 
	background-color: white; 
	background-image: url("images/main/main_02.jpg"); 
	background-repeat: no-repeat; 
	background-position: left top;
	height: 606px
}

.homebg
{ 
	background-color: white; 
	background-image: url("images/Main_BG.jpg"); 
	background-repeat: no-repeat; 
	background-position: left top;
	height: 606px
}

.tebg
{ 
	background-color: white; 
	background-image: url("images/TE_BG.jpg"); 
	background-repeat: no-repeat; 
	background-position: left top;
	height: 606px
}

.videobg
{ 
	background-color: white; 
	background-image: url("images/video/video_bg.jpg"); 
	background-repeat: no-repeat; 
	background-position: left top; 
}


/* TEXT
***********************************************************************************************************************************/


.text7pt
{
	color: black;
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 7pt;
	line-height: 130%;
}

.text9pt
{
	color: black;
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 9pt;
	line-height: 130%;
}

.text10ptwhite
{
	color: white;
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 10pt;
	line-height: 130%;
}

.text10ptbold
{
	color: black;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 10pt;
	line-height: 130%;
}



/* LINKS ***********************************************************************************************************************************/

a.listtxtunder9pt 
{
	color: #600;
	font-size: 9pt;
	font-family: Arial, helvetica;
	font-weight: normal;
	line-height: 110%;
	text-decoration: none;
	padding-top: 3px
}

a.listtxtunder9pt:link 
{
	color: #600;
	font-size: 9pt;
	font-family: Arial, helvetica;
	font-weight: normal;
	line-height: 110%;
	text-decoration: none;
	padding-top: 3px
}

a.listtxtunder9pt:hover
{
	color: #999;
	font-size: 9pt;
	font-family: Arial, helvetica;
	font-weight: normal;
	line-height: 110%;
	text-decoration: underline;
	padding-top: 3px
}

a.listtxtunder10pt 
{
	color: #600;
	font-size: 10pt;
	font-family: Arial, helvetica;
	font-weight: normal;
	line-height: 110%;
	text-decoration: none;
	padding-top: 3px
}

a.listtxtunder10pt:link 
{
	color: #600;
	font-size: 10pt;
	font-family: Arial, helvetica;
	font-weight: normal;
	line-height: 110%;
	text-decoration: none;
	padding-top: 3px
}

a.listtxtunder10pt:hover
{
	color: #999;
	font-size: 10pt;
	font-family: Arial, helvetica;
	font-weight: normal;
	line-height: 110%;
	text-decoration: none;
	padding-top: 3px
}

a.listtxtunderwhite11pt 
{
	color: #fff;
	font-size: 11pt;
	font-family: Arial, helvetica;
	font-weight: normal;
	line-height: 110%;
	text-decoration: none;
	padding-top: 3px;
	line-height: 130%;
}

a.listtxtunderwhite11pt:link 
{
	color: #fff;
	font-size: 11pt;
	font-family: Arial, helvetica;
	font-weight: normal;
	line-height: 110%;
	text-decoration: none;
	padding-top: 3px;
	line-height: 130%;
}

a.listtxtunderwhite11pt:hover
{
	color: #999;
	font-size: 11pt;
	font-family: Arial, helvetica;
	font-weight: normal;
	line-height: 110%;
	text-decoration: none;
	padding-top: 3px;
	line-height: 130%;
}

/* PADDING ************************************************************************************************************************************/

.pdlft10 
{ 
	padding-left: 10px; 
}

.pdtp10 
{ 
	padding-top: 10px; 
}

.pdbtm20 
{ 
	padding-bottom: 20px; 
}

.pdrt10 
{ 
	padding-right: 10px; 
}.listtxtunder10pt {
}
