a:link {
	color: #6E2B1A;
	text-decoration:none
} 
a:visited {
	color: #6E2B1A;
	text-decoration:none
}
a:active {
	color: #6E2B1A;
	text-decoration:none
}
a:hover {
	color: #CE7D2D;
    text decoration:underline
}

.large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6E2B1A;
}
.medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.small-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.super-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.secret {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
/*SOLID BORDER CELL*/
td.cell_border {
	border-bottom-color:#6E2B1A;
	border-bottom-style:solid;
	border-bottom-width:1px;
	/*border-top-color:#6E2B1A;
	border-top-style:solid;
	border-top-width:1px;*/
	border-left-color:#6E2B1A;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#6E2B1A;
	border-right-style:solid;
	border-right-width:1px;
	background-color: #FFF;
}
/*SOLID BORDER CELL*/
td.cell_top_dotted {
	/*border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;*/
    border-top-color:#CCCCCC;
	border-top-style:dotted;
	border-top-width:1px;
	/*border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	background-color: #FFF;*/
}
td.panelback {
	background-image:url(../../_graphics/panel.jpg);
	background-repeat:no-repeat;
}	
td.pageback {
	background-image:url(background.png);
	background-repeat:repeat-x;
}	
