/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4F493c  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #111111;
}
a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #222222;
}
a:hover {
	text-decoration: none;
	color:#222222;
}
a:active {
	text-decoration: none;
	color: #222222;

}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	
}
h1 {
	font-size: 1.2em;
	color: #222222;
	text-align: left;
}

h2 {
	font-size: 0.75em;
	color: #222222;
}

h3 {
	font-size: 1.2em;
	color: #222222;
	text-align: center;
}
h4 {
	font-size: .8em;
	color: #222222;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

table, td {
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
	border: none;
}


#myTableA {
	font-size: 14px;
	color: #222222;
	text-align: left;
	width: 100%;
	border: 0px none;
	height: 100%;
}
	
#myTableB {
	width: 700px;
	border: 0px none;
	border-collapse: collapse;
	padding: 0px;
}
	
#myTableB .titleRow {
	background-color: #AF7564;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	width: 175px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: BBBC82;
	border-bottom-color: BBBC82;
	}
	
	#myTableB .menuRow {
	background-image:url(images/menuPieceRed.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	height: 25px;
	}
	
#myTableB .textRow {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	}
	
#myTableB .shadowRight {
	background-image:url(images/shadow_right.jpg);
	background-repeat: repeat-y;
	width: 20px;
	}

#myTableB .shadowLeft {
	background-image:url(images/shadow_left.jpg);
	background-repeat: repeat-y;
	width: 20px;
	}
	
#myTableB .shadowTop {
	background-image:url(images/shadow_top.jpg);
	background-repeat: repeat-x;
	width: 20px;
	}
	
#myTableB .shadowBottom {
	background-image:url(images/shadow_bottom.jpg);
	background-repeat: repeat-x;
	width: 20px;
	}


#gridTable  {
	width: 100%;
	padding: 0px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	}

#gridTable td {
	border-top: 1px none #BBBC82;
	border-right: 1px solid #BBBC82;
	border-bottom: 1px solid #BBBC82;
	border-left: 1px none #BBBC82;
	border-collapse: collapse;
	padding-right: 5px;
	padding-left: 5px;
}

#gridTable .oddRow {
	background-color: #DDDDDD;
	text-align: center;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	}
	
#gridTable .headerRow {
	background-color: #AF7564;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	}
	
.style2 {font-size: 10px}
.style3 {font-size: 11px}
.style8 {
	font-family: "Arial Narrow";
	font-weight: bold;
}
.style12 {
	font-size: 10px;
	font-weight: bold;
}
.style13 {
	font-size: 10px;
	color: Purple;
	font-style: italic;
}
.style14 {
	font-size: 10px;
	color: Purple;
	font-weight : bold;
}
.style15 {
	font-size: 11px;
	color: Purple;	
	font-weight : bold;
}
.style21 {
	color: #999999;
	font-weight: bold;
}
.style22 {
	font-size: 11px;
	font-style: italic;
}
.style23 {
	font-size: 10px;
	font-style: italic;
}