@charset "utf-8";
/* CSS Document */




/* custom for content*/
.ctitle1{
	color:#144E45;
	text-align: justify;
	font-weight:bold;
}

.ctitle2{
	color:#C22026;
	text-align: justify;
	font-weight:bold;
}

.D{
	font-weight:bold;
	color:#4455dd;
}


ul.cul{
margin-bottom: 7px;
margin-top: 7px;
list-style-type: square;
}

ul.cul li{
padding-right:5px;
background-position:5px right center;
/*background-image: url("/uploads/cbullet02.png");*/
background-position:right; 
background-repeat: no-repeat;
padding-top: 5px;
text-align:justify;
}



ol.col{
margin-bottom: 7px;
margin-top: 7px;
}

ol.col li{
padding-right:5px;
background-position:5px right center;
/*background-image: url("/uploads/cbullet02.png");*/
background-position:right; 
background-repeat: no-repeat;
padding-top: 5px;
text-align:justify;
}


/* Class Table 1 */
.ctbl1{
    border:1px solid #cccccc;
    padding: 3px;
    width:100%;
}
.ctbl1 td a
{ color:#339966;}

.ctbl1 thead th.cth{
	color:#ffffff;
	font-weight:bold;
	background-color: #EFBE1A;
	text-align:center;
}

.ctbl1 td.oddC{background-color: #faebba; text-align:center;padding: 3px;}
.ctbl1 td.oddR{background-color: #faebba; text-align:right;padding: 3px;}
.ctbl1 td.evenC{background-color: #ffffff; text-align:center;padding: 3px;}
.ctbl1 td.evenR{background-color: #ffffff; text-align:right;padding: 3px;}
	


/* Class Table 2 */

.ctbl2{
    border:1px solid #cccccc;
    padding: 3px;
    width:100%;
}
.ctbl2 td a
{ color:#339966;}

.ctbl2 thead th.cth{
	color:#ffffff;
	font-weight:bold;
	background-color: #4BACC6;
	text-align:center;
}

.ctbl2 td.oddC{background-color: #DAEEF3; text-align:center;padding: 3px;}
.ctbl2 td.oddR{background-color: #DAEEF3; text-align:right;padding: 3px;}
.ctbl2 td.evenC{background-color: #ffffff; text-align:center;padding: 3px;}
.ctbl2 td.evenR{background-color: #ffffff; text-align:right;padding: 3px;}