body { 
	background-image: url("/images/bg.gif"); BACKGROUND-REPEAT: repeat; color: black; background-color: #333333; 
	
}

TD {
	COLOR: #333333; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.maintable {
	BORDER-BOTTOM: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
}
.title-underline {
	CLEAR: both; FONT-SIZE: 18px; MARGIN-BOTTOM: 10px; COLOR: #1B2616; BORDER-BOTTOM: #e9eef4 5px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; ALIGN: left;
}
.title-dots {
	CLEAR: both; BACKGROUND-POSITION: left 0.1em; PADDING-LEFT: 0px; ALIGN: left; FONT-SIZE: 23px; 
	MARGIN-BOTTOM: 10px; COLOR: #1B2616; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.bodycolor {
	BACKGROUND-COLOR: #ffffff
}
.bodycopy {
	FONT-SIZE: 12px; COLOR: #333333; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.whitemenu {
	CLEAR: both; BACKGROUND-POSITION: left 0.1em; PADDING-LEFT: 0px; FONT-SIZE: 12px; 
	MARGIN-BOTTOM: 10px; FONT-WEIGHT: bold; COLOR: white; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.whitemenu A.whitemenu-link {
	CLEAR: both; BACKGROUND-POSITION: left 0.1em; PADDING-LEFT: 0px; FONT-SIZE: 12px; 
	MARGIN-BOTTOM: 10px; FONT-WEIGHT: bold; COLOR: white; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial, Helvetica, sans-serif
}

A:link {
	COLOR: #336600; TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #336600; TEXT-DECORATION: underline;
}
A:hover {
	COLOR: red; TEXT-DECORATION: underline; FONT-WEIGHT: bold;
}
A:active {
	COLOR: #336600; TEXT-DECORATION: underline; 
}

A.footer-link {
	FONT-SIZE: 10px; COLOR: white
}


.small {
	FONT-SIZE: 10px; COLOR: #333333; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif
}
DIV {
	FONT-SIZE: 16px; COLOR: #333333; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif
}
P {
	FONT-SIZE: 12px; COLOR: #333333; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif
}
LI {
	FONT-SIZE: 12px; line-height: 16px; COLOR: Black; FONT-STYLE: bold; FONT-FAMILY: Arial, Helvetica, sans-serif
}

#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 200px; /* Width of Menu Items */ 
	border-bottom: 1px solid #ccc; 
	z-index: 2020202;
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 199px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #858585; FONT-WEIGHT: bold;
	background: #fff; /* IE6 Bug */ 
	padding: 5px; 
	border: 1px solid #ccc; 
	border-bottom: 0; 
	
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #E2144A; 
	background: #f9f9f9; 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #1B2616; FONT-WEIGHT: bold;
	background: #cbcbcb; /* IE6 Bug */ 
	padding: 5px; 
	width: 280px;
	border: 1px solid #191919; 
	border-bottom: 0; 
	
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #E2144A; 
	background: #f9f9f9; 
} 

/* Icon Styles */ 
#menu ul a.submenu {background:#fff url("/include_files/r_arrow.gif") no-repeat right; } 
#menu ul a.submenu:hover {background:#f9f9f9 url("/include_files/r_arrow.gif") no-repeat right;}

/* Icon Styles */ 
#menu ul a.submenu1 {color: #cc6600; background:#fff url("/include_files/r_arrow.gif") no-repeat right; } 
#menu ul a.submenu1:hover {color: #cc6600; background:#f9f9f9 url("/include_files/r_arrow.gif") no-repeat right;}

/* Icon Styles */ 
#menu ul a.submenu2 {background:#fff url("/include_files/r_arrow.gif") no-repeat right; } 
#menu ul a.submenu2:hover {background:#f9f9f9 url("/include_files/r_arrow.gif") no-repeat right;}

/* Icon Styles */ 
#menu ul a.submenu3 {background:#fff url("/include_files/r_arrow.gif") no-repeat right; } 
#menu ul a.submenu3:hover {background:#f9f9f9 url("/include_files/r_arrow.gif") no-repeat right;}

.icons {
background:transparent none no-repeat scroll 4px 4px;cursor:pointer;float:left;height:26px;position:relative;width:26px;
}
.icons .tiles {
background-image:url(/images/icons.png);
height:26px;
width:26px;
}

