/*  Mayco Mix Ltd. CSS */
/*  Updated - 02/01/2006 */
/*  Created by: EDGE Training and Consulting */
/*  Contact: 604-683-6466 */
/*  www.edgeltd.com */


/*  BODY */

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #1E0000;
	margin: 0px;
}
ul {
	list-style-type: square;
}
li {
	list-style-type: square;
}


/*  TABLE CELLS */

.CellBannerLVL1 {
	background-image: url(../images/bkgd_banner.gif);
	height: 200px;
}
.CellBannerLVL2 {
	background-image: url(../images/bkgd_banner_lvl2.gif);
	height: 120px;
}
.CellNav {
	background-color: #E5F5F4;
	vertical-align: top;
}
.CellContent {
	background-color: #FFFFFF;
	vertical-align: top;
}
.CellFooter {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8ED5D1;
	height: 50px;
	font-size: 10px;
	color: #009F96;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.TableHead {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009F96;
	padding: 2px 5px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C2B2B;
}
.TableRow1 {
	font-size: 10px;
	padding: 2px 5px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ED5D1;
}
.TableRow2 {
	font-size: 10px;
	background-color: #CCECEA;
	padding: 2px 5px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ED5D1;
}


/*  LINKS */

a {
  color: #FD6701;
  text-decoration: none
}
a:hover { 
  text-decoration: underline
}
a.LinkNavLVL1 {
	color: #1E0000;
	text-decoration: none;
}
a:hover.LinkNavLVL1 {
	text-decoration: underline;
}
a.LinkNavLVL2 { 
  color: #535353; 
  text-decoration: none
}
a:hover.LinkNavLVL2 { 
  text-decoration: underline
}


/*  NAVIGATION */

.NavLVL1 {
	border-bottom:2px solid #CCECEA; 
	font-size: 10px;
	background-color: #8ED5D1;
	font-weight: bold; 
	padding: 5px 10px 5px 10px
}
.NavLVL2 {
	font-size: 10px;
	background-color: #CCECEA;
	padding: 4px 10px 8px;
	line-height: 14px;
}
.NavLVL3 {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ED5D1;
	padding: 4px 10px 8px;
	line-height: 14px;
}
.NavLVL4 {
	font-size: 10px;
	padding: 4px 10px 8px;
	line-height: 14px;
}
.NavBreadcrumbs {
	font-size: 10px;
	color: #009F96;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #8ED5D1;
	border-bottom-color: #8ED5D1;
}


/*  CONTENT */

.Head1 {
	font-size: 17px;
	font-family: Tahoma, Arial, Geneva, sans-serif;
}
.Head2 { 
  font-size: 12px; 
  font-weight: bold; 
  color: #666666
}
.Head3 {
	border-bottom:1px solid #2C2B2B; font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FD6701;
	padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:3px
}

.TextMain { 
  font-size: 11px
}
.TextMainBold { 
  font-size: 11px; 
  font-weight: bold
}
.TextSmall { 
  font-size: 10px
}
.TextSmallBold { 
  font-size: 10px; 
  font-weight: bold
}
.TextNews {
	font-size: 10px;
	background-color: #CCECEA;
	height: 25px;
	padding: 10px;
}


/*  FORMS */

.FormField {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2C2B2B;
	border: 1px solid #009F96;
	background-color: #E5F5F4;
}
.FormButton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2C2B2B;
	background-color: #E5F5F4;
}