/* CSS Document */

/* Layout */
body{
	background-color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}

.border{
	border: 1px solid #FFFFFF;
}

.botline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.videotext{
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
}

/* Styles */

.white{
	color: #FFFFFF;
}

form{
	margin: 0px;
}

.smalltext{font-size: 11px;}

.underline{
	text-decoration: underline;
}

.bold{font-weight: bold;}

.center{
	text-align: center;
}

.footer{color: #FFFFFF;
font-size: 10px;}

/* Links */

a:link{color:#0000FF; text-decoration:underline;  } 
a:visited{color:#0000FF; text-decoration:underline; } 
a:active{color:#0000FF; text-decoration:underline;} 
a:hover{color:#990000; text-decoration:none; }

a.rightnav:link{color:#FFFFFF; text-decoration:underline;  } 
a.rightnav:visited{color:#FFFFFF; text-decoration:underline; } 
a.rightnav:active{color:#FFFFFF; text-decoration:underline;} 
a.rightnav:hover{color:#00FFFF; text-decoration:none; }

/* Want to Model */
.model { 
height:400px;
overflow: scroll; }

/* Links Page */

a.linkspage:link{
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 18px;
} 
a.linkspage:visited{color:#FFFFFF; text-decoration:underline; } 
a.linkspage:active{color:#FFFFFF; text-decoration:underline;} 
a.linkspage:hover{color:#00FFFF; text-decoration:none; }

/* Phone Page */
.phoneborder{
	background-color: #990000;
	border: 1px solid #FFFFFF;
}

.phoneborder2{
	background-color: #000000;
	border: 1px solid #FFFFFF;
}

.telno{
	color: #FFFF00;
	font-weight: bold;
	font-size: 13px;
}

.teldescrip{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}

.phonefoot{
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

/* Terms Page */
.bgrepeat{
	background-repeat: repeat-y;
	background-image: url(images/fiesta_pics_r3_c5.jpg);
}