/* Future Lab stylesheet in navy using CSS1.
   Last modified Dec 09, 2008 */

PRE {
	background-color: #2F4052;
	color: #B3CAE3;
	font-weight: bold;
	font-family: monospace;
	font-size: xx-small;
}


BODY {
   background-color : #31435B;
   background-image: url(../images/background.jpg);
	background-repeat: repeat;
	text-align: left;
	margin-left: 20px;
}
div#logo {
	 background-image: url(../images/logo.jpg);
	 background-repeat: no-repeat;
	 height: 200px;
	 background-position: center;
	 padding: 0px;
}

B {
	background-color: #99AEC5;
	color: #121E2E;
	font-family: Arial,Helvetica,sans-serif;
}

B.title {
	background-color: #121E2E;
	color: #8DBEEB;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15pt;
}

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {
	background-color: #121E2E;
	color: #DAEAF7;
}

A:VISITED {
	background-color: #121E2E;
	color: #7F92A3;
}

A:LINK {
	background-color: #121E2E;
	color: #6EA6F9;
}

I {
	color: #3883F3;
}


H1 {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 14pt;
	color: #9BB5D1;
}

H2 {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 13pt;
	color: #9BB5D1;
}

H3 {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12pt;
	color: #9BB5D1;
}

H4 {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11pt;
	color: #9BB5D1;
}

P {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10pt;
	color: #8EA1B7;
}

TABLE {
   /* same colour as 'P' */
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10pt;
   color: #8EA1B7;
}

TD {
   /* background colour same as 'PRE' background
      colour same as 'P' */
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10pt;
   background-color : #2F4052;
   color: #8EA1B7;
}

SELECT {
   /* background colour same as 'PRE' background
      colour same as 'P' */
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10pt;
   background-color : #2F4052;
   color: #8EA1B7;
}

TEXTAREA {
   /* background colour same as 'PRE' background
      colour same as 'P' */
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10pt;
   background-color : #2F4052;
   color: #8EA1B7;
}

INPUT {
   /* background colour same as 'PRE' background
      colour same as 'P' */
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10pt;
   background-color : #2F4052;
   color: #8EA1B7;
}
DIV {
   text-align: center;
   font-family: Arial,Helvetica,sans-serif;
   font-size: xx-small;
   color: #9AB7D3;
}

HR {
   font-family: Arial,Helvetica,sans-serif;
   font-size: xx-small;
   color: #6A84A7;
}

LI {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10pt;
	color: #8DBEEB;
}


