}
.style_purple {
	color: #63009C;
}
.style_D_blue {
	color: #05098b;
}
.style_black {
	color: #000;
}
.style_12 {
	font-size: 12px;
}
.style_13 {
	font-size: 13px;
}

.style_24 {
	font-size: 24px;
}
.style_10 {
	font-size: 10px;
}

}
.style_14 {
	font-size: 14px;
}
.style_16 {
	font-size: 16px;
}

.center {
	text-align: center;
}

.style_18 {
	font-size: 18px;
}.style_20 {
	font-size: 20px;
}
.style_22 {
	font-size: 22px;
}
.style_26 {
	font-size: 26px;
}
.style_30 {
	font-size: 30px;
}
.style_48_Blue {
	font-size: 48px;
	color: #0C5D9E;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style_24_Blue {
	font-size: 24px;
	color: #0C5D9E;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.style_50_White {
	font-size: 50px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.style_50 {
	font-size: 50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.style_50_RoyalBlue {
	font-size: 50px;
	color: #003;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.style_24_White {
	font-size: 24px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

.style_bold {
font-weight: bold;
}

.style_black_bold {
	font-weight: bold;
	color: #000;
	font-size: ;
}


.center {
	text-align: center;
	color: ;
}



.left {
	text-align: left;
	margin-left: 70px;
	margin-right: 50px;
}.right {
	text-align: right;
}
.style_white {
	color: #ffffff;
}
.style_rob_blue {
	color: #055cfb;
}
.style_sky_blue {
	color: #0ba8ed;
}
.style_light_blue {
	color: #b7dcf8;
}

.style_pink {
	color: #F0F;
}

.style_gold {
	color: #DEAE21;
}
.style_F_green {
	color: #10CB21;
}
.style_red {
	color: #F00;
	font-weight: bold;
}
.style_green {
	color: #060;
}
.style_burgundy {

}
.style_aqua {
	color: #00FFCE;
}
.style_Lt_green {
	color: #63BE4A;
}
.style_brown {
	color: #634D31;
}
.style_Lt_blue {
	color: #7B9AAD;
}
.stylr_yellow {
	color: #FF0;
}
.stylr_tan {
	color: #C96;
}

.stylr_orange {
	color: #E86716;
}
.style_11 {
	font-size: 11px;
}
h1 {
	color: 0C509E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 48px;
	text-shadow: #333 3px 3px 4px;
	padding-bottom:2px;
}
.shadow { display: none; }
.ielte9 > h1 > span {
	position: absolute;
	color: 0C509E;
}
.ielte9 > h1 > span.shadow {
	    display: inline-block;
		zoom: 1;
		color: #333;
		filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=2);
}


/*/ Ribbons - From website: http://www.red-team-design.com/css-ribbons /*/

   h2{
	text-align: left;
	position: relative;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,.8);
	background: #931129;
	background-image: -moz-linear-gradient(rgba(147,17,41,1), rgba(147,17,41,0));
	background-image: -webkit-linear-gradient(rgba(147,17,41,1), rgba(147,17,41,0));
	background-image: -o-linear-gradient(rgba(147,17,41,1), rgba(147,17,41,0));
	background-image: -ms-linear-gradient(rgba(147,17,41,1), rgba(147,17,41,0));
	background-image:  linear-gradient(rgba(147,17,41,1), rgba(147,17,41,0));
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
	margin-top: 0;
	margin-right: 260px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 650px;
    }
    
    h2:before, h1:after
    {
        content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -10px;
    }
    
    h2:before
    {
	border-width: 0 10px 10px 0;
	border-right-color: #222222;
	left: 0;
    }
    
    h2:after
    {
        border-width: 0 0 10px 10px;
        border-left-color: #222;
        right: 0;
    }
