.dotH{
	background-image : url(img/dotH.gif);
	background-repeat : repeat-x;
	background-color : #F5F5E7;
}

.dotV{
	background-image : url(img/dotV.gif);
	background-repeat : repeat-y;
	background-color : #E8F8FA;
}

/*---------- fonts ----------*/

body,td{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color : #666666;
}

.small{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 10px;
	color : #666666;
}

.red{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color : #DE5928;
}

.white{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 12px;
	color : #FFFFFF;
}

.brownB{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-size : 11px;
	color : #7A4201;
}

.brown{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color : #7A4201;
}

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 : #7A4201;}
a:visited {text-decoration : none; color : #7A4201;}
a:hover {text-decoration : underline; color : #406618;}

a.email:link {text-decoration : none; color : #FFFFFF;}
a.email:visited {text-decoration : none; color : #FFFFFF;}
a.email:hover {text-decoration : none; color : #7A4201;}

a.type:link {text-decoration : none; color : #7A4201; font-weight : bold;}
a.type:visited {text-decoration : none; color : #7A4201; font-weight : bold;}
a.type:hover {text-decoration : underline; color : #406618; font-weight : bold;}

a.typeS:link {text-decoration : none; color : #7A4201;}
a.typeS:visited {text-decoration : none; color : #7A4201;}
a.typeS:hover {text-decoration : underline; color : #406618;}

a.back:link {text-decoration : none; color : #7A4201;}
a.back:visited {text-decoration : none; color : #7A4201;}
a.back:hover {text-decoration : none; color : #999999;}

a.spa:link {text-decoration : none; color : #181EA5;}
a.spa:visited {text-decoration : none; color : #181EA5;}
a.spa:hover {text-decoration : underline; color : #999999;}

