
/* ====================================================================================
     These classes are used to format headings, Round Tables, and s text. 
   ==================================================================================== */

/* =========   These classes are used to format Main Text in Round Tables. ================ */
/* =========   Thin Border ================ */

.f { background: url('../images/border/dot1.jpg'); width:100%;  }

.t {background: url('../images/border/dot.jpg') repeat-x 0 0; width:100%; }
.b {background: url('../images/border/dot.jpg') repeat-x 0 100%; }
.l {background: url('../images/border/dot.jpg') repeat-y 0 0; }
.r {background: url('../images/border/dot.jpg') repeat-y 100% 0; }

.bl {background: url('../images/border/bl.png') no-repeat 0 100%; }
.br {background: url('../images/border/br.png') no-repeat 100% 100%; }
.tl {background: url('../images/border/tl.png') no-repeat 0 0; }
.tr {background: url('../images/border/tr.png') no-repeat 100% 0;
												padding-left: 15px;
												padding-right: 20px;
												padding-top: 7px;
												padding-bottom: 7px;
												font-weight: bold;
												font-style: italic;
												
	 } 

/* =========   These classes are used to format Headings in Round Tables. ================ */
/* =========   Thin Border ================ */

.f1 {height: 100%}

.t1 {background: url('../images/border/dot.jpg') repeat-x 0 0; width:100%; }
.b1 {background: url('../images/border/dot.jpg') repeat-x 0 100%; }
.l1 {background: url('../images/border/dot.jpg') repeat-y 0 0;  }
.r1 {background: url('../images/border/dot.jpg') repeat-y 100% 0; }

.bl1 {background: url('../images/border/bl1.png') no-repeat 0 100%; }
.br1 {background: url('../images/border/br1.png') no-repeat 100% 100%; }
.tl1 {background: url('../images/border/tl1.png') no-repeat 0 0; }
.tr1 {background: url('../images/border/tr1.png') no-repeat 100% 0;
													padding-left: 20px;
													padding-right: 20px;
				 									padding-top: 10px;
													padding-bottom: 10px; 			
	 } 






.f1p { height: 100%}

.t1p {background: url('../images/border/dot.jpg') repeat-x 0 0; width:100%; }
.b1p {background: url('../images/border/dot.jpg') repeat-x 0 100%; }
.l1p { background: url('../images/border/dot.jpg') repeat-y 0 0;  }
.r1p {background: url('../images/border/dot.jpg') repeat-y 100% 0; }

.bl1p {background: url('../images/border/bl1.png') no-repeat 0 100%; }
.br1p {background: url('../images/border/br1.png') no-repeat 100% 100%; }
.tl1p {background: url('../images/border/tl1.png') no-repeat 0 0; }
.tr1p {background: url('../images/border/tr1.png') no-repeat 100% 0;
				 padding-left:5px;
				 padding-right:5px;
				 padding-top:5px;
				 padding-bottom:5px;
				
				 
				 
				 } 



/* ====================================================================================================================
     These classes are used to format minor property
   ==================================================================================================================== */

.picR{margin-right: 0.5cm; margin-top: 0.5cm}
.picL{margin-left: 0.5cm; margin-top: 0.5cm}


.top {height: 15px}

.bottom {font-size: 1px; height: 15px}

.clear {font-size: 1px; height: 1px}