BODY {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lightborderTOP {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6C6C6;
}
.lightborderBOTTOM {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6C6;
}
.lightborderRIGHT {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6C6C6;
}
.lightborderTOPBOTTOM {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
	border-top-style: solid;
	border-bottom-style: solid;
}
.lightBORDER {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6C6C6;	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C6C6C6;	
}
.borderRIGHT {
	border-right-width: 2px;
	border-right-color: #949494;
	border-right-style: solid;
}
.borderLEFT {
	border-left-width: 2px;
	border-left-color: #949494;
	border-left-style: solid;
}
.borderTOP {
	border-top-width: 2px;
	border-top-color: #949494;
	border-top-style: solid;
}
.TABLEheader {font-weight:bold; COLOR: #000000; font-size: 24px}
.LOCATIONheader {font-weight:bold; COLOR: #666666; font-size: 24px}
.textGRAY {font-weight:normal; COLOR: #666666; font-size: 12px}
.textBOLDGRAY {font-weight:BOLD; COLOR: #666666; font-size: 12px}
.textBLACK {font-weight:normal;COLOR: #000000;font-size: 12px;}
.textCATEGORY {
	font-weight:normal;
	COLOR: #FFAE11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
}
.titleSMALL {font-weight:bold;COLOR: #FFAE11;font-size: 12px;}
.titleSMALLGRAY {font-weight:normal;COLOR: #666666;font-size: 12px;}
.titleBOLDGRAY {font-weight:BOLD; COLOR: #666666; font-size: 13px;}

table.itemlist {
	padding: 0px;
	border-collapse: collapse;
	width:98%;
}
table.itemlist td{
	color: #666666; font-size: 12px;
	text-align: center;
}
table.itemlist td.header{
	COLOR: #FFAE11;
	font-size: 20px;
	line-height: 35px;
}
a.section:link {
	font-weight:normal;
	COLOR: #666666;
	font-size: 12px;
	text-decoration: none;
}
a.section:visited {
	font-weight:normal; 
	COLOR: #666666; 
	font-size: 12px;
	text-decoration: none;
}
a.section:hover {
	font-weight:normal; 
	COLOR: #666666; 
	font-size: 12px;
	text-decoration: underline;
}
a.menu:link {
	font-weight:bold;
	COLOR: #666666;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
a.menu:visited {
	font-weight:normal; 
	COLOR: #666666; 
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
a.menu:hover {
	font-weight:normal; 
	COLOR: #FFA200; 
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
a.pager:link {
	font-weight:bold;
	COLOR: #666666;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
a.pager:visited {
	font-weight:normal; 
	COLOR: #666666; 
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
a.pager:hover {
	font-weight:normal; 
	COLOR: FFBC48; 
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
.pageactive {
	font-size: 12px;
	font-weight:bold;
	color:red;
}