﻿/* stmsStyle.css
   styles for ttt site
*/
/*HTML Tags*/

body, table, div, li
{	font-family: Verdana,Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	margin:0px; 
	padding: 0px;
	MARGIN-TOP: 0px
}

tr object {
  display: block;
  margin: 0;
}

/*body
{
	scrollbar-face-color: #369;
	scrollbar-base-color: #036;
	scrollbar-arrow-color: #f90;
	scrollbar-highlight-color: #69c;
	scrollbar-3d-light-color: #369;
	scrollbar-shadow-color: #036;
	scrollbar-dark-shadow-color: #036;
}
*/

td 			{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px} 
p			{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
a 			{color:#00789F;} /*A {  text-decoration: none; font-size: 12px; color:#003399;}*/
a:hover 	{text-decoration: underline;color: #00789F;}
div.main 	a:hover { text-decoration: underline;color: #0066FF;}

li
{
	font-family: Verdana,Arial, Helvetica, sans-serif; 
}

H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    COLOR: #00789F;
    LINE-HEIGHT: 100%;
    FONT-FAMILY: Verdana
}

H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    LINE-HEIGHT: 100%;
    FONT-FAMILY: Verdana
}

H3 
{ 
	font-size: 8pt; 
    FONT-WEIGHT: bold;
    MARGIN-TOP: 1px;
	color: #666699;  
    LINE-HEIGHT: 100%;
    FONT-FAMILY: Verdana
} 

h4 { font-size: 13px; text-decoration: none; margin-bottom: 4px; margin-top: 0px} 
h5 { font-size: 12px; color: #666666; text-decoration: none; font-weight: lighter; margin-top: 2px; margin-bottom: 2px}
h6 {font-size: 12px; font-weight: bold; margin-bottom: 0px}
ol{ font-size: 12px;}
ul {list-style-type: disc;font-size: 12px; font-style: normal; line-height: 120%; color: #000000}
form {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}
textarea, input, select, option   { font-size: 12px }
li{line-height: 120%; margin-left:.2; margin-bottom:3 }
dl {  font-size: 12px; margin-bottom: 0px}
dt {margin-top: 0px; margin-bottom: 0px}
dd {margin-top: 0px; margin-bottom: 0px}
sup{ font-size: 10px; text-decoration: none }
i{	font-family: Arial, Helvetica, sans-serif; }
hr{border: 0px solid}

.errorMessage
{
	color:#FF0000;
}
