@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
/*	border: 1px solid #333333;*/
}
.contenttext  {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/Background_Content.jpg);
	background-repeat: repeat-x;
	height:auto;
	width: 718px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.contentleft {
	width: 718px;
}
.tableheader {
	background-image: url(../images/Table_Header_Bkground.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

.tablewhite {
	font-size: 10px;
}
.tablegeneral {
	border: 1px solid #999999;
}
.tablegrey {
	font-size: 10px;
	background-color: #f7f7f7;
}
.tablewhiteleft {
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
}

.tablewhitemiddle {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.tablewhiteright {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.tablebluemiddle {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.tableblueleft {
	background-color: #f7f7f7;
	background-image: url(../images/Table_Left_Bkground.jpg);
}
.tableblueright {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	background-color: #efefef;
	background-image: url(../images/Table_Right_Bkground.jpg);
	background-repeat: repeat-y;
}
.tableheaderrightleft {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.tableheaderleft {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

