/*~~~~~~~~~~ General ~~~~~~~~~~~~~*/
* {
	margin:0px;
	padding:0px
}
html {
	margin: 0px; 
	padding: 0px; 
	border: 0px;
}
body {
	color: #CFCFCF; 
	background-color: #CFCFCF; 
	font-family: arial, sans-serif; 
	text-align: center;
	font-size: 70%; 
	margin: 0px;
}
a:link{
    color : #CFCFCF;
    text-decoration : underline;
}
a:visited{
    color : #EA2F2A;
    text-decoration : underline;
}
a:active{
    color : #EA2F2A;
    text-decoration : underline;
}
a:hover{
    color : #EA2F2A;
    text-decoration : underline;
}
hr {
	background-color: #6E6E6E;
	color: #6E6E6E;
}
h2 {
	text-align: left;
	font-family: arial, sans-serif; 
	font-size: 16px;
	color: #CFCFCF;
	margin: 5,0,10,10;
}
.tableTitle{	
	height: 70px;
	text-align: left;
	font-family: courier new; 
	font-size: 30px;
	color: #CFCFCF;
}
.tableMenu{
	height: 60px;
	width: 165px;
	text-align: left;
}
.tableMenuEnd{
	height: 60px;
	width: 140px;
	text-align: center;
}
.tableContent{
	height: 350px;
	text-align: center;
	background-color: #1E1E1E;
}
.tablePrices{
    color: #CFCFCF;
	font-size: 12px;
	width: 370px;
}
.tablePrices .outer{
 	border-bottom: solid 1px #CFCFCF; 
	font-size: 14px;
}
.tablePrices .inner{
    margin-left: 0px;
}

.tablePrices .titleLeft{
	float: left;
	display: inline;
}
.tablePrices .titleRight{
	float: right;
	display: inline;
}
.tablePrices ul{
    list-style-type: disc;
    color: #CFCFCF;
    margin-left: 20px;
	font-size: 10px;
}
.smallText{
	text-align: left;
	font-family: arial, sans-serif; 
	font-size: 12px;
	color: #CFCFCF;
}
.smallText ul{
    list-style-type: disc;
    color: #CFCFCF;
    margin: 10px, 20px, 10px, 20px;
	font-size: 12px;
}
.smallText .contactText{
	text-align: left;
	font-family: arial, sans-serif; 
	font-size: 12px;
	color: #CFCFCF;
}
.faqLink{
	text-align: left;
	font-family: arial, sans-serif; 
	font-size: 12px;
	color: #CFCFCF;
	height: 25px;
}
.faqLink a:link{
    color : #CFCFCF;
    text-decoration : underline;
}
.faqLink a:visited{
    color : #EA2F2A;
    text-decoration : underline;
}
.faqLink a:active{
    color : #EA2F2A;
    text-decoration : underline;
}
.faqLink a:hover{
    color : #EA2F2A;
    text-decoration : underline;
}
.faqText{
	text-align: left;
	font-family: arial, sans-serif; 
	font-size: 12px;
	color: #CFCFCF;
	padding-bottom: 20px;
}
.faqTitle{
    color : #EA2F2A;
    text-decoration : none;
}



.tableBottom{
	height: 100px;
}
.tableBottom ul {
    list-style-type: disc;
    color: #EA2F2A;
    margin-left: 20px;
}
.tableBottom li {
    margin-left: 20px;
	text-align: left;
	font-family: courier new; 
	font-size: 13px;
}
.tableBottom li a:link{
    color : #6E6E6E;
    text-decoration : none;
}
.tableBottom li a:visited{
    color : #6E6E6E;
    text-decoration : none;
}
.tableBottom li a:active{
    color : #6E6E6E;
    text-decoration : none;
}
.tableBottom li a:hover{
    color : #CFCFCF;
    text-decoration : none;
}
.tableBottom li a.selected:link{
    color : #EA2F2A;
    text-decoration : none;
}
.tableBottom li a.selected:visited{
    color : #EA2F2A;
    text-decoration : none;
}
.tableBottom li a.selected:active{
    color : #EA2F2A;
    text-decoration : none;
}
.tableBottom li a.selected:hover{
    color : #CFCFCF;
    text-decoration : none;
}
.tableBottom h1 {
	text-align: left;
	font-family: courier new; 
	font-size: 16px;
	font-weight: bold; 
	margin-left: 10px;
	margin-top: 3px;
}
/*~~~~~~~~~~ General ~~~~~~~~~~~~~*/
/*~~~~~~~~~~ Bottom Boxes ~~~~~~~~~~~~~*/
.bottomLeft{
	width:256; 
	height:78; 
	position: relative; 
	left:0; 
	top:15; 
	border: solid 1px #333333;
	background-image: url("../images/boxBkg.jpg");
}
.bottomMiddle{
	width:256; 
	height:78; 
	position: relative; 
	left:272; 
	top:-63; 
	border: solid 1px #333333;
	background-image: url("../images/boxBkg.jpg");
}
.bottomRight{
	width:256; 
	height:78; 
	position: relative; 
	left:544; 
	top:-141; 
	border: solid 1px #333333;
	background-image: url("../images/boxBkg.jpg");
}
/*~~~~~~~~~~ Bottom Boxes ~~~~~~~~~~~~~*/
