<!-- Developer: Karen Wortley
Created Date: 6-4-01
This style sheet changes fonts, font sizes, font styles, font colors, text alignment as well as background colors. -->

<!-- Left hand navigation pages -->
<!-- Controls font, font size and background color of the menu links. Make sure the font and font size are the same for both. -->
td.menutext		{ font-family: Verdana; font-size: 8pt; background-color: #CCCCCC }
a.blacklink		{ font-family: Verdana; font-size: 8pt; color: #000000 }
<!-- Controls font, font size and font color of the menu headers that are links -->
a.whitelink		{ font-family: Verdana; font-size: 8pt; color: #FFFFFF }
<!-- Controls font, font size, font color, text alignment and background color of the menu headers that are not links -->
td.menuheader	{ font-family: Verdana; font-size: 8pt; color: #FFFFFF; text-align: Right; background-color: #CC0033 }

<!-- Navigation Rollover Effect -->
<!-- Controls what happens when mouse rolls over link. 
"font-family", "font-size" and "background-color",  must be the same as specified in td.menutext.
"color" must be the same background-color specified in td.menuheader -->
.menuover 	{ font-family: Verdana; font-size: 8pt; color: #CC0033; background-color: #CCCCCC }
<!-- Controls what happens when mouse leaves link. 
"background-color" must be the same "color" specified in td.menutext.
"color" must be the same "background-color" specified in .menuover -->
.menuout 	{ font-family: Verdana; font-size: 8pt; color: #CCCCCC; background-color: #CC0033 }


<!-- Title Pages
Note: Making the font size bigger may make this frame scroll. Be sure to test before uploading! -->
<!-- Controls background color of page.  -->
.pagecolor		{ background-color: #CCCCCC }
<!--  Controls font, font size, font style and font color of the top header: Company Name  -->
td.pageheader	{ font-family: Verdana; font-size: 14pt; font-weight: Bold; color: #000000 }
<!-- Controls font, font size, font style and font color of the sub header -->
td.pageheader2	{ font-family: Verdana; font-size: 10pt; font-weight: Bold; color: #000000 }

<!-- Main Pages -->
<!-- Controls font, font size, font style, font color, and background color of the title bar: My Benefits, Health Care Eligibility, etc. -->
td.pageheader3		{ font-family: Verdana; font-size: 12pt; font-weight: bold; color: #003399 }
<!-- Controls font, font size, font style, font color and background color of the Information headers: Member, Eligibility Information, etc. -->
td.infoheader         	{ font-family: Verdana; font-size: 11pt; font-weight: bold; color: #003399 }
<!-- Controls font, font size, font style, font color, and background color of the Information subheaders where a background color is desired -->
td.infosubheader		{ font-family: Verdana; font-size: 9pt; font-weight: bold; color: #000000; background-color: #CCCCCC }
<!-- Controls font, font size and color of the Information subheaders where no background color is desired -->
td.infotextheader		{ font-family: Verdana; font-size: 9pt; font-weight: bold }
<!-- Controls font and font size of text representing patient information -->
td.infotext			{ font-family: Verdana; font-size: 9pt }
<!-- Controls the font, font size, and alignment of the footer -->
td.footer    			{ font-family: Verdana; font-size: 8pt; text-align: Center }


