@charset "utf-8";
/* CSS Document */

body {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-repeat: repeat;
	background-color: #2C3076;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
}
.oneColElsCtr #container {
	width: 800px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	background-image: url(images/bg.png);
	background-position:bottom;
	background-repeat:no-repeat;

}
.oneColElsCtr #mainContent {
}

.mainContent {
	text-align: left;
	color: 7CE837;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/arrow.gif);
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: -10px;

}
.mainContent2 {
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: -10px;

}

 .mainContent  a {
	color: #FFFFFF;
	text-decoration:underline
}
		.mainContent  a:hover {
	color: #FFD151;
	text-decoration:none
}
 .mainContent2  a {
	color: #FFD151;
	text-decoration:underline
}
		.mainContent2  a:hover {
	color: #FFFFFF;
	text-decoration:none
}
.footer {
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 0px;
}
h1 {
	line-height: 110%;
}

h2 {
	line-height: 100%;
	color: #7CE837;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 10px;

}
h3 {
	line-height: 100%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.style1 {
	font-size: x-small;
}
.style2 {
	font-size: x-small;
	color: #FFE81F;    /*yellow small*/
}

.style3 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}


.style4 {
	font-size: 14px;
	color: #FF9F3F;
	font-weight: bold;
}
.style5 {
	font-size: 12px;
	color: #2C3076;
	background-color: #BFDDFF;
	font-weight: bold;
}
.style6 {
	font-size: 12px;
	color: #2C3076;
	background-color: #FFFFFF;
	font-weight: bold;
}
.style7 {
	font-size: 22px;
	color: #FFE500;
	font-weight: bold;
}

.style8 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2C3076;	
}
.style9 {
	font-size: 16px;
	color: #2C3076;
	background-color: #BFDDFF;
	font-weight: bold;
}
.style10 {
	font-size: 16px;
	color: #2C3076;
	background-color: #FFFFFF;
	font-weight: bold;
}
.style11 {
	font-size: 18px;
	color: #FF9F3F;    /*orange */
	font-weight: bold;
	
}
.style12 {
	font-size: 18px;
	color: #FFE81F;    /*yellow large */
	font-weight: bold;
	
}

.style13 {
	font-size: 14px;
	color: #FFFFFF;    /*white small title */
	font-weight: bold;
	
}

.theNotes {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	padding: 0px;
}

.theYellowLargeNotes {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	padding: 0px;
	font-size: 18px;
	color: #FFE81F;    /*yellow large */
	font-weight: bold;
	
	
}

.theWhiteNotes {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	padding: 0px;
	font-size: 12px;
	color: #FFFFFF;    /*white notes*/
	
}

table.theSolid tr td{
	border-style: solid;
	border-width: 1px;
	border-color: #2C3076;
}
