/* English Site CSS Document */

/******* Common Styles ******/
td {
	font-family: Arial, helvetica, sans-serif;
	color: #000000;
	line-height: 145%;
	font-size: 12px;
	font-style: normal
	}
	
a {
	color: #0E79B3;
	text-decoration: none
	}

a:hover {
	color: #B92165;
	text-decoration: underline
	}
	
a:visited a:active {
	color: #0E79B3;
	text-decoration: none
	}

UL {
	list-style-type: square;
	}
	
HR {
	color: #0E79B3;
	}

/****** Table Styles *******/		
Table.TblContent {
	background-color: #92C4E4;
}

Table.TblPageNav {
	border-top: #0E79B3 1px solid;
	border-bottom: #0E79B3 1px solid;
}

/****** Home page TD styles *********/

a.LinkSideHdr {
	color: #B92165;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none
	}

a.LinkSideHdr:hover {
	color: #B92165;
	text-decoration: underline
	}
	
a.LinkSideHdr:visited a.LinkSideHdr:active {
	color: #B92165;
	text-decoration: none
	}

td.HomeContent {
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 15px;
	}

.HomeSideHdrText {
	color: #B92165;
	font-weight: bold;
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	}

	
td.TDBottomLeft {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: #0E79B3 1px solid;
}

td.TDBottomRight{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/****** Inside page TD styles *********/
	
td.ContentInside {
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 70px;
	}

td.TDContentHdr {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 70px;
	}
	
td.TdHdr {
	background-color: #DBECF7;
	color: #000000;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	}

td.TdTextDarkBg {
	background-color: #DBECF7;
	padding: 3px 5px 3px 5px;
	}

td.TdTextLightBg {
	background-color: #F0F7FC;
	padding: 3px 5px 3px 5px;
	}

td.TdTextWhiteBg {
	background-color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	}
	
/****** Inside page side bar TD styles *********/

td.TDSideBarHdr {
	border-bottom: #0E79B3 1px solid;
}

td.TDSideBarHdrTop1 {
	padding-top: 40px;
	border-bottom: #0E79B3 1px solid;
}

td.TDSideBarHdrTop2 {
	padding-top: 89px;
	border-bottom: #0E79B3 1px solid;
}

td.TDSideBarBullet {
	padding-left: 0px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 145%px;
	color: #666666;
}

td.TDSideBarList {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	font-size: 11px;
	line-height: 145%px;
	color: #666666;
	padding-bottom: 3px;
}

td.TDSideBar {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 145%px;
	color: #666666;
}

/****** Text Styles *******/		
.TextSmall {
	font-size: 11px;
	line-height: 15px;
	}
	
.TextPink {
	color: #BA2165;
	line-height: 145%;
	}

.PageHeader {
	display: block;
	width: 100%;
	height: 18px;
	border-bottom: 1px solid #0E79B3;
	font-size: 16px;
	color: #0E79B3;
	font-weight: bold;
	line-height: 145%;
	padding-left: 0px;
	font-family: Arial, helvetica, sans-serif;
	}
	
/******* Form Styles *********/
.TextBox {
	border-right: #0E79B3 1px solid;
	border-top: #0E79B3 1px solid;
	border-left: #0E79B3 1px solid;
	border-bottom: #0E79B3 1px solid;
	font-family: Arial, helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	background-color: #ffffff;
	}
	
.SubmitBtn {
	border-right: #0E79B3 1px solid;
	border-top: #0E79B3 1px solid;
	border-left: #0E79B3 1px solid;
	border-bottom: #0E79B3 1px solid;
	font-family: Arial, helvetica, sans-serif;
	color: #ffffff;
	background-color: #0E79B3;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	}
	

