/* 8888888888888888888888888888888888888888888888888888 */
/*
   Primary Style Sheet
*/
/* 8888888888888888888888888888888888888888888888888888 */

body 	{
		font-family: Arial, Helvetica, sans-serif; 
		color: #000000; 
		background-color: #A8A7A7;
		}
		
td 		{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt; 
		color: #000000;
		}
		
h2 		{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11pt; 
		font-weight: bold; 
		color: #FFFFFF; 
		text-align: left; }
		
h3 		{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 9pt; 
		font-weight: bold; 
		color: #FFFFFF; 
		text-align: left; }
		
hr		{ color: #B2AB79; height: 2px; }
	
a:link 	{color: #000000; }
a:visited {color: #000000; }
a:active {color: #000000; }

.header	{ 
		background-color: #a19964; 
		}

.main	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size:10pt; 
		color: #FFFFFF;
		background-color: #a19964;
		}

.nav	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size:8pt; 
		color: #FFFFFF;
		background-color: #a19964;
		}

.onbutton
	{
	height: 23px;
	width: 158px;
	background-image: url("../schema/nav/on.gif");
	text-align: center;
	}

.on
	{
	color: #333300;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	}

.offbutton
	{
	height: 23px;
	width: 158px;
	background-image: url("../schema/nav/off.gif");
	text-align: center;
	}
	
.off
	{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	}
	
a.off:link {color: #FFFFFF;}
a.off:visited {color: #FFFFFF;}
a.off:hover {color: #993300;}
a.off:active {color:#993300;}
a.on:link {color: #333300;}
a.on:hover {color: #993300;}
a.on:active {color: #993300;}
					
.notice {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		color: #000000; 
		text-align: center;
		}

.input	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size:10pt; 
		color: #000000;
		}

.tips {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 8pt;
		font-style: italic;
		color: #000000; 
		text-align: center;
		}

.error	{
		width: 90%;
		padding: 10px;
		border-left: solid 2px #FF0000;
		border-top: solid 2px #FF0000;
		border-right: solid 2px #FF0000;
		border-bottom: solid 2px #FF0000;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt;
		font-weight: bold;
		background-color: #FFEE33;
		color: #FF0000;
		}
