/* CSS Document */
.TitleBlack {font-size: 125%; color:#000000}
.TitleBlue {font-size: 160%}

.logobox{font-size:12px;}
.logoboxBoldWhite{color:#FFFFFF; font-weight:bold;}

h3 	{color:#EC8000; margin-bottom: 0; font-size:inherit; font-size:18px; margin-top: 0;} /* keep text directly under the h3 stuff*/
h3.top 	{color:#EC8000; margin-bottom: 0; margin-top: 0;} /* keep text directly under the h3 stuff*/
h3.green {color:#8CB811; margin-bottom: 0;}
h4 	{margin-bottom: 0;} /* keep text directly under the h4 stuff*/
ul	{margin-top: 0; margin-bottom: 0}
ol	{margin-top: 0; margin-bottom: 0}

.BoldBlack{color:#000000; font-weight:bold;}

a{color: #3366CC;}
a:hover{color: red; text-decoration: underline;}
a:visited{color: #909;}
a:visited:hover{color: #00A5D2;}

.nav { /* Blue bar under nav and logo */
	background: url(nav_bg.gif) right repeat-x;
	border-top: 1px solid #75B2FF;
	border-bottom: 1px solid #75B2FF;
	font-size: 0.001em;
	height: 18px; /* 24 - padding */
	margin: 0 0 1px 0;
	padding: 6px 30px 0 0;
	text-align: right;
	/*width: 800px;*/ /* 900 - padding */
}

/* Begin Navigation style */
a.nav2{ 			  font-weight:bold; color:#3D578C; text-decoration:none;} /* old: 0073AF*/
a.nav2:hover{ 		  font-weight:bold; color:#EC8000; text-decoration:none;}
a.nav2:visited{ 	  font-weight:bold; color:#3D578C; text-decoration:none;} /* old: 0073AF*/
a.nav2:visited:hover{ font-weight:bold; color:#EC8000; text-decoration:none;}

a.nav2a{		font-weight:bold; color:#0073AF; border-bottom:solid; border-width:thin;} /* orange */
a.nav2a:visited{font-weight:bold; color:#EC8000; border-bottom:solid; border-width:thin;} /* orange */
/* End Navigation style  */

a.spcalc{font-size:75%; color:#3D578C}
a.spcalc:hover{font-size:75%; font-weight:bold; color:#EC8000; }
a.spcalc:visited{font-size:75%; color:#3D578C}
a.spcalc:visited:hover{font-size:75%; color:#EC8000}

body {
	font-family:verdana,Helvetica,sans-serif;
	font-size:85%;
	color:#000000; /* old: 3D578C */
	margin-top:3px;
	text-align: center; /* new for centered fixed width layout */
}

/* BEGIN Fix to require scrollbar for firefox, overwritten for IE below */
body {height: 100%} html {height: 100%; margin-bottom: 1px;}
#container { /* new for centered fixed width layout */
  margin: 0 auto;
  width: 900px;
  text-align: left;
} 
/* END Fix to require scrollbar for firefox, overwritten for IE below */

.footer{ font-size: 9px; text-decoration: none; color: #B4B4B4;}
a.footer{color: #B4B4B4; font-size: 9px; text-decoration: none;}
a:visited.footer{color: #B4B4B4; font-size: 9px; text-decoration: none;}
a:visited.footer:hover{color: #B4B4B4; font-size: 9px; text-decoration:underline;}


/* LTC specific */
.TitleGray {color: #637890}
.protect {font-size: 160%; letter-spacing: 5px;}
h3.up 	{color:#EC8000; margin-bottom:0; margin-top:0} /* keep text directly under the h3 stuff*/
.BoldRed{color:#FF0000; font-weight:bold;}

/* BEGIN New LTC3 template */
.page1bluetop{color:#3D578C; font-size:24px}
.page1blacktop{color:#000000; font-size:18px} 
.justblue{color:#3D578C; }/* old: 3D578C */ 
.bluelikeH4{font-size:larger; color:#3D578C; font-weight:bold;}
.orangelikeH4{font-size:larger; color:#EC8000; font-weight:bold;}
.blacklikeH4{font-size:larger; color:#000000; font-weight:bold;}

.footnote{font-size: 9px; text-decoration: none; color: #666666;}
a.footnote{color: #666666; font-size: 9px; text-decoration: none;}
a:visited.footnote{color: #666666; font-size: 9px; text-decoration: none;}
a:visited.footnote:hover{color: #666666; font-size: 9px; text-decoration:underline;}
/* END New LTC3 template */

.pdficon{
	padding-right: 16px;  
	background: transparent url(<%=MF%>/assets/pdficon1c.gif) no-repeat center right; 
}
.pdfsize{
	color:#999999;
}
li {
	margin-bottom: 1px;
}