.bg{
	background-image : url(img/bg.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #A5C2DC;
}

.bgTop{
	background-image : url(img/bgTop.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #FFFFFF;
}

.bgContent{
	background-image : url(img/bgContent.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #FFFFFF;
}

.bgContent2{
	background-image : url(img/bgContent2.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #FFFFFF;
}

.bgContent_ASEA {
background-color:#FFFFFF;
background-image:url(img/bgContent_ASEA.jpg);
background-repeat:repeat-y;
}
/*---------- fonts ----------*/

body,td{
	font-family : Verdana,Arial,Tahoma,Geneva,Helvetica,sans-serif;
	font-size : 12px;
	color : #666666;
}

.txtSmall{
	font-size : 11px;
	color : #000000;}

.star{
	font-size : 11px;
	font-weight : bold;
	color : #CC0000;
	}



.orange{color : #F7931E;}

.Button{
BORDER-RIGHT: #737373 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #737373 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; MARGIN: 1px; BORDER-LEFT: #737373 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #737373 1px solid; BACKGROUND-COLOR: #DFE0E0
}

input{
	font-family : Verdana,Arial,Tahoma,Geneva,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

select{
	font-family : Verdana,Arial,Tahoma,Geneva,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

textarea{
	font-family : Verdana,Arial,Tahoma,Geneva,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

/*---------- text-link ----------*/
a:link{text-decoration : none; color : #5F749C;}
a:visited {text-decoration : none; color : #5F749C;}
a:hover {text-decoration : none; color : #E0922F;}

a.smokybyte:link {text-decoration : underline; color : #000000; font-size : 11px;}
a.smokybyte:visited {text-decoration : underline; color : #000000; font-size : 11px;}
a.smokybyte:hover {text-decoration : underline; color : #FFFFFF; font-size : 11px;}

a.txtLink:link {text-decoration : none; color : #5F749C;}
a.txtLink:visited {text-decoration : none; color : #5F749C;}
a.txtLink:hover {text-decoration : underline; color : #E0922F;}

a.txtLinkBl:link {text-decoration : none; color : #000000;}
a.txtLinkBl:visited {text-decoration : none; color : #000000;}
a.txtLinkBl:hover {text-decoration : underline; color : #E0922F;}


