/* CSS Document */
html			{
				overflow-y			: scroll;
				}
A				{
				color				: #005a46;
				text-decoration		: underline;
				}
A:Hover			{
				text-decoration		: none;
				}
Body			{
				font-family			: Arial, Helvetica, sans-serif;
				font-size			: 14px;
				font-style			: normal;
				line-height			: normal;
				color				: #005a46;
				font-weight			: normal;
				background			: url("graphics/main-bg.jpg");
				background-repeat	: repeat-x;
				background-position	: top;
				background-color	: #ffffff;
				}
TD				{
				font-family			: Arial, Helvetica, sans-serif;
				font-size			: 14px;
				font-style			: normal;
				line-height			: normal;
				font-weight			: normal;
				}
Input, textarea, select
				{
				border-left			: 1px #000000 Solid;
				border-right		: 1px #000000 Solid;
				border-top			: 1px #000000 Solid;
				border-bottom		: 1px #000000 Solid;
				font-family			: Arial, Helvetica, sans-serif;
				font-size			: 11px;
				color				: #404040;
				}
input.button	{
				color				: #ffffff;
				background-color	: #005a46;
				font-weight			: bold;
				cursor				: pointer;
				}
h1, h1 A		{
				font-family			: Arial, Helvetica, sans-serif;
				color				: #005a46;
				font-size			: 24px;
				padding-top			: 0px;
				margin-top			: 0px;
				padding-bottom		: 5px;
				margin-bottom		: 5px;
				text-decoration		: none;
				}
h2, h2 A		{
				font-family			: Arial, Helvetica, sans-serif;
				color				: #005a46;
				font-size			: 18px;
				padding-top			: 10px;
				margin-top			: 10px;
				padding-bottom		: 3px;
				margin-bottom		: 3px;
				text-decoration		: none;
				}
h3, h3 A		{
				font-family			: Arial, Helvetica, sans-serif;
				color				: #005a46;
				font-size			: 18px;
				padding-top			: 5px;
				margin-top			: 5px;
				padding-bottom		: 3px;
				margin-bottom		: 3px;
				text-decoration		: none;
				}
h4, h4 A		{
				font-family			: Arial, Helvetica, sans-serif;
				color				: #ffffff;
				font-size			: 13px;
				padding-top			: 0px;
				margin-top			: 0px;
				padding-bottom		: 0px;
				margin-bottom		: 0px;
				text-decoration		: none;
				}
h5, h5 A		{
				font-family			: Arial, Helvetica, sans-serif;
				color				: #ffff00;
				font-size			: 14px;
				padding-top			: 0px;
				margin-top			: 0px;
				padding-bottom		: 0px;
				margin-bottom		: 0px;
				text-decoration		: none;
				}
.topbox			{
				background			: url("graphics/top-bg.jpg");
				background-repeat	: no-repeat;
				background-position	: top;
				background-color	: #ff9600;
				}
.morebox1		{
				background			: url("graphics/right-box1.png");
				background-repeat	: no-repeat;
				background-position	: top;
				}
.morebox2		{
				background			: url("graphics/right-box2.png");
				background-repeat	: no-repeat;
				background-position	: top;
				}
.morebox3		{
				background			: url("graphics/right-box3.png");
				background-repeat	: no-repeat;
				background-position	: top;
				}
.moreboxtxt		{
				font-family			: Arial, Helvetica, sans-serif;
				color				: #ffffff;
				font-size			: 12px;
				padding-top			: 5px;
				margin-top			: 5px;
				padding-bottom		: 0px;
				margin-bottom		: 0px;
				padding-right		: 5px;
				margin-right		: 5px;
				padding-left		: 5px;
				margin-left			: 5px;
				text-decoration		: none;
				}
.moreboxli		{
				padding-left		: 12px;
				margin-left			: 12px;
				padding-right		: 0px;
				margin-right		: 0px;
				}
.sitemap		{
				padding-top			: 0px;
				margin-top			: 0px;
				padding-bottom		: 6px;
				margin-bottom		: 6px;
				}	
.mainbox		{
				padding-left		: 15px;
				margin-left			: 15px;
				padding-right		: 15px;
				margin-right		: 15px;
				padding-top			: 0px;
				margin-top			: 0px;
				padding-bottom		: 0px;
				margin-bottom		: 0px;
				background			: url("graphics/content-bg.png");
				background-repeat	: no-repeat;
				background-position	: top;
				}
.botmtxt, .botmtxt A
				{
				color				: #010101;
				font-size			: 10px;
				text-decoration		: none;
				}
.border-thin	{
				border-left			: 1px #005a46 Solid;
				border-right		: 1px #005a46 Solid;
				border-top			: 1px #005a46 Solid;
				border-bottom		: 1px #005a46 Solid;
				}	