
/* Splash page style */

html 
{
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, Verdana  sans-serif;
	SCROLLBAR-FACE-COLOR: #D1A009; 
	SCROLLBAR-HIGHLIGHT-COLOR: #D1A009; 
	SCROLLBAR-SHADOW-COLOR:  #662801; 
	SCROLLBAR-3DLIGHT-COLOR: #6C6C6C; 
	SCROLLBAR-ARROW-COLOR: #820203; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #ECE9D8;

	}

body {
	background-color: #810001;
	color: #CCCCCC;
}
#headText strong { 
	font-weight: normal;
}

.glossymenu {
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;

margin-left:3px;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

h3#models,h2#models {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #EBECFE;
}

h1 {
	color: #810001;
	font-size: 18px;
}

h2 {
	color: #BF871A;
	font-size: 16px;
}

h3 {
	color: #6C6C6C;
	font-size: 14px;
	font-style:italic;
}

p#headText {
	color: #BF871A;
	font-size: 110%;
}

.hidden {
	visibility: hidden;
}
p#topText, topText1 {
	color: #B7A54F;
	font-size: 11px;
}
td {
	color: #000000;
	font-size: 12px;

}
td#topText {
	color: #000000;
	font-size: 12px;
}

.boldRed { color: #660000; font-weight: bold; }
.boldGrey { color: #6C6C6C; font-weight: bold; font-size: 13px; }
.golden { color: #BF871A; font-size: 13px; }
