/* This is the default style sheet used by all BenefitsIncTexas pages */

/* Links */

A:link    { color: #003366 }
A:active  { color: red }
A:visited { color: #6699CC }

/* Text */

* { font-size: 100%; } 

body, table { color: #003366; font-family: Arial, Helvetica, sans-serif; font-size: medium }
p, ul, ol, th, td {color: #003366; font-family: Arial, Helvetica, sans-serif; font-size: medium }


H1 { font-family: serif }
H1 { font-size: xx-large; color: #336699 }

H2, H3, H4, H5, H6 { font-family: Arial, Helvetica, sans-serif }
H2 { font-size: x-large; color: #003366 }
H3 { font-size: large; color: #003366 }
H4 { font-size: medium; color: #336699 }
H5 { font-size: small; color: #336699 }
H6 { font-size: x-small; color: #336699 }

/* text "subhead" class */

.subhead {color: #336699; font-family: Arial, Helvetica, sans-serif; font-size: small }

/* Generic "watermark" class */

.watermark {
 	background-repeat: no-repeat;
 	background-color: #ffffff;
 	background-position: left top;
 	margin: 0px; 
 	}
 	
 	