@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.backgroundGradient {
	background-image: url(images/gradient_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.backgroundMeunGradient {
	background-image: url(images/menu_bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.style1 {
	color: #FFFFFF;
	font-size: 10px;
}
body,td,th {
	font-size: 14px;
}
a:link {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
#flashSlideShow{
	z-index: 0;
}
#navigation{
	z-index: 5;
}
.bottomBar{
	color: #FFFFFF;
	font-size: 10px;
	background-image: url(images/bottom_bar_bg.jpg);
	text-align: center;
}
.trAllBoarders{
	border: thin solid #666666;
}
.trSomeBoarders{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-width: thin;
	border-right-color: #666666;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-width: thin;
	border-left-color: #666666;
	font-size:16px;
}
.trTopBottomLeftBoarders{
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-right-color: #666666;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-width: thin;
	border-left-color: #666666;
}
.trRightBottomBorders{
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: thin;
	border-right-color: #666666;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-width: thin;
	border-left-color: #666666;
	font-size:16px;
}
.trBottomBorders{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: thin;
	border-right-color: #666666;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-width: thin;
	border-left-color: #666666;
	font-size:16px;
}
.trLeftBottomBorders{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-right-color: #666666;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-width: thin;
	border-left-color: #666666;
	font-size:16px;
}
.greenText {
	color:#006600;
	font-weight: bold;
}
