/**  CSS Style Sheet for Star Entertainment **/

/**  HTML Tags **/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
body {
	background-color: #000066;
	background-image: url(../backgrounds/stars.gif);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #000066;
	scrollbar-highlight-color: #cc0000;
	scrollbar-shadow-color: #660000;
	scrollbar-3dlight-color: #cc0000;
	scrollbar-arrow-color:  #FFFF00;
	scrollbar-track-color: #cccccc;
	scrollbar-darkshadow-color: #cc0000;
	background-repeat: repeat;
}

/**  Classes **/

.whitetext {
	color: #FFFFFF;
	font-size: 14px;
}

.cellmargin {
	margin: 0px;
	padding: 20px;
}

.question {
  font-weight: bold;
}

.answer, .answerp {
  text-align: justify;
}
.answerp {
  text-indent: 25px;
}


.index {
	background-color: #990000;
	margin: 0;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.marquestyle {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.copyright {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

/**  Links **/

a:link, a:active {
	color: RoyalBlue;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: SlateGray;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: Red;
	font-weight: bold;
}
.formcontact {
	font-size: 12px;
	font-weight: bold;
}
.container {
	width: 220px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #a58d29;
	color: #FFCC00;
}

#sectionLinks a {
	display: block;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	height: 25px;
	width: 125px;
}

#sectionLinks a:hover{
	background-color: #cccccc;
	color: #990000;
	text-decoration: none;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
.fleft {
	float: left;
}
.testamonial {
	background-color: #eeeeee;
	padding: 10px;
	height: 150px;
	width: 600px;
	border: thin solid #cccccc;
	margin-right: 10px;
	margin-left: 10px;
}

