
/* This is the primary CSS style sheet for TMI's redeisgned webpages (March+ 2004)  */


.tmi {  /* This is the standard text font for all body text.  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
A:link{
	color: #003399;text-decoration:underline;
	font-size: 12px;
	line-height: 15px;
} 
A:visited{
	color: #666666;text-decoration:underline;
	font-size: 12px;
	line-height: 15px;
} 
A:hover {
	color: black;text-decoration:none
	font-size: 12px;
	line-height: 15px;
}
.captions1 { /* Can be used for quotations in sans serif as well */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-style: italic;
}

.largetitle1 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 17px;
	color: #003399;
	font-weight: bold;
}
.largetitle2 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 15px;
	color: #003399;
	font-weight: lighter;
}
.largetitle3 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 28px;
	line-height: 26px;
	color: #003399;
	font-weight: lighter;

}
.quotations {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 12pt;
	line-height: 13pt;
	color: #333333;
	font-style: italic;


}  /* this wraps the master, main full body table in a border and provides a white background */
.maintableborder {
	background-color: white;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	}
.maintxt-centercol { /* This is a spacing and border designation. Its mostly on the home page  */
	padding: 5px;
	vertical-align: top;
	border: 0px none #003399;
}
.maincol-left { /* Important! This class is for the main content table left column on most pages that have a two column layout. */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	border: 0px none #003399;
        margin-bottom: 5px;
        margin-top: 5px;
}
.rightnavcol { /* Use with right navigation column, provides the blue border. */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	border-left: 1px solid #003399;
        margin-bottom: 5px;

}.rightnavigation { /* Use with right navigation column, provides the blue border. */
	border-right: 0px solid  #003399;
	border-left: 0px solid  #003399;
	border-top: 0px solid  #003399;
	border-bottom: 0px solid #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003399;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
h1 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	color: #003399;
}
h2 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 22px;
	color: #003399;
	font-weight: lighter;

}
h3 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 28px;
	color: #003399;
	font-weight: lighter;
}
.srchbttn {
	font-family:Verdana,sans-serif;
	font-size:11px;
	background: #EEEEEE;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #AFC4D5;
	border-left: 1px solid #000000;
	border-top:1px solid #AFC4D5;
	color:#000000;height:19px;
	text-decoration:none;
	cursor: hand
}
.text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
li {
	list-style-image:         url(images/mtn-bullet.gif);
	list-style-type: none;
	list-style-position: outside;



}
.shadedcellborder {
	background-color: #FFFFCC;
	border: 1px solid #666666;
	padding: 8px;

}
}
.box {
	border: 1px solid #666666;
	padding: 5px 4px 6px;


}

.shadedcellborder2 {

	font-family:Verdana, sans-serif;
	font-size:11px;
	background: #EEEEEE;
	border-bottom: 1px solid #AFC4D5;
	border-right: 1px solid #AFC4D5;
	border-left: 1px solid #AFC4D5;
	border-top:1px solid #AFC4D5;
	color:#333333;height:19px;
	text-decoration:none;
	cursor: hand
}
.unnamed1 {
}
.largetitle1blink {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 17px;
	color: #003399;
	text-decoration: blink;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}
