/*********************************************************
 Main CSS (main.css) - Creates the main CSS for all pages
 For specific attributes view the appropriate style sheet
 ********************************************************/
/* AUTHOR : Eric Davis */
/* DATE: 12/16/05 */
/* REVISION: 
			A - 12/17/05 - Eric Davis*/
			
/********************************************************			
IMPORTS
********************************************************/

/* @import "navigation.css"; */

body	{
	background-color : #F1FCD0;
	background-image : url(images/TILE_background.gif);
	background-repeat : repeat-x;
	margin : 0px;
}

.contentArea	{
	background-color : #FFF;
	border-right : #4B6B00 1px solid;
	border-left : #4B6B00 1px solid;
	padding-left : 12px;
	padding-right : 12px;
}
	
h1, .heading1	{
	font-family : Tahoma, Verdana;
	font-size : 18px;
	line-height : 21px;
	color : #085D00;
}

h2	{
	font-family : Tahoma, Verdana;
	font-size : 14px;
	line-height : 18px;
	color : #085D00;
}

h3	{
	font-family : Tahoma, Verdana;
	font-size : 12px;
	line-height : 18px;
	color : #085D00;
}
	
input	{
	font-family : Tahoma, Verdana;
	font-size : 11px;
	color : #000;
}
	
p,td	{
	font-family : Tahoma, Verdana;
	font-size : 11px;
	line-height : 14px;
	color : #000;
	}
	
.gloslink	{
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	font-weight:bold;
}
	
