@charset "utf-8";
/* CSS Document */

h1, .Head {
	font-size: 13.5pt;
	font-family:"Georgia",Times New Roman, Times, serif;
	font-weight: bold;
}

.purple_bl {background: url(images/purplebl.png) 0 100% no-repeat #f3e5fa; margin-bottom:15px; } 
.purple_br {background: url(images/purplebr.png) 100% 100% no-repeat;} 
.purple_tl {background: url(images/purpletl.png) 0 0 no-repeat;} 
.purple_tr {background: url(images/purpletr.png) 100% 0 no-repeat; padding:10px 10px 10px 15px;}
	
.blue_bl {background: url(images/bluebl.png) 0 100% no-repeat #e9f2fa; } 
.blue_br {background: url(images/bluebr.png) 100% 100% no-repeat;} 
.blue_tl {background: url(images/bluetl.png) 0 0 no-repeat;} 
.blue_tr {background: url(images/bluetr.png) 100% 0 no-repeat; padding:10px;} 
	
.green_bl {background: #d4e8e5; border:1px solid #486B5B;} 
.green_br {background: #d4e8e5;} 
.green_tl {background: #d4e8e5;} 
.green_tr {background: #d4e8e5; padding:10px;} 

.orange_bl {background: url(images/orangebl.png) 0 100% no-repeat #fffcdf; } 
.orange_br {background: url(images/orangebr.png) 100% 100% no-repeat;} 
.orange_tl {background: url(images/orangetl.png) 0 0 no-repeat;} 
.orange_tr {background: url(images/orangetr.png) 100% 0 no-repeat; padding:10px;} 

.grey_bl {background: #fff;} 
.grey_br {background:#fff;} 
.grey_tl {background: #fff;} 
.grey_tr {background: #fff;padding:10px;} 

.aqua_bl {background: url(images/aquabl.png) 0 100% no-repeat #e7fbf9; } 
.aqua_br {background: url(images/aquabr.png) 100% 100% no-repeat;} 
.aqua_tl {background: url(images/aquatl.png) 0 0 no-repeat;} 
.aqua_tr {background: url(images/aquatr.png) 100% 0 no-repeat; padding:10px;} 
.clear {font-size: 1px; height: 1px}
.ClearDiv{clear:both;}

.red_bl {background: url(images/redbl.png) 0 100% no-repeat #fbeded; } 
.red_br {background: url(images/redbr.png) 100% 100% no-repeat;} 
.red_tl {background: url(images/redtl.png) 0 0 no-repeat;} 
.red_tr {background: url(images/redtr.png) 100% 0 no-repeat; padding:10px;} 
	
.purple_rt {
	color: #5f1a7e;
	}
	
.blue_rt {
	color: #2466a3;
	}
	
.green_rt {
	color: #a50b34;
}

.orange_rt {
	color: #ff6600;
}

.grey_rt {
	color: #A50B34;
}

.aqua_rt {
	color: #1bb19f;
}

.red_rt {
	color: #d63232;
}
	
.downarrow {
	float: left;
	}