html, body {
	margin : 0;
	padding : 0;
	height : 100%;
	background-color: #FFF;
	text-align: center;

}

body {
    color : #000000;
    width : 100%;
    background-image : url(images/main-bkgd.png);
    text-align : center;
    height : 100%;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 13px;
    background-repeat : repeat-x;
}

a:link {
    color : #2b529a;
    background : transparent;
    text-decoration : underline;
    font-weight: bold;
}

a:visited {
    color : #2b529a;
    background : transparent;
    text-decoration : underline;
    font-weight: bold;
}

a:hover {
    color : #ff6600;
    text-decoration : none;
}

a:active {
    color : #ff6600;
    text-decoration : none;
}

img {
    border : none;
}

#content {
	margin : 0 auto;
	width : 930px;
	text-align : center;
}

#frame-top {
	background-image : url(images/top-frame.png);
	background-position : center;
	height : 82px;
	background-repeat : no-repeat;
	text-align : center;
}

#frame-tabs {
    text-align : left
    padding-left : 60px;
    padding : 0px;
    position : relative;
    top : 0px;
    bottom : 0px;
}
#frame-tables {
	background-image : url(images/white-frame.png);
	background-position : center;
	background-repeat : repeat-y;
	text-align : center;
	padding : 0 0 0 0;
	position: relative;
}
#frame-menu {
	background-image : url(images/white-frame.png);
	background-position : center;
	background-repeat : repeat-y;
	padding : 0 0 0 0;
	position: relative;
}

#frame-grid {
    text-align : left
    padding-left : 60px;
	padding : 0px 20px 0px 20px;
	top : 0px;
}



#frame-white {
	background-image : url(images/white-frame.png);
	background-position : center;
	background-repeat : repeat-y;
	text-align : left;
	padding : 20px 20px 20px 20px;
	position: relative;
}
#frame-white-sub {
	background-image : url(images/white-frame.png);
	background-position : center;
	background-repeat : repeat-y;
	text-align : right;
	padding : 6px 20px 6px 20px;
	position: relative;
	font-size: 9px;
	color: #999999;
}



#frame-gray {
	background-image : url(images/gray-frame.png);
	background-position : center;
	background-repeat : repeat-y;
	text-align : center;
	padding : 10px 20px 0px 20px;
	position : relative;
}

#frame-bottom {
    background-image : url(images/bottom-frame.png);
    background-position : center;
    height : 15px;
    background-repeat : no-repeat;
    text-align : center;
}
#table-box-left {
	background-image: url(images/cocobox.png);
	background-repeat: repeat-y;



}
#table-box-center {
	background-image: url(images/cocobox.png);
	background-repeat: repeat-y;
	background-position: center;
}
#table-top {
	background-color: #CC3000;
	color: #FFFFFF;
	font-size: 16px;

}



.table {
	border: 1px solid #C0C0C0;
	font-size: 10px;
}



.bigphone {
	font-size: 32px;
	font-weight: bold;
	color: #cc0003;
}

.disclaimer {
    font-size: 9px;
    font-weight: normal;
    color: #606060;
}
.copy {
    font-size: 12px;
    font-weight: normal;
    color: #606060;
}
.heading {
	font-size: 12px;
	font-weight: bold;
	color: #808080;
}
.sepheader {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}

.vip {
	font-size: 19px;
	color: #505050;
}
.vipred {
	font-size: 19px;
	color: #990000;
}


.bold {
	font-size: 12px;
	font-weight: bold;
	color: #183594;
}
.grid {
	font-size: 10px;
	color: #404040;

}
.listing {
	font-size: 9px;
	color: #404040;
}

