/* CSS Document */

	BODY {
		font-size: 10pt;
		margin: 0;
		background-color:#ccd3e2;
		background-image:url( ./main_back.jpg );
		background-repeat:repeat-x;
	}
	
	P {
		font-size: 11pt;
		text-align: justify;
	}
	
	A, A:VISITED, A:ACTIVE {
		color:#333333;
	}
	
	.contact {
		font-size: 10pt;
		margin-left:20px;
	}
	
	#main {
		text-align:center;
		margin-left: auto;
    	margin-right: auto;
		width: 750px;
		border: 1px solid #394493;
		background-color:#FFFFFF;
	}
	
	#mainCopy {
		padding:15px;
		padding-left: 0;
	}
	
	#tabbar {
		background-color:#CCCCCC;
		height:24px;
		text-align:left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		border-top:1px solid #89a5e0;
		border-bottom:1px solid #89a5e0;
		background-image:url( ./button_back.jpg );
	}
	
	#productTable, #productTable.TD {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		padding-top:20px;
		text-align:left;
	}
	
	#copyright {
		text-align:center;
		margin-left: auto;
    	margin-right: auto;
		color:#333333;
		padding-top:5px;
	}
	
	A.button, A.button:ACTIVE, A.button:VISITED {
		color:#394493;
		text-decoration:none;
	}
	
	A.button:HOVER {
		color:#933c64;
		text-decoration:none;
	}
  .pageheadertitle     { font-size: 24pt; font-style: italic; font-weight: bold; padding:10px; }
  .regular             {  font-size: 10pt; }
  .liteemph            { font-style: italic; font-size: 10pt; }
  .dark                { font-weight: bold;  font-size: 10pt;}
  .darkemph            { font-style: italic; font-weight: bold;  font-size: 10pt;}
  .smallbody           { font-size: 80%; }
  .smalldarkemph       { font-style: italic; font-weight: bold; font-size: 70%; }
  .booktitle           { font-style: italic; font-weight: bold;  font-size: 10pt;}
  .smallcaps           { font-size: 80%; }
  .smallcapsdark       { font-size: 70%; font-weight: bold; }
  .codelite            { font-family: monospace; }
  .codedark            { font-family: monospace; font-weight: bold; }
  .required            { font-style: italic; font-weight: bold; color: #800000;  font-size: 10pt; }
  .textinput            { font-size: 10pt; }
  .navbarhead          { font-family: verdana,arial,geneva,helvetica,sans-serif;  
                         font-size: 12pt; font-weight: bold; font-style: italic; color: #000000;}
	.bioghead            { font-size: 14pt; font-weight: bold; font-style: italic; color: #800000;}

