/* Can erase bg with new site*/
.bg{
	background-image : url(img/bg.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #FEF5D0;
}

.bgNew{
	background-image : url(img/bgNew.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #FEF5D0;
}

.bgNewsletter{
	background-image : url(img/bgNewsletter.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #FEF5D0;
}

.dotH{
	background-image : url(img/dotH.gif);
	background-repeat : repeat-x;
	background-color : #FEF5D0;
}

.dotV{
	background-image : url(img/dotV.gif);
	background-repeat : repeat-y;
	background-color : #E8F8FA;
}

/*---------- fonts ----------*/


div.profession {
	font: 14px Helvetica,Arial,sans-serif;
	color: red;
}


h1 {
	font: 16px verdana;
	font-weight : bold;
	color:#8F4137;
	letter-spacing:0;
	margin-bottom: 4px;
	
}	

h2 {
	font: 14px verdana;
	font-weight : bold;
	color:#8F4137;
	letter-spacing:0;
	margin-bottom:4px;
}

h3 {
	margin-bottom:4px;
	font: 12px verdana;
	font-weight: bold;
}

td.list {
	font-weight: bold;
	padding-left: 2px;
}

body,td{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 12px;
	color : #666666;
}

p {
	margin-top:3px;
	margin-bottom: 3px;
}

.gray{color : #666666;}
.darkRed{	color : #8F4137;}
.bl{	color : #333333;}
.orange{color : #f26522;}
.green{color : #857f3c;}
.blueGreen{color : #6fc0bc;}

.smallBl{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color : #000000;
}

.smallGray{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

.smallGreen{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color : #857f3c;
}

.darkRedBigBold{
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight : bold;
	color:#8F4137;
	letter-spacing:0;
	line-height:20px;
}

.darkRedBig{
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#8F4137;
	letter-spacing:0;
	line-height:20px;
}

.greenBig{
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#857f3c;
	letter-spacing:0;
	line-height:20px;
}

.greenH{
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#857f3c;
	letter-spacing:0;
	line-height:15px;
}

.darkRedH{
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#8F4137;
	letter-spacing:0;
	line-height:15px;
}

.BlBigBold{
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight : bold;
	color:#000000;
	letter-spacing:0;
	line-height:20px;
}

.BlH{
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#000000;
	letter-spacing:0;
	line-height:15px;
}

.Button{
BORDER-RIGHT: #bcb89c 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #bcb89c 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; MARGIN: 1px; BORDER-LEFT: #bcb89c 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #bcb89c 1px solid; BACKGROUND-COLOR: #FFFFFF
}

input{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

select{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

textarea{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

/*---------- text-link ----------*/
a:link{text-decoration : none; color : #FF6767;}
a:visited {text-decoration : none; color : #FF6767;}
a:hover {text-decoration : underline; color : #CCCCCC;}

a.smokybyteLink:link {text-decoration : none; color : #E0922F; font-family : Verdana,Geneva,Arial,Helvetica,sans-serif; font-size : 11px;}
a.smokybyteLink:visited {text-decoration : none; color : #E0922F; font-family : Verdana,Geneva,Arial,Helvetica,sans-serif; font-size : 11px;}
a.smokybyteLink:hover {text-decoration : underline; color : #333333; font-family : Verdana,Geneva,Arial,Helvetica,sans-serif; font-size : 11px;}

a.darkRedgotoBlSmall:link {text-decoration : none; color : #8F4137; font-family : Verdana,Geneva,Arial,Helvetica,sans-serif; font-size : 11px;}
a.darkRedgotoBlSmall:visited {text-decoration : none; color : #8F4137; font-family : Verdana,Geneva,Arial,Helvetica,sans-serif; font-size : 11px;}
a.darkRedgotoBlSmall:hover {text-decoration : underline; color : #333333; font-family : Verdana,Geneva,Arial,Helvetica,sans-serif; font-size : 11px;}

a.textLink:link {text-decoration : none; color : #8F4137;}
a.textLink:visited {text-decoration : none; color : #8F4137;}
a.textLink:hover {text-decoration : underline; color : #333333;}

a.textLinkunderline:link {text-decoration : underline; color : #8F4137;}
a.textLinkunderline:visited {text-decoration : underline; color : #8F4137;}
a.textLinkunderline:hover {text-decoration : underline; color : #333333;}

a.textLinkFaqunderline:link {text-decoration : underline; color : #8F4137;}
a.textLinkFaqunderline:visited {text-decoration : underline; color : #333333;}
a.textLinkFaqunderline:hover {text-decoration : underline; color : #333333;}

a.textLinkVisitedunderline:link {text-decoration : underline; color : #8F4137;}
a.textLinkVisitedunderline:visited {text-decoration : underline; color : #333333;}
a.textLinkVisitedunderline:hover {text-decoration : underline; color : #333333;}

a.blGotoDarkRed:link {text-decoration : none; color : #000000;}
a.blGotoDarkRed:visited {text-decoration : none; color : #000000;}
a.blGotoDarkRed:hover {text-decoration : underline; color : #8F4137;}

a.grayGotoDarkRedunderline:link {text-decoration : underline; color : #666666;}
a.grayGotoDarkRedunderline:visited {text-decoration : underline; color : #666666;}
a.grayGotoDarkRedunderline:hover {text-decoration : underline; color : #8F4137;}

