
html			{
				overflow-y			: scroll;
				}
body			{
				font-family 		: arial;
				font-size			: 10pt;
				color				: #4f555b;
				}
td 				{
				font-size			: 10pt;
				color				: #4f555b;
				}
a 				{
				color				: #4f555b;
				font-family			: arial, helvetica, sans-serif;
				font-size			: 10pt;
				}
a:hover			{
				color				: #FD9B00;
				}
a.contact		{
				color				: #fffff;
				font-family			: arial, helvetica, sans-serif;
				font-size			: 11px;
				}
h1				{
				font-family 		: tahoma;
				font-size			: 13pt;
				color				: #4f555b;
				line-spacing 		: 7px;
				
				}
.tileleft		{
				background-image	: url("images/left_tile.jpg");
				background-repeat	: repeat-y;
				background-position	: right;
				}
.tileright		{
				background-image	: url("images/right_tile.jpg");
				background-repeat	: repeat-y;
				background-position	: left;
				}
.BG				{
				background-image	: url("images/main_top.jpg");
				background-repeat	: no-repeat;
				}
.BGgradient		{
				background-image	: url("images/main_tile.jpg");
				background-repeat	: repeat-y;
				}
.newsBG			{
				background-image	: url("images/newsBG.jpg");
				background-repeat	: no-repeat;
				background-position	: top;
				}
.bottomBG			{
				background-image	: url("images/main_bottom.jpg");
				background-repeat	: no-repeat;
				background-position	: top;
				}
p				{
				color				: #fffff;
				font-family			: arial, helvetica, sans-serif;
				font-size			: 12px;
				padding-top			: 55px;
				padding-left		: 175px;
				padding-right		: 150px;
				}
p.prod			{
				color				: #4f555b;
				font-family			: arial, helvetica, sans-serif;
				font-size			: 12px;
				padding-top			: 5px;
				}
p.contact		{
				color				: #fffff;
				font-family			: arial, helvetica, sans-serif;
				font-size			: 11px;
				padding-top			: 55px;
				}
