
/*Menu bar */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid white;; /*bottom horizontal line that runs beneath tabs*/
border-top: 1px solid white;; /*top horizontal line that runs beneath tabs*/
border-right: 0px solid white;; /*right horizontal line that runs beneath tabs*/
border-left: 0px solid white;; /*left horizontal line that runs beneath tabs*/

}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 20px; /*offset of tabs relative to browser left edge*/
font: 15px Monotype Corsiva;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 7px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
border-left: 1px solid white; /*right divider between tabs*/
border-top: 0px solid white; /*right divider between tabs*/
border-bottom: 0px solid white; /*right divider between tabs*/

color: white;
background: #606060; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
font: 15px Monotype Corsiva;

}

.mattblacktabs li a:active{
color: red;
font: 15px Monotype Corsiva;

}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #dedede; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: red;
}



/*  --------------------------------------------  Links  --------------------------------------------  

a:link {color: #FFFFFF;  font-size: 14px;}
a:visited {color: #FFFFFF;  font-size: 14px;}

a:active {color: #FFFFFF;  font-size: 14px;}

a:hover {color: #606060;  text-decoration: none;  font-size: 14px;}

/*  --------------------------------------------  Confirmation Page Styles  --------------------------------------------  */

.confirmtext {font-family: Arial, Helvetica, sans-serif;  color: #FFFFFF;  font-size: 11px;}

.confirmtext a:link, a:visited, a:active {color: #75072B;  font-size: 11px;}

.confirmtext a:hover {color: #666666;  text-decoration: none;  font-size: 11px;}

/*  --------------------------------------------  Body  --------------------------------------------  */
.maintext a:link, a:visited, a:active {color: #ffffff;  font-size: 12px;}

.maintext a:hover {color: #ffffff;  text-decoration: none;  font-size: 12px;}

body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #ffffff;
	background: #191919 ; 
	font-size: 10px;

	/*  --  scrollbar color  --
	scrollbar-face-color:#f5990f;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:fae2be;
	scrollbar-darkshadow-color:#111111;
	scrollbar-shadow-color:#666666;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#fae2be;
	*/
	/*  -- custom cursor --
	cursor:url("images/cursor.cur");
	*/
	}

/*  --------------------------------------------  Text Styles  --------------------------------------------  */

.boldtext {font-weight:bold;}

P, .maintext {	
	font-family: Arial, Helvetica, sans-serif;	
	color: #ffffff;
	font-size: 11px;
	}
.secondarytext {	
	font-family: Arial, Helvetica, sans-serif;	
	color: #CCFFFF;
	font-size: 10px;
	}
h1, h2, h3, h4 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16px;	
	background-color: #CCCCCC;  	
	color: #CCFFFF;
	}

.Heading{
	font-family: Monotype Corsiva;	
	color: #77bbbb;
	font-size: 18px;
	font-weight:bold;
}

.Heading2{
	font-family: Monotype Corsiva;	
	color: #ffffff;
	font-size: 18px;
	font-weight:bold;
}

.mediumtext{
	font-family: Arial, Helvetica, sans-serif;	
	color: #ffffff;
	font-size: 14px;
}
.mediumtext2{
	font-family: Arial, Helvetica, sans-serif;	
	color: #CCFFFF;
	font-size: 12px;
}

/*  --------------------------------------------  List Styles  --------------------------------------------  */

ul, ol {	
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image:url(images/bullet.jpg);
	font-size: 10px;
	list-style-position:outside;
	line-height:22px;
	}
{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size : 10pt; }