.bold {
	font-weight: bold;
}

.bgMain {
	background-image: url(../images/bgMain.jpg);
	background-repeat: repeat;
}

.cBlue {
	background-color: #FEFFFC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0D59AE;
	border-bottom-color: #0D59AE;
}

.cGreen {
	background-color: #FEFFFC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #037539;
	border-bottom-color: #037539;
}

.cRed {
	background-color: #FEFFFC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9D0E12;
	border-bottom-color: #9D0E12;
}

.cOrange {
	background-color: #FEFFFC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DE4E16;
	border-bottom-color: #DE4E16;
}

.cPurple {
	background-color: #FEFFFC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #412ECD;
	border-bottom-color: #412ECD;
}
H1 {
	background-color: #FEFFFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111914;
	display: table-cell;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	border: medium double #010709;
}
.nBorderT {
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #010709;
	border-right-color: #010709;
	border-left-color: #010709;
	background-color: #FEFFFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111914;
}

.nBorderS {
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	border-right-color: #010709;
	border-left-color: #010709;
	background-color: #FEFFFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #111914;
}

.nBorderB {
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #010709;
	border-left-color: #010709;
	border-bottom-color: #010709;
	background-color: #FEFFFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #111914;
}

.textRed {
	color: #9D0E12;
}

.textROrange {
	color: #FF3300;
}

.textPurple {
	color: #412ECD;
}

.textPurpleSm {
	color: #412ECD;
	font-size: 11px;
}

.textGreen {
	color: #063B20;
}

.textIndigo {
	color: #091154;
}
.textBlue {
	color: #0D59AE;	
}

.textLink {
	color: #0000FF;
}

.bgY {
	background-color: #FEFFE8;
}
.bgY1 {
	background-color: #FFFF00;
}

a:visited {
	color: #111419;
}

.bgBlack {
	background-color: #07160F;
}
