/* CSS Stylesheet */
H1 
{
	color:#E99F75;
	font-family: Arial;
	font-size: 14pt;
	text-decoration:none;
}
.panelHeader 
{
	color:#E99F75;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
}

A:link
{
	font-size: 9pt;
    color: #ffffff;
	font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    text-decoration: underline;
}	
		
A:visited {	
	color:	#ffffff;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
    text-decoration: underline;
	}	
		
A:active {	
	color:	#ffffff;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
    text-decoration: underline;
	}	
		
A:hover {
	color: #ffcc99;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
    text-decoration: underline;
}


/* Content Text */
.maincontenttext
{
	font-weight: normal;
	font-size: 9pt;
	color: white;
	line-height: 17px;
	font-family: Arial;
	text-align: justify;
	text-decoration: none;
}

.maincontenttextcolor
{
	font-weight: normal;
	font-size: 9pt;
	color: #ffcc99;
	line-height: 17px;
	font-family: Arial;
	text-align: justify;
	text-decoration: none;
}
/* News List */
.time
{
	font-size: 8pt;
	font-family: Arial;
    color: #ffcc99;
}
.MainCards
{
    color: #ffffff;
    font-size: 10pt;
    font-family: Arial;
}
.Spade
{
    color: #ffffff;
}
.Heart
{
    color: red;
}
.Diamond
{
    color: red;
}
.Club
{
    color: #ffffff;
}


/* More Info */
.MoreInfo
{
	font-weight: normal;
	font-size: 9pt;
	color: #ffffff;
	line-height: 17px;
	font-family: Arial;
	text-decoration: none;
}
.MoreInfoColor
{
	font-weight: normal;
	font-size: 9pt;
	color: #ffcc99;
	line-height: 17px;
	font-family: Arial;
	text-decoration: none;
}
.MoreInfoRequired
{
	font-weight: normal;
	font-size: 9pt;
	color: red;
	line-height: 17px;
	font-family: Arial;
	text-decoration: none;
}


.LiteralTextColor
{
	font-weight: normal;
	font-size: 9pt;
	color: #ffcc99;
	font-family: Arial;
	text-decoration: none;
	line-height: 14pt;
}
.LiteralText
{
	font-weight: normal;
	font-size: 9pt;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
	line-height: 14pt;
}
.Cards
{
    border-right: green 1px solid;
    border-top: green 1px solid;
    border-left: green 1px solid;
    border-bottom: green 1px solid;
}