A {
	text-decoration : none;
}

A:link {
	color : #000000;
}

A:visited {
	color : #481818;
}

A:active {
	color : #F10FD4;
}

A:hover {
	color : #FF0000;
}

A.HighLight:hover {
	background : yellow;
	color : black;
}

A.Blue:link {
	text-decoration : underline;
	color : blue;
}

A.Blue:visited {
	text-decoration : underline;
	color : blue;
}

A.Blue:hover {
	text-decoration : underline;
	color : blue;
}

A.nav:link {
	color : #FFFFFF;
}

A.nav:visited {
	color : #FFFFFF;
}

A.nav:hover {
	color:#BDEFDA;
}

.NavBig {
	font-family : Geneva, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.NavSmall {
	font-family : Tahoma, Times New Roman;
	font-size : 8pt; 
	font-weight: bold;
}

.ListHeader {
	font-family : Times New Roman;
	color : white;
	font-size : 11pt;
	font-weight : bold;
	background-color : #293893;
}

.ListSubHeader {
	font-family : Times New Roman;
	color : white;
	font-size : 11pt;
	font-weight : bold;
	background-color : #006400;
}

.ListData {
	font-family : Times New Roman;
	color : black;
	font-size : 10pt;
	font-weight : bold;
}

.ListDataSummary {
	font-family : Times New Roman;
	color : black;
	font-size : 9pt;
	text-align : right;
}

.ListDataLink {
	font-family : Times New Roman;
	font-size : 11pt;
	font-weight : bold;
}

.Title {
	font-family : Impact;
	color : green;
	font-size : 25pt;
	font-weight : bold;
}

.Footer {
	font-family: Times New Roman;
	color : black;
	font-size : 8pt;
	text-align : center;
}

.InfoHeader {
	font-family : Times New Roman;
	color : white;
	font-size : 15pt;
	text-align : center;
	background-color : #293893;
}

.InfoText {
	font-family : Verdana;
	color : black;
	font-size : 9pt;
	text-align : justify;
	background-color : #E2F7DB;
}

.DataTitle {
	text-decoration : underline;
	font-family : Times New Roman;
	font-size : 22pt;
	font-weight : bold;
	text-align : center;
	border : none;
}

.DataLeft {
	font-family : Times New Roman;
	color : #2A1414;
	font-size : 12pt;
	font-style : italic;
	text-align : left;
	vertical-align : middle;
	background-color : #CDC3C3;
}

.DataRight {
	font-family : Times New Roman;
	color : black;
	font-size : 11pt;
	text-align : left;
	vertical-align : middle;
}

.DataDescription {
	font-family : Arial;
	color : #0E0F0D;
	vertical-align : middle;
	font-size : 13pt;
	text-align : justify;
	background-color : #EAFEC2;
}

.DataInfo {
	font-family : Times New Roman;
	color : black;
	font-size : 12pt;
}

.DataBottom {
	font-family : Times New Roman;
	font-size : 9pt;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
	background-color : #BBFEB8;
}

.DataSignUp {
	font-family : Times New Roman;
	font-size : 16pt;
	font-weight : bold;
	vertical-align : middle;
	background-color : #EAFEC2;
}

.Pros {
	text-decoration : underline;
	font-family : Tahoma;
	color : blue;
	font-size : 13pt;
	font-style : normal;
	font-weight : bold;
	text-align : center;
}

.Cons {
	text-decoration : underline;
	font-family : Tahoma;
	color : red;
	font-size : 13pt;
	font-style : normal;
	font-weight : bold;
	text-align : center;
}

.CasinoInfo {
	font-family : Times New Roman;
	color : black;
	font-size : 12pt;
	text-align : justify;

}

.SmallList {
	font-family: Times New Roman;
	color : black;
	font-size : 11pt;
	text-align : left;
	font-weight : normal;
	background-color : #F5F5F5;
}

.YellowHighlight
{
	background: #FFFFCC;
}

.GreenHighlight
{
	background: #aafbae;
}