#templateComments {  
	background-color: #ffffbb;
}

#templateComments a:link, #templateComments a:visited,
 #templateComments a:active {
	background-color: #ffffbb;
	color: red;
	text-decoration: underline;
}

#templateComments a:hover {
	background-color: #ffffbb;
	color: #0000dd;
	text-decoration: underline;
}

.equation {
	font-style:	italic;
	font-size:	10pt;
	font-family:	arial;
	margin:		9px 25px 9px 25px;
	color:		#282800;
}
.tooltip1
{
	COLOR: #ffffff;
	CURSOR: help;
	TEXT-DECORATION: none;
	font-style:	italic;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0BFAD;
	margin:0px 0px 10px 0px;
	text-align:left;
}
.tip {
	color: #009900;
	font-size: 9pt;
	font-weight: bold;
}
.tiptext {
	color: #909090;
	font-size: 8pt;
}

/*table{
	border-spacing: 0;
	border-collapse: collapse;
*/
td.downloadTableLeft {
	padding-left:30px;	
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#DAD9C4;
	vertical-align: top;
}
td.downloadTableCenter {
	font-size:8pt;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#DAD9C4;
	vertical-align: top;
}
td.downloadTableSubtitle {
	height:20px;
	font-weight:bold;
	vertical-align: middle;
}
th.downloadTableTitle {
	font-weight:bold;
	color:#000000;
	font-size:8pt;
	vertical-align: top;
}
td.downloadTableContainer {	
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#919081;
}
tr.downloadTableContainer {	
	background-color:#DAD9C4;
}
th.downloadTableContainer {	
	font-weight:bold;
	color: #333333;
	font-size:8pt;
	vertical-align: top;
	height: 18px;
}
caption {
	display:block;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
}
/* #navcontainer { width: 100px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #000066;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}
*/
.navcontainer {
	width: 150px;
	margin: 1em .5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:#CCCCCC;
}
.navcontainer a {
	display:block;
	padding:.2em;
	line-height:1;
	border-bottom:1px solid white;
	text-decoration:none;
}
.navcontainer a:hover {
	background-color:#00CCFF;
	color:#FFFFFF;
}
.navcontainer h3 {
	margin: 0;
	padding: .25em;
	/*background:#000099;*/
	background: #000066;
	border-top: 1px solid #0066FF;
	border-bottom: 1px solid #0066FF;
	color:white;
	font-size:small;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	
}

.navcontainer ul {
	margin-left: 0;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none;
}
.headerRedBgrnd {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #FFCC00;
	background-color: #000000;
	border: none;
	font-weight: normal;
	padding: 6px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.headerWhiteRedBgrnd {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	background-color: #990000;
	padding: 6px;
}
.quoteLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: 999999;
	text-align: left;
	width: 350px;
}
.note {
	font-size: 1.0em;
	color:#294e56;
	margin-left: 50px;
	width:300px;
	padding: 10px;
	border: 1px solid #73afb7;
	background-color: #fbef99;
	margin-bottom: 5px;
float:right;
}
.headerFuchia {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CC33CC;
	border: thin inset #0000CC;
}
.dropShadow {
	background:url(../images/dropShadow.png) right bottom no-repeat;
	/*border: 1px solid;*/
	position:relative;
	top:-5px;
	left:-5px;
padding:4px;
}
.headerBlackRedText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	text-transform: capitalize;
	color: #CC0000;
	background-color: #000000;
	margin: 5px;
	padding: 5px;
	border: thin double #CC0000;		
}
.blackLink a:link {color:black;}

.colorlessLink img a:link a:visited a:hover a:visited  {
	text-decoration:none;
	border: none;
	color: #FFCC00;	
}

a[href^="http:"]{
 background:url(../Images/externalLink.jpg) no-repeat right top;
 padding-right: 10px;
 }
 
.heading a:link {color:red;}
}

a.button {
	background:#B1B1B1;
	color:#FFF;
	font-weight:bold;
	border-width:4px;
	border-style:solid;
	border-top-color:#DFDFDF;
	border-right-color:#666;
	border-bottom-color:#333;
	border-left-color:#858585;
}

.formatSlider {
	border: 3px inset red;
	padding: 5px;
	background: black;
	color: white;
}
.formatSlider a:link {
	color:red;
}
.alertBox {
	background:red;
	color:white;
	border-color:black;
	border-style:solid;
	border-width: 5px;
	padding: 5px;
	text-align:center;
}
.brownBox{
	height:170px;
	width:80%;
	border-width:medium;
	border-style:ridge;
	border-color:#FFFFCC;
	background-color:#993300;
	color:#FFFFCC;
	padding:0.8em;
	margin-left:10%;
	margin-right:10%;
}