BODY
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Sans-Serif
}

h4
{
    font-size:9pt;   
}
h3
{
    font-size:10pt;   
}
h2
{
    font-size:12pt;   
}
h1
{
    font-size:14pt;   
}

TD
{
	font-size:10pt
}
 

a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.NewMail
{
	color: #FE7F0A;
	text-decoration: none;
	font-weight: bold;
}

a.NewMail:visited
{
	color: #FE7F0A;
	text-decoration: none;
	font-weight: bold;
}

a.NewMail:hover
{
	color: #FE7F0A;
	text-decoration: underline;
	font-weight: bold;
}
a.LeaderboardLink
{
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
}

a.LeaderboardLink:visited
{
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
}

a.LeaderboardLink:hover
{
	color: red;
	text-decoration: underline;
	font-weight: normal;
	font-size: 8pt;
}

a.BlackLink
{
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
}

a.BlackLink:visited
{
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
}
a.BlackLink:hover
{
	color: red;
	text-decoration: underline;
	font-weight: normal;
	font-size: 8pt;
}


a.WhiteLink
{
	color: White;
	text-decoration: none;
	font-weight: normal;
 
}

a.WhiteLink:visited
{
	color: White;
	text-decoration: none;
	font-weight: normal;
 
}
a.WhiteLink:hover
{
	color: red;
	text-decoration: underline;
	font-weight: normal;
 
}

a.OrangeLink
{
	color: #F26C33;
	text-decoration: none;
	font-weight: normal;
 
}

a.OrangeLink:visited
{
	color: #F26C33;
	text-decoration: none;
	font-weight: normal;
 
}
a.OrangeLink:hover
{
	color: #F26C33;
	text-decoration: underline;
	font-weight: normal;
 
}

.nametext
{
    font-size: 10pt;
}



.FormLabel
{
	font-weight: bold;
	font-size: 8pt;
}

input
{
	font-size: 8pt;	
}
input.Login
{
    background-color: #24199C;
    color: White;
    font-size: 8pt;
    
       
}
input.Signup
{
    background-color: #F26B32;
    color: White;
    font-size: 8pt;
    font-weight: bold;
       
}

.LoginBox
{
	padding: 4px 4px 4px 4px;
	border: solid 1px black;
	width: 250px;
	background-color: #D9EBF7;
}

.LoginBoxHeader
{
	color: White;
	font-weight: bold;
	font-size: 9pt;
	background-color: #68AEE1	
}

.SignupLink
{
	font-size:12pt;
	font-weight: bold;	
}
.Text_16pt
{
	font-size: 16pt;	
}
.Text_14pt
{
	font-size: 14pt;	
}

.Text_10pt
{
	font-size: 10pt;	
}
.Text_9pt
{
	font-size: 9pt;	
}
.Text_8pt
{
	font-size: 8pt;	
}
.Text_7pt
{
	font-size: 7pt;	
}
.GrayBox
{
   border: 5px solid #BFBFBF; 
   background-color: #E5E5E5    
}

.Heading2
{
    font-weight: bold;
    font-size: 14pt;
    color: black;   
}
.ErrorMsg
{
    font-weight:bold;
    font-size: 10pt;
    color: white;
    background-color: Red;
       
}

.FansProfile
{
    font-size:14pt;
    font-weight: bold;
    color: Black;
}

.FansOnline
{
    font-size:8pt;
    font-weight: bold;
    color: #97511E;
}
.btnCallOut
{
    font-size:14pt;
    font-weight:bold;
    color:White;
    background-color: #D41E1E;
    width:250px
       
}
.ProfileContentBox
{
    border: 1px black solid;
    background-color: white;
    filter:alpha(opacity=80);   
    -moz-opacity:.80;
    opacity:.80; 
}
.ProfileContentBoxRate
{
    font-size: 24pt;
    font-weight: bold;
    color: black;
}
.ProfileContentBoxText   
{
    font-color:black;
}

.Win
{
    font-size: 18pt;
    color: Green;
    font-weight: bold;   
}
.Lose
{
    font-size: 18pt;
    color: red;
    font-weight: bold;   
}
.BoxStyle1
{
    border: 5px solid #68AEE1;
    padding: 4px 4px 4px 4px   
}

.LeftMenuON 
{
   padding:4px;
 
   background-color:#E8F3FB;
   font-size: 8pt;
   color: Black;
   font-weight: bold;
}
.LeftMenuOFF
{
   padding:4px;
 
   background-color:#B4D7F0;
   font-size: 8pt;
   color: Black;
   font-weight: bold;
}

input.SearchBoxBtn
{
    background-color: #B4D7F0;
    color: black;
    font-weight: bold;
    font-size: 8pt   
}
.NewMessage 
{
    color: Black;
    font-weight:bold;
    font-size: 8pt
}

.Message 
{
    color: #4D4D4D;
    font-weight:normal;
    font-size: 8pt
}

.ContentBoxHeader
{
    color: White;
    font-weight: bold;
    font-size: 8pt;   
}

input.ButtonPriority
{
 color: White;
 font-size: 8pt;
 font-weight: bold;
 background-color: #000000;
}