BODY {
 background-color : #dad8d1;
 margin : 0;
}

BODY.b02{
 background-color : #dad8d1;
 margin : 15px;
}
TABLE {
	border : none;
	border-collapse : collapse;
	border-spacing : 0;
	empty-cells : show;
}

TR,TD {
 border : none;
 padding : 0;
}

.txtSTD {
 font : normal 10px/12px tahoma,arial,helvetica,sans-serif;
 color : black;
 letter-spacing : 2px;
}

.txtSTD a {
 font : normal 10px/12px tahoma,arial,helvetica,sans-serif;
 font-weight : normal;
 text-decoration : none;
 color : #892000;
 letter-spacing : 2px ;
}

.txtSTD a:link {
 color : #892000;
}

.txtSTD a:visited {
 color : #892000;
}

.txtSTD a:hover {
 color : #726D5C;
}

.txtSTD a:active {
 color : #dad8d1;
}

.txtSTD a:focus {
 color : #726D5C;
}

.linkSMALL a {
 font : normal 10px/12px tahoma,arial,helvetica,sans-serif;
 font-weight : normal;
 text-decoration : none;
 color : #726D5C;
 letter-spacing : 0;
}

.linkSMALL a:link {
 color : #726D5C;
}

.linkSMALL a:visited {
 color : #726D5C;
}

.linkSMALL a:hover {
 color : #892000;
}

.linkSMALL a:active {
 color : #726D5C;
}

.linkSMALL a:focus {
 color : #892000;
}

.txtLIGHT {
 font : normal 10px/12px tahoma,arial,helvetica,sans-serif;
 color : #a29a82;
 letter-spacing : 1px;
}

