/* common                   */
body 
{
    	font-family:Verdana;
    	font-size: small;
    	color: #91a623;
    	margin: 10;
    	padding: 10;
    	text-align: center; 
 	background-image: url(images/bcg.gif);
}

A:link      { color: #91a623; text-decoration:underline; }
A:visited 	{ color: #91a623; text-decoration:underline; }
A:active 	{ color: #91a623;  cursor:hand; text-decoration:underline; }
A:hover 	{ color: #91a623;  cursor:hand; text-decoration:underline; }

table.main
{
	background-color: White;
	border-width: 2px;
	border-color: #91a623;
	border-style: solid;
	text-align: center;
	width: 760px;
}

td.logo 
{
	background-image: url(Images/logo.jpg); background-repeat: no-repeat;
	background-position: left;
	border-width: 0px;
	border-color: #91a623;
	border-style: solid;
	height: 87px; 
	width: 256px;
}

td.headerbar 
{
	font-size: x-large;
	font-weight: bolder;
	text-align: right;
	height: 23px;
}

img
{
	border-width: 0;
}

/*-----------------------------*/		

/* table as a box              */
table.box
{
	border-right: #91a623 thin solid; 
	border-top: #91a623 thin solid; 
	border-left: #91a623 thin solid; 
	width: 315px; 
	border-bottom: #91a623 thin solid; 
	background-color: #ffffff;
	color: #91a623; 
	padding: 2px;
	margin: 2px;
}

A.box:link      { color: #91a623; text-decoration:none; }
A.box:visited 	{ color: #91a623; text-decoration:none; }
A.box:active 	{ color: #91a623;  cursor:hand; text-decoration:none; }
A.box:hover 	{ color: #91a623;  cursor:hand; text-decoration:underline; }
/*-----------------------------*/		

/* main menu links      */
A.MenuView:link     { color: #dcdcdc; font-weight: bold; text-decoration:none; }
A.MenuView:visited 	{ color: #dcdcdc; font-weight: bold; text-decoration:none; }
A.MenuView:active 	{ color: #dcdcdc; font-weight: bold; text-decoration:none; }
A.MenuView:hover 	{ color: White; font-weight: bold; text-decoration:none; }
/*-----------------------------*/		

/* makes links look like a button */
A.ButtonView:link     
{
	font-weight: bold; 
	background-color: #91a623; 
	border-style: solid;  
	border-width: thin;
	border-color: #91a623; 
    padding-left: 3px;
    padding-right: 3px;
	color: #ffffff;
	text-decoration: none;  
}
A.ButtonView:visited 	
{
	font-weight: bold; 
	background-color: #91a623; 
	border-style: solid; 
	border-width: thin;
	border-color: #91a623; 
    padding-left: 3px;
    padding-right: 3px;
	color: #ffffff;  
	text-decoration: none;  
}
A.ButtonView:active 	
{
	font-weight: bold; 
	background-color: #91a623; 
	border-style: solid; 
	border-width: thin;
	border-color: #91a623; 
    padding-left: 3px;
    padding-right: 3px;
	color: #ffffff;  
	text-decoration: none;  
}
A.ButtonView:hover 	
{
	font-weight: bold; 
	background-color: #ffffff; 
	border-style: solid; 
	border-width: thin;
	border-color: #91a623; 
    padding-left: 3px;
    padding-right: 3px;
	color: #91a623;    
	text-decoration: none;  
}
/*-----------------------------*/		

/* Instructions box header                    */
td.instructionsheaderbar 
{
	font-weight: bold;
	text-align: center;
	background-color: #91a623;
	color: White;
}
/*-----------------------------*/		

/* Headings                    */
h1
{
	font-size: large;
	color: #91a623;
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #91a623;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #91a623;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}
/*-----------------------------*/
