/* Style Sheet
   Programming: Dirk Bertels
   Date:September 2006
*/

/*Order Form Style*/
table.ofTable 
{
  background : #CCCCCC;
  font-size  : 9pt;
  color: black;
}

a.ofLink
{
	color: blue;
	text-decoration:underline;
}

a.ofLink:hover 
{
  color            : white;
  background-color : blue;
}

ul
{
  font-family : Verdana, sans-serif;
  font-size   : 10pt;
}


select.ofSelect 
{
  font-family : Courier, sans-serif;
  font-size   : 8pt;
}

input.ofInput 
{
  font-family : Courier, sans-serif;
  font-size   : 10pt;
}



/*navigation*/

a.nav, a.nav:visited
{
	text-decoration:none;
	color: #812E1D;		/*353A71*/
	font-style:oblique;
	
}
a.nav:hover
{
	text-decoration:none;
}
td.nav
{
	color:#D2CCC0;
}

/*Bio List*/
ul.bioList
{
  font-family : Verdana, sans-serif;
  font-size   : 10pt;
}

/*Round Corner elements*/

/* General Style*/

/*START COLOUR SCHEME VERSIONS */
body
{
	background-color: #786A50;
}

/* 1 - Whitish 
 * 
td.topTitleBG
{
	background-color: #4C6646;
}
td.linkBG
{
	background-color: #FFFFFF;
}

td.topRightBG
{
	background-color: #EFF4F5;
}

td.mainBodyBG
{
	background-color: #EFF4F5;
}

*/

/*2 - Black*/

td.topTitleBG
{
	background-color: #222222;
}
 
td.linkBG
{
	background-color: #222222;
	height: 20px;
}

td.topRightBG
{
	background-color: #222222;
}

td.mainBodyBG
{
	background-color: #222222;
	color: #FFFFFF;
}



/*END COLOUR SCHEME VERSIONS */

a
{
	color: #cdad00;
	text-decoration:underline;
	
}
ul.oList
{
	font-family : Courier, sans-serif;
    font-size   : 10pt;
	
}

/* fatness of navigation links */
td.navLink
{
	height: 16pt;
	width:20%;
	background-color:#C0B8A9;
	
}

p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, helvetica, serif;
	font-size: 10pt;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, helvetica, serif;
	font-size: 14pt;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, helvetica, serif;
	font-size: 12pt;
}

h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, helvetica, serif;
	font-size: 11pt;
}

h5 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, helvetica, serif;
	font-size: 8pt;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#footer {
	PADDING-RIGHT: 10px; PADDING-LEFT: 50px; FONT-SIZE: 8pt; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; TEXT-ALIGN: center
}