body {
	font-size: 14;
	font-family: Verdana, Arial, Helvetica;
	margin-top: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	color: #000000;
}

td {
	font-size: 14;
}

tr.oddrow {
}

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); */
	color: #003366;
}

h3 {
	color: #003366;
	font-size: 20;
/*	color: #660066; */
}

h4 {
	color: #6666CC;
}

h5 {
	color: #3333CC;
}

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 {

}

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: #006060;
	font-size: 10;
	background-color: #FFFFFF;
	color: #000000;
}

.tab_title {
	position: relative;
	margin-top: -20px;
	margin-left: -3px;
	border-width: 3px;
	border-style: solid;
	border-color: #006060; 
	background-color: #006060;
	color: #000000;
	font-weight: bold;
	width: 70%;
	color: #FFFFFF;
}

.tab_text {
	position: relative;
	background-color: #FFFFFF;
	color: #000000;
}

.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;
}

#page_title {
	position: absolute;
	top: 75;
	left: 175;
}

.credits {
	float: right;
	width: 220px;
	font-size: 12;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
	padding: 8px;
}

a:link {
/*	color: #FFFF00; */
	color: #006060;
}

a:visited {
/*	color: #FFFF00; */
	color: #006060;
} 

a:active {
/*	color: #FFFF00; */
	color: #660066;
}
a:hover {
/*	color: #FFFF00; */
	color: #660066;
}


span.pulloutquote {
	background-color: #CCCCCC;
	color: #000000;
	border-color: #000000;
}

a.copyright:link {
	color: #FFFFFF; 
}

a.copyright:visited {
	color: #FFCCCC; 
} 

a.copyright:active {
	color: #FFFFCC;
}

/* *** Color scheme 1 - dark blue and white *** */
#homelink a {
	background-color: #333366;
	color: #FFFFFF ;
}
#contactlink a {
	background-color: #333366;
	color: #FFFFFF ;
}

.sitename {
	color: #0041FF;
}

.sitename a {
	text-decoration: none;
	color: #660066;
}

.sitename a:hover {
	text-decoration: underline;
	color: #660066;
}

.sitename a:visited {
	text-decoration: underline;
	color: #660066;
}
