/* Table 2 Columm */
table#simple2C {
	background-color:OldLace;
	width:100%;
}

table#simple2C  td {
	padding: 0px;
	width:50%;
	line-height:150%;
}	

table#simple2C  th {
	padding: 0px;
	width:50%;
	line-height:150%;
}

/* Table 2 Columm  with vertical align*/
table#simple2CVA{
	width:100%;
}

table#simple2CVA  td {
	vertical-align:top;
	padding:10px;
	line-height:150%;
}	

table#simple2CVA  th {
	vertical-align:top;
	padding:10px;
	line-height:150%;
}
	
	
/* Table 2 Columm  with vertical align, background and border*/
table#simple2CVA-1{
	background-color:#E8E8E8;
	width:100%;
	border:1px solid #C0C0C0;
}

table#simple2CVA-1  td {
	vertical-align:top;
	padding:10px;
	line-height:150%;
}	

table#simple2CVA-1  th {
	vertical-align:top;
	padding:10px;
	line-height:150%;
}	

/* Table with header  and boarder*/	
table#simpleWithHeaderAndBorder-1{
	border:2px solid #000000;
	border-collapse:collapse;
	background-color:#FFFFFF;
	width:100%;
	white-space:nowrap;
}

table#simpleWithHeaderAndBorder-1 td {
	border:1px solid #000000;
	padding: 5px;
	width:50%;
	line-height:150%;
	white-space:nowrap;

}	

table#simpleWithHeaderAndBorder-1 th {
	border:1px solid #000000;
	background-color:#f2f2f2;
	padding: 5px;
	width:50%;
	line-height:150%;
	font-weight:bold;
	white-space:nowrap;
}	

/* Table with header  and boarder*/	
table#simpleWithHeaderAndBorder-2{
	border:1px solid #FF2995;
	border-collapse:collapse;
	width:100%;
	white-space:nowrap;
}

table#simpleWithHeaderAndBorder-2 td {
	border-right:1px solid #FF2995;
	padding: 5px;
	line-height:150%;
}	

table#simpleWithHeaderAndBorder-2 th {
	border:1px solid #FF2995;
	background-color:#FFE1F0;
	padding: 5px;
	line-height:150%;
	font-weight:bold;
}		

table#simpleWithHeaderAndBorder-2 caption {
	background-color:#FF2995;
	padding: 5px;
	line-height:150%;
	font-weight:bold;
	font-size:12pt;
	white-space:normal;
	color:#FFFFFF;
}	

/* Table  color with header  */	
table#simpleColor-1 {
	border-style: none;
	background-color:#FFCE9D;
	width:100%;
	white-space:nowrap;
}

table#simpleColor-1 td {
	padding: 5px;
	line-height:150%;
	background-color:#FFCE9D;
	vertical-align:top;
}	

table#simpleColor-1 th  {
	background-color:#FF8D17;
	padding: 5px;
	line-height:150%;
	font-weight:bold;
	font-size:12pt;
}	

/* Table color with title  */
.simpleColorWithTitle-1 {
	border: 2px solid #FF8D17;
	padding:5px;
	white-space:nowrap;
}	

table#simpleColorWithTitle-1 {
	border-style: none;
	background-color:#FFCE9D;
	width:100%;
	white-space:nowrap;
}

table#simpleColorWithTitle-1 td {
	padding:5px;
	line-height:150%;
	vertical-align:top;
}	

table#simpleColorWithTitle-1 th {
	padding:5px;
	line-height:150%;
	vertical-align:top;
}	

	
table#simpleColorWithTitle-1 caption {
	background-color:#FF8D17;
	padding: 5px;
	line-height:150%;
	font-weight:bold;
	font-size:12pt;
	white-space:normal;
}	
	
/* Table color with title  */
.simpleColorWithTitle-2 {
	border: 2px solid #FFFF00;
	padding:5px;
	white-space:nowrap;
}	

table#simpleColorWithTitle-2 {
	border-style: none;
	background-color:#FFFFC0;
	width:100%;
	white-space:nowrap;
}

table#simpleColorWithTitle-2 td {
	padding:5px;
	line-height:150%;
	vertical-align:top;
}	

table#simpleColorWithTitle-2 th {
	padding:5px;
	line-height:150%;
	vertical-align:top;
}	

	
table#simpleColorWithTitle-2 caption {
	background-color:#FFFF00;
	padding: 5px;
	line-height:150%;
	font-weight:bold;
	font-size:12pt;
	white-space:normal;
}	

/* Table color with title  */
.simpleColorWithTitle-3 {
	border: 2px solid #FF2995;
	padding:5px;
	white-space:nowrap;
}	

table#simpleColorWithTitle-3 {
	border-style: none;
	background-color:#FFE1F0;
	width:100%;
	white-space:nowrap;
}

table#simpleColorWithTitle-3 td {
	padding:5px;
	line-height:150%;
	vertical-align:top;
}	

table#simpleColorWithTitle-3 th {
	padding:5px;
	line-height:150%;
	vertical-align:top;
}	

	
table#simpleColorWithTitle-3 caption {
	background-color:#FF2995;
	padding: 5px;
	line-height:150%;
	font-weight:bold;
	font-size:12pt;
	white-space:normal;
	color:#FFFFFF;
}			


/* Table color with title  */
.simpleColorWithTitle-4 {
	border: 2px solid #4848FF;
	padding:5px;
	white-space:nowrap;
}	

table#simpleColorWithTitle-4 {
	border-style: none;
	background-color:#DDDDFF;
	width:100%;
	white-space:nowrap;
}

table#simpleColorWithTitle-4 td {
	padding:5px;
	line-height:150%;
	vertical-align:top;
}	

table#simpleColorWithTitle-4 th {
	padding:5px;
	line-height:150%;
	vertical-align:top;
}	

	
table#simpleColorWithTitle-4 caption {
	background-color:#4848FF;
	padding: 5px;
	line-height:150%;
	font-weight:bold;
	font-size:12pt;
	white-space:normal;
	color:#FFFFFF;
}

	
/* List with decimal */ 
ul#decimal {
	list-style-type:decimal;
	padding-left:15px;
}

li#decimal {
	line-height:150%;
}	
