.bgHome{
	background-image : url(img/bgHome.gif);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #000000;
}

/*---------- fonts ----------*/

body,td{
	font-family : Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size : 11px;
	color : #00684e;
}

.Button{
BORDER-RIGHT: #999999 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #999999 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; MARGIN: 1px; 		 	BORDER-LEFT: #999999 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #999999  1px solid; BACKGROUND-COLOR: #FFFFFF
}

input{
	font-family : Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size : 11px;
	color : #00684e;
}

select{
	font-family : Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size : 11px;
	color : #333333;
}

textarea{
	font-family : Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size : 11px;
	color : #00684e;
}

/*---------- text-link ----------*/
a:link{text-decoration : none; color : #00684e;}
a:visited {text-decoration : none; color : #00684e;}
a:hover {text-decoration : underline; color : #355fa5;}

a.Smokybyte:link{text-decoration : none; color : #00684e;}
a.Smokybyte:visited {text-decoration : none; color : #00684e;}
a.Smokybyte:hover {text-decoration : underline; color : #ff6600;}

a.Link:link {text-decoration : underline; color : #355fa5;}
a.Link:visited {text-decoration : underline; color : #355fa5;}
a.Link:hover {text-decoration : underline; color : #00684e;}

