/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2007 by color:gray. All Rights Reserved.    		          */
/*                                                                            */
/* No part of this publication may be reproduced, transmitted, transcribed    */
/* or stored in a retrieval system without the prior written authorization	  */
/* of color:gray.      														  */
/*                                                                            */
/* CSS        : page.css                                                      */
/*                                                                            */
/* Description: first Cascading Style Sheet for site                          */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* History                                                                    */
/* Version   Date     Author      Comments                                    */
/* --------  -------  ----------  ------------------------------------------- */
/* 01.00.00  Nov'07  A. Rinehart   Final Version.                             */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* NOTES                                                                      */
/*                                                                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/


/* General */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/splashBG.jpg);
	background-attachment:fixed;
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}
a {
	font-size: 14px;
	color: #D1D1D1;
}
a:link {
	text-decoration: none;
	color:#666666;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color:#666666;
}
#upperleft {
	position:absolute;
	top:8px;
	left:8px;
}
#upperright {
	position:absolute;
	top:8px;
	right:8px;
}
#flashsplash {
	position:absolute;
	top:55px;
	left:50%;
	width:442px;
	height:241px;
	margin-left:-215px;
}
#parenthesis {
	position:absolute;
	top:320px;
	width:442px;
	left:50%;
	margin-left:-221px;
}
#pagesplash {
	position:absolute;
	top:350px;
	left:50%;
	width:465px;
	margin-left:-232px;
}



