/* CSS Plain Pages Stylesheet for TM Information Services Web Site. */

/* These rules control the appearance of hyperlinks. */

A:link { 
	color: #429C21;
	text-decoration: none }
	/* links TMIS logo green, no underline */

A:visited { 
	text-decoration: none;
	color: #DECE84 }
	/* visited links TMIS logo gold, no underline */

A:hover { 
	color: #CC3333;
	text-decoration: underline }
	/* hover links red when visited*/

A:active {
	text-decoration: underline; 
	color: #CC3333; }
	/* active links red, with underline */ 


/* These rules apply TMIS logo green to headers. */

h1 {  color: #429C21}
h2 {  color: #429C21}
h3 {  color: #429C21}
h4 {  color: #429C21}


/* These rules control the initial font appearance of black 
and sans-serif type, position all page content correctly on 
the screen, and make the underlying background color white. */

body {	
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 10pt;
	position: absolute;
	left: 0;
	top: 0;  
	margin: 0; 
	background-color: #FFFFFF; }

/* These class rules are used in combination with the 
hyperlinks rules in embedded styles to override the body rules. */

.footer { text-decoration: none; color: #000000}
.footer2 { text-decoration: none; color: #000000 }


