/*---- Link styles ----*/			  
A.LinkRegular {
	color: #003D7A;
}
A:hover.LinkRegular {
    text-decoration: blink;
    color: #CC9900;
}
A.LinkNoLine {
    color: #003D7A;
    text-decoration: none;
}
A:hover.LinkNoLine {
    text-decoration: blink;
    color: #CC9900;
}
A.LinkNavigation {
    color: #FFFFFF;
    text-decoration: none;
}
A:hover.LinkNavigation {
    color: #FFFFFF;
	text-decoration: underline;
}
A.LinkOverline {
	color: #003D7A;
	text-decoration: overline;
}
A:hover.LinkOverline {
	color: #CC9900; 
	text-decoration: overline;
}
		  
/*---- Text styles ----*/
.body, tr, td  { 
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10pt;
    text-decoration: none;
    letter-spacing: normal;
    color: #000000;
}
.eightBlack {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 8pt;
    font-style: normal;
    text-decoration: none;
    letter-spacing: normal;
	color: #000000;
}
.eightWhite {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 8pt;
    font-style: normal;
    text-decoration: none;
    letter-spacing: normal;
	color: #FFFFFF;
}
.eightGray {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 8pt;
    font-style: normal;
	text-decoration: none;
    letter-spacing: normal;
    color: #999999;
}
.eightGrayBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 8pt;
    font-style: normal;
	font-weight: bold;
	text-decoration: none;
    letter-spacing: normal;
    color: #999999;
}
.eightBlackBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 8pt;
    font-style: normal;
	font-weight: bold;
    text-decoration: none;
    letter-spacing: normal;
	color: #000000;
}
.eightBlack {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 8pt;
    font-style: normal;
    text-decoration: none;
    letter-spacing: normal;
	color: #000000;
}
.tenBlack {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10pt;
    font-style: normal;
    text-decoration: normal;
    letter-spacing: normal;
    color: #000000;
}
.tenBlackBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: normal;
    color: #000000;
}
.tenRedBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: normal;
    color: #660000;
}
.tenBlueBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: normal;
    color: #003D7A;
}
.tenGrayBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: normal;
    color: #666666;
}
.tenWhiteBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: normal;
    color: #FFFFFF;
}
.twelveWhiteBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: normal;
    color: #FFFFFF;
}
.twelveBlueBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: normal;
    color: #003D7A;
}
.twelveBlackBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: normal;
    color: #000000;
}
.twelveGrayBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: normal;
    color: #666666;
}
.twelveRedBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: normal;
    color: #660000;
}
.eighteenBlueBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18pt;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: normal;
    color: #003D7A;
}
.eighteenWhiteBold {             
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18pt;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: normal;
    color: #FFFFFF;
}
	 
/*---- Form styles ----*/
input.inputLogin {
  	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid #003D7A;
}
textarea.TextAreaWeb {
  	font-family: "Trebuchet MS", sans-serif;
}
input.InputWeb {
  	font-family: "Trebuchet MS", sans-serif;
}
input.InputSelectAndDescribeSmall {
  	font-family: "Trebuchet MS", sans-serif;
	font-size: 8pt;
	font-weight: none;
	border: none;
	color: #999999;
}	
select.SelectWeb {
	font-family: "Trebuchet MS", sans-serif;
}

/*---- Editable Select styles ----*/
.selectBoxArrow{
	margin-top:1px;
	float:left;
	position:absolute;
	right:1px;
}
.selectBoxInput{
	font-family: "Trebuchet MS", sans-serif;
	border:0px;
	padding-left:1px;
	height:20px;
	position:absolute;
	top:0px;
	left:0px;
}
.selectBox{
	border:1px solid #7f9db9;
	height:22px;
}
.selectBoxOptionContainer{
	position:absolute;
	border:1px solid #7f9db9;
	height:120px;
	background-color:#FFF;
	left:-1px;
	top:20px;
	visibility:hidden;
	overflow:auto;
}
.selectBoxAnOption{
	font-family: "Trebuchet MS", sans-serif;
	cursor:default;
	margin:1px;
	overflow:hidden;
	white-space:nowrap;
}
.selectBoxIframe{
	position:absolute;
	background-color:#FFF;
	border:0px;
	z-index:999;
}

/*---- Line styles ----*/
hr.ReportHeader {
	height: 6px;
	margin-right: 8px;
	color: #003D7A;
}
hr.ReportFooter {
	height: 4px;
	margin-right: 8px;
	color: #003D7A;
}
hr.ReportItemDivider {
	border-top: 1px dashed;
	height: 1px;
	margin-left: 12px;
	color: #003D7A;
}

 
/*---- Table styles ----*/
table.Blue {
    border: 1px solid #003D7A;
}
table.BlueTop {
    border-top: 1px solid #003D7A;
}
td.BodyLeftSide {
	padding-right: 4px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}
td.BodyRightSide {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
td.RightWhite {
	border-right: 1px solid #FFFFFF;
}
