/* 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;} /* 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;}

/* Begin Navigation style */
a.nav2{ font-weight:bold; text-decoration:none; color:#3D578C}
a.nav2:hover{ font-weight:bold; color:#EC8000; text-decoration:none;}
a.nav2:visited{ font-weight:bold; color:#3D578C}
a.nav2:visited:hover{ font-weight:bold; color:#EC8000}

a.nav2a{font-weight:bold; color:#EC8000}
a.nav2a:visited{font-weight:bold; color:#EC8000}
/* 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:#3D578C;
}

.footer{color: #999; font-size: 9px; text-decoration: none;}
a.footer{color: #999; font-size: 9px; text-decoration: none;}
a:visited.footer{color: #999; font-size: 9px; text-decoration: none;}


/* 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;}