.bkg_color {
	background-color:#e6c274;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color:#FF0000;
	text-decoration: underline overline;
}

.construction {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	color:#00FF00;
	font-weight:bold;
	text-decoration:underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00FF00;
}

.content_tables {
	border: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00FF00;
	background-color: #000000;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #00FF00;
	text-decoration: underline;
}

.border_top {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.border_bottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.border_right {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.border_br {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.bold {
	font-weight: bold;
	font-size: 11pt;
}

.ig_right {
	background-image: url(../Images/ig_new.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.ig_left {
	background-image: url(../Images/ig_new.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline overline;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	color: #FFFFFF;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #00FF00;
}
.black_bkg {
	background-color: #000000;
}

