@charset "utf-8";

body {
	font: 100% Times New Roman, Arial, Verdana, Helvetica, sans-serif;
	background: #CDCBCC;
	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: 765px;  /* 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 #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style11 {
	font-size: 30pt;
	font-weight: bold;
}
.style12 {color: #FF0000}
.style13 {
	font-size: 22pt;
	font-style: italic;
	font-weight: bold;
}
.style15 {
	font-size: 14pt;
	font-weight: bold;
}
.style19 {
	font-size: 12pt;
	background: yellow;
}
.style20    {
	background-color: #FFFF99;
	padding: 10px 10px;
	border: solid thin #666666;
	width: 80%;
	margin: auto;
}
.style21 {
	font-size: 15pt;
	font-weight: bold;
}
.style24 {
	font-size: 36pt;
	color: #FF0000;
}
.style27 {
	font-size: 20pt;
	font-weight: bold;
}
.style26 {font-size: 15pt}
.style28 {font-size: 14pt; font-weight: bold; color: #FF0000; }
.style29 {
	font-size: 16pt;
	font-weight: bold;
}
.style22 {
	background-color: #CEE7FF;
	padding: 0px 10px;
	border: solid thin #666666;
	margin: auto;
	width: 80%;
}

.style30 {
	font-size: 18pt;
	font-weight: bold;
	color: #FF0000;
}
.style32 {font-size: 14pt}
.style33 {font-family: Arial, Helvetica, sans-serif}
.style34 {
	list-style-type: disc;
	padding-bottom: 5px;
}
.style36 {font-size: 16pt}
.style37 {
	color: #003399
}
.style38 {
	font-size: 28pt;
	color: #FF0000;
}
.style39 {
	font-size: 15pt;
	background: yellow;
}
.style40 {
	font-size: 8.5pt
}
.style41 {
	font-size: 12pt;
	font-weight: bold;
}
.style45 {font-size: 10pt}
.style46 {font-size: 12pt}
.style47 {
	background-color: #CFE7FF;
	padding: 10px 10px;
	border: solid thin #666666;
	margin: auto;
}

