/*
	MoiaGroup MAIN.CSS Style Sheet
	Version 0.9		2002-02-22
	Revised a little on 2007-04-23
*/

/* Global Formatting Essentials */

	body  {
			font-family : frutiger, verdana, tahoma, arial, sanserif;
			font-size : 10pt;
			color : #333333;
			background : white url(/images/home/backtile2.gif);
			background-repeat: repeat-y;
			}
			
	P	{
					}
	H1  {				color : #37882D;
			font-size : 12pt;		}
	H2  {				color : #37882D;
			font-size : 11pt;		}
	H3  {				color : #37882D;
			font-size : 10pt;		}
	H4  {				color : #37882D;
			font-size : 9pt;		}
	B  	{
			font-weight : bold;
			color : #37882D;		}
	I  	{	color : #663333;}

	TD  {	font-family : frutiger, verdana, tahoma, arial, sanserif;
			font-size : 9pt;	}
	UL	{
		list-style-type: disc;
		size: 1px;
	}

	 .navbar {
		background-color: #37882D;
	}

	A:link  	{	color : #37882D	}
	A:active  	{	color : #FF9900;
				text-decoration : none;	}
	A:visited  	{	color : #79B078;
				text-decoration : none;	}
	A:hover	{ color : blue }

/* Now, do exceptions/specials for each section */

	/* Main Content Formatting. */
		.content 	{
           		font-family : frutiger, verdana, tahoma, arial, sanserif;
				font-size: 8pt;
				padding-left: 6;
		}
		.links 	{
            		font-family : frutiger, verdana, tahoma, arial, sanserif;
				font-size: 8pt;
				padding-left: 2;
		}
		.header1 	{
		          font-family : frutiger, verdana, tahoma, arial, sanserif;
			     font-weight : bold;
				font-size: 11pt;
				padding-left: 0;
				padding-bottom: 8;
				color : #37882D;
		}
		.footer {
		          font-family : frutiger, verdana, tahoma, arial, sanserif;
				font-size: 8pt;
		}
		tr.row0 	{
				background: #ffffff;
		}
		tr.row1 	{
				background: #DDDDDD;
		}

#homeslug {
	font-size: 1.4em;
	font-style: italic;
	margin: 5px 70px 15px 5px;
	}

#homecopy {
	margin: 0px 70px 15px 5px;
	font-size: 1.1em;
	}
