TD{

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #853A03;
}



a:link{
	color: #853A03;
	text-decoration: none;
}

a:visited{
	color: #853A03;
	text-decoration: none;
}

a:hover{
	color: #853A03;
	text-decoration: underline;
}

a.design:link{
	color: #853A03;
	text-decoration: none;
}

a.design:visited{
	color: #853A03;
	text-decoration: none;
}

a.design:hover{
	color: #853A03;
	text-decoration: underline;
}

.small{
	font-size: 10px;
}

small{
	font-size: 10px;
}

.medium{
	font-size: 11pt;
	font-weight: 600;
}

medium{
	font-size: 11pt;
	font-weight: 600;
}

.large{
	font-size: 32px;
}

big{
	font-size: 13pt;
}

.tiny{
	font-size: 9pt;
}

.error{
	color: 					#FF0000;
}

.highlight{
	background-color: 		#EEEEEE;
}

table.design{
	font-size: 				10px;
	border-color: 			#666666 #666666 #666666 #666666;
	border-left-style: 		solid;
	border-left-width: 		1px;
	border-right-style: 	none;
	border-right-width: 	0px;
	border-top-style: 		solid;
	border-top-width: 		1px;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
}


table.design th{
	padding: 3px;
	background-color: #888888;
	font-size: 10px;
	color: #F6CC90;
	border-color: #666666 #666666 #666666 #666666;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

table.design td{
	padding: 3px;
	font-size: 10px;
	color: #000000;
	border-color: #666666 #666666 #666666 #666666;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

table.empty{
	border: none;
	padding: 0px;
	border-width: 0px;
}

table.empty td{
	border: none;
	padding: 0px;
	border-width: 0px;
}

td.row1{
	background-color: #F6CC90;
}

td.row2{
	background-color: #F7F7F7;
}

td.copy{
	background-color: #000000;
}