body {
	background: #FFF;
	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;
	background-color: #FFF;
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
}
p {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
}
form {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
}
.oneColElsCtr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 800px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border: 0px;
	font-weight : bolder;
	color: #FFCC33;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border: 0px;
	font-weight : bolder;
	color: #FFCC33;
}
.tab1 {
        color : black;
        font-family : arial;
        font-size : 14px;
		background-color: #F4E9CD;
}
.highlight {
	color : black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	border-width: 1px;
	border-style: solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #E0F4D7;
	text-align:justify;
	border-color: #999;
}
