@charset "utf-8";
/* CSS Document */

body {

	background-color:#ebebeb;
}
.MainTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 28pt;
	color: #6D6E71;
	text-align: center;
	font-weight: bold;
}
.HeaderTitle {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: small;
}

.ChapterTitle {
	font-family: "Comic Sans MS", cursive;
	font-size: 16pt;
	color: #b10e30;
}
.ChapterSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}


.OLGreek  {
	list-style-type: lower-greek;
	padding-bottom: 5px;
}


.container {
	width: 840px;
	padding: 0 20px;
	background-color: #ffffff;
}
.red {
	color: #F00;
}
.green {
	color: #00a651;
}
.blue {
	color: #0089d0;
}
.yellow {
	color: #Fdbe50;
}
.darkyellow {
	color: #b48d06;
}




.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.TextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.TableBorder {
	border: 1px solid #000;
	padding: 2px;
}
.IndexRed {
	font-weight: bolder;
	color: #FFF;
	background-color: #F00;
}

.IndexGreen {
	font-weight: bolder;
	color: #FFF;
	background-color: #00a651;
}

.IndexBlue {
	font-weight: bolder;
	color: #FFF;
	background-color: #0089d0;
}


.IndexYellow {
	font-weight: bolder;
	color: #FFF;
	background-color: #Fdbe50;
}
.IndexDarkYellow {
	font-weight: bolder;
	color: #FFF;
	background-color: #b48d06;
}
.BigLetter {
	font-family: "Times New Roman", Times, serif;
	font-size: 72pt;
	text-align: center;
	color: #FFF;
	padding: -30px;
}
.UnitIntroBG_A {
	background-image: url(images/gradient1.png);
	background-repeat: repeat-x;
}
.UnitIntroBG_B {
	background-image: url(images/gradient2.png);
	background-repeat: repeat-x;
}
.UnitIntroBG_C {
	background-image: url(images/gradient3.png);
	background-repeat: repeat-x;
}
.UnitIntroBG_D {
	background-image: url(images/gradient4.png);
	background-repeat: repeat-x;
}



.Footer_A {
	background-image: url(images/A_BG_D.png);
	background-repeat: repeat-x;
	height: 58px;
}
.Footer_B {
	background-image: url(images/B_BG_D.png);
	background-repeat: repeat-x;
	height: 58px;
}
.Footer_C {
	background-image: url(images/C_BG_D.png);
	background-repeat: repeat-x;
	height: 58px;
}
.Footer_D {
	background-image: url(images/D_BG_D.png);
	background-repeat: repeat-x;
	height: 58px;
}
.Footer_Par {
	background-image: url(images/PAR_BG_D.png);
	background-repeat: repeat-x;
	height: 58px;
}




.PageHeaderA1 {
	background-image: url(images/A_BG_T1.png);
	background-repeat: no-repeat;
	height: 107px;
}


.PageHeaderA2 {
	background-image: url(images/A_BG_T2.png);
	background-repeat: no-repeat;
	height: 81px;
}


.PageHeaderA3 {
	background-image: url(images/A_BG_T3.png);
	background-repeat: no-repeat;
	height: 81px;
}


.PageHeaderB1 {
	background-image: url(images/B_BG_T1.png);
	background-repeat: no-repeat;
	height: 107px;
}

.PageHeaderB2 {
	background-image: url(images/B_BG_T2.png);
	background-repeat: no-repeat;
	height: 81px;
}

.PageHeaderC1 {
	background-image: url(images/C_BG_T1.png);
	background-repeat: no-repeat;
	height: 107px;
}


.PageHeaderC2 {
	background-image: url(images/C_BG_T2.png);
	background-repeat: no-repeat;
	height: 81px;
}


.PageHeaderC3 {
	background-image: url(images/C_BG_T3.png);
	background-repeat: no-repeat;
	height: 81px;
}


.PageHeaderD1 {
	background-image: url(images/D_BG_T1.png);
	background-repeat: no-repeat;
	height: 107px;
}

.PageHeaderD2 {
	background-image: url(images/D_BG_T2.png);
	background-repeat: no-repeat;
	height: 81px;
}

.PageHeaderD3 {
	background-image: url(images/D_BG_T3.png);
	background-repeat: no-repeat;
	height: 81px;
}
.PageHeaderPAR3 {
	background-image: url(images/PAR_BG_T3.png);
	background-repeat: no-repeat;
	height: 81px;
}
