/*
body {
	font-family: Verdana, Arial, Helvetica;
	margin-top: 0;
	margin-left: 0;
}
*/
table.equip {
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-size: 8pt;
}

th.equip {
	background-color: #333333;
}

tr.oddrow {
	background-color: #666666;
}

tr.evenrow {
	background-color: #CCCCCC;
	color: #000000;
}

# shadow text - color, horizontal offset, vertical offset, blur (0 is sharp)
.shadowtext { text-shadow: #0000 0.2em 0.3em 0.2em }

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica;
}

h1 {
	color: rgb(255,204,0);
}

h3 {
	color: rgb(204,51,0); 
}

h6 {
	color: rgb(255,255,255);
}

h2.prod_title {
	font-style: italic;
}

h2 span.writer {
	font-style: bold italic;
	font-size: 8pt;
}

#sitetitle {
	position: absolute;
	top: 0;
	left: 200;
	font-size: 18;
	font-style: italic;
	color: #FFFFFF;
	visibility: hidden;
}

#sitetitle_shadow {
	position: absolute;
	top: 2;
	left: 202;
	font-size: 18;
	font-style: italic;
	color: #000000;
	visibility: hidden;
}

p {
	font-size: 14;
}

p.firstpara {

}

p.firstpara:first-letter {
	font-size: 300%;
	font-style: italic;
	font-weight: bold;
}

p.secondpara {

}
p.secondpara:first-letter {
	color: #FFFF00;
	font-size: 300%;
	font-style: italic;
	font-weight: bold;
}


p.prod_photo {
	width: 100;
	height: 300;
	margin-left: 10;
	margin-right: 10;
}

.tab_box {
	border-width: 3px;
	border-top-width: 5px;
	border-style: solid;
	border-color: #FFFF00;
	font-size: 10;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0 0;
}

.tab_title {
	position: relative;
	margin-top: -20px;
	margin-left: -3px;
	border-width: 3px;
	border-style: solid;
	border-color: #FFFF00;
	background-color: #FFFF00;
	color: #000000;
	font-weight: bold;
	width: 70%;
}

.tab_text {
	position: relative;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0 0;
}

.angle       { 
	width: 14; height: 15; background-image: url('../images/tr14x15_1.gif') 
}

.disclaimer {
	font-style: italic;
}

span.pulloutquote {
	font-weight: bold;
	font-style: italic;
	width: 200;
	float: right;
	padding: 5px;
	margin: 2px;
	border-top: 10px;
	border-bottom: 10px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
}

.imagetitle {
	font-style: italic;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;	
}

.tagline {
	font-style: italic;
	color: #FFFF00;
	font-weight: bold;
}

/* **** Positioning ****
 *	page Sections
*/
/*
#header {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	height: 53px;
	width: 800px;
	margin: 0;
	border: 0;
}
*/

#page_title {
/*	position: absolute;
	top: 75;
	left: 175;
*/
margin-left: 160px;
font-size:16px;
}

#left {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 45px;
}
/*
#content {
	position: absolute;
	left: 45px;
	top: 75px;
	width: 710px;
	margin-left: 5px;
	margin-right: 5px;
}
*/
#right {
	position: absolute;
	top: 75px;
	left: 755px; 
	width: 45px;
}

/*
#footer {
	position: absolute;
	text-align: right;
	visibility: hidden;
	top: 800px;
	left: 0px;
	width: 800px;
	font-size: 8pt;
}
*/

.credits {
	float: right;
	width: 220px;
	font-size: 12;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
	padding: 8px;
}

/* ***** COLOR SCHEMES ***** */
/* ***** BODY COLORS ***** */
/* ***** BLACK background ***** */
/*
body {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
*/
span.pulloutquote {
	background-color: #FFFFFF;
	color: #000000;
}
h4 {
	color: rgb(255,255,153);
}
h5 {
	color: rgb(255,255,0);
}

/*	color: rgb(255,204,0); 
*/

a:link {
	color: #FFFF00; 
}

/*	color: rgb(255,255,153); */
a:visited {
	color: #FFFF00; 
} 
/*	color: rgb(255,51,0); */
a:active {
	color: #FFFF00;
}

/* *** Color scheme 4 - dark blue and white FOR top and bottom, 
	no color for left and right *** */

#homelink a {
	background-color: #333366;
	color: #FFFFFF ;
}
#contactlink a {
	background-color: #333366;
	color: #FFFFFF ;
}
/*
#header {
	background-color: #000000;
	color: #FFFFFF ;
}

#footer {
	background-color: #333366;
	color: #FFFFFF ;
}
*/

.movieTitle {
	color: #FFFF00;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
}

