body {
	BACKGROUND: url(../images/bg_main_phoneBraver7.jpg) fixed no-repeat 50% top;
	background-color: #000;
}
.B {
	font-family: tahoma;
	FONT-SIZE: 12px; 
	COLOR: #fff;
	TEXT-DECORATION: none
}
.B:hover {
	font-family: tahoma;
	FONT-SIZE: 12px;
	COLOR: #8e0608;
	TEXT-DECORATION: underline
}
.C {
	font-family: tahoma;
	FONT-SIZE: 12px; 
	COLOR: #000;
	TEXT-DECORATION: none
}
.C:hover {
	font-family: tahoma;
	FONT-SIZE: 12px;
	COLOR: #8e0608;
	TEXT-DECORATION: underline
}
A {
	font-family: tahoma;
	FONT-SIZE: 12px; 
	COLOR: #000000;
	TEXT-DECORATION: none
}
A:hover {
	font-family: tahoma;
	FONT-SIZE: 12px;
	COLOR: #8e0608;
	TEXT-DECORATION: underline
}
.link_news {
	font-family: tahoma;
	font-size: 12px;
	COLOR: #FFFFFF; 
	font-weight: bold;
	TEXT-DECORATION: none
	
}
a.link_news:link {
	font-family: tahoma;
	font-size: 12px;
	COLOR: #FFFFFF; 
	font-weight: bold;
	TEXT-DECORATION: none
}
a.link_news:hover {
	font-family: tahoma;
	font-size: 12px;
	COLOR: #FFFFFF; 
	font-weight: bold;
	TEXT-DECORATION: underline
}
.link_vdo {
	font-family: tahoma;
	FONT-SIZE: 12px; 
	font-weight: bold;
	COLOR: #8e0608;
	TEXT-DECORATION: underline
	
}
a.link_vdo:link {
	font-family: tahoma;
	FONT-SIZE: 12px; 
	font-weight: bold;
	COLOR: #8e0608;
	TEXT-DECORATION: underline
}
a.link_vdo:hover {
	font-family: tahoma;
	FONT-SIZE: 12px; 
	font-weight: bold;
	COLOR: #8e0608;
	TEXT-DECORATION: none
}
.txtRed{
	color:#9d0a0e;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
}
.txtGrey{
	color:#898989;
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.txtWhite222{
	color:#FFFFFF;
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
a.txtWhite222:hover{
	color:#ff5b02;
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.txtWhite{
	color:#ffffff;
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.txtWhite2{
	color:#313131;
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.txtWhite3{
	color:#9d0a0e;
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}
.txtBlack{
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.txtBlackSmall{
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}
.txtBlackLarge{
	font-family: tahoma;
	font-size: 14px;
}
.txtRedLarge{
	font-family: tahoma;
	color:#9d0a0e;
	font-size: 16px;
	font-weight: bold;
}
.borderDarkGrey {
	border: 1px solid #939292;
}
.borderDarkRed {
	border: 1px solid #9d0a0e;
}
.bgLoginQuiz {
BACKGROUND: url(../images/member_login01.gif) fixed no-repeat;
}
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

