/* This style sheet controls how the site is displayed.  It defines font styles, colors, sizes; site colors; etc... */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 12px;}

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 17px;}

BLOCKQUOTE {font-style: italic;}

BODY {background: #fff;
margin : 0 0 0 0;
padding: 0 0 0 0;}

DT {font-weight: bold;}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #00008B;}

H1 {font-size: 23px;}

H2 {font-size: 23px;}

H3 {font-size: 19px;}

H4 {font-size: 16px;}

H5 {font-size: 13px;}

H6 {font-size: 12px;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* This controls the color and font of standard text links */

A:link {color: #000080;
text-decoration: none;}

/*
A:visited {color: #CF001B;
text-decoration: none;}
*/

A:visited {color: #800000;
text-decoration: none;}

A:active {color: #00488F;
text-decoration: none;}

A:hover {color: #CF001B;
text-decoration: underline;}

/* Below is specific to MTE Corp pages */

A.white:link {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:visited {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:active {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:hover {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: underline;}

BODY {scrollbar-face-color: #E1E1E1;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #111111;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #F4F4F4;
scrollbar-darkshadow-color: #999999;
scrollbar-base-color: #FFFFFF;}

INPUT {border: 1 solid #000000;}

INPUT.subscribe {border: 1 solid #000000;
text-align: center;}

INPUT.button {border: 0 solid #000000;}

TEXTAREA {border: 1 solid #000000;}

.footer {font-size: 10px;}
.red {color: #CF001B;}
.blue {color: #00488F;}
.white {color: #fff;}

/* Below is specific to MTE Corporation pages */

BODY TH {line-height: 1.3}

TR.drkblue {background-color: #95ade7}

TR.ltblue {background-color: #bdcee7}

TR.grey {background-color: #ccc}

TD.datatable  {line-height: 1.3;
text-align: center;
font-size : 12px;
vertical-align : middle;
}

TABLE.datatable1  {line-height: 1.3;
text-align: center;
font-size : 8px;
vertical-align : middle;
}

TABLE.body  {line-height: 1.3;
text-align: left}

DIV.red {
	font-size : 16px;
	color : Red;
	font-weight : bold;
}

TABLE.tech  {
	line-height: 1.3;
	text-align: left;
	background-color : #bdcee7;
	border : thin ridge Black;
}
TD.tech  {
	line-height: 1.3;
	text-align: center;
	font-size : 10px;
	vertical-align : middle;
}
TR.tech  {
	line-height: 1.3;
	text-align: center;
	font-size : 10px;
	background-color : #bdcee7;
	vertical-align : middle;
}
TABLE.dctable  {
	line-height: 1.3;
	text-align: center;
	font-size : 8px;
	vertical-align : middle;
}

.symbol  {
	line-height: 1.3;
	text-align: center;
	font-size : 10px;
	font-family : Symbol;
}
