/*******************************************

DO NOT MODIFY

*******************************************/

/* sets the default font style and size for all elements
   normally, just BODY should do, but the other items are being included for
   browser CSS support bugs and other problems
*/


BODY, FONT, SELECT, FORM, DIV, TABLE, TD, TH, P, OL, UL, DL, DD, DT, H1, H2, H3, BLOCKQUOTE, H4, H5, H6, ADDRESS, SPAN 
     {font-size: 15px; font-family: "Arial", "Helvetica", "sans-serif"; }

BODY {background-color: #FFFFFF}

h1	{font-size: 26px; color:#005263; font-weight: bold}
h2	{font-weight: bold; font-size: 23px; color:white}
h3 {font-weight: bold; font-size: 17px; color:#005263}	

span.heading3 {font-weight: bold; font-size: 17px; color:blue}
span.heading2	{font-weight: bold; font-size: 23px; color:white}

xpanel		{border-width:thin; border-color:Gray; border-style:solid}


A:link 		{color:#730063}
A:visited	{color:#8C007B}
A:active	{color:#006B84}
A:hover		{color:#083194}


.bold 	    {font-weight: bold}
.small		{font-size: 90%}
.xsmall		{font-size: 70%}

.code			{font-family: "Courier", "monospace"; font-size: 90%; color:#218429}
.code-highlight	{font-family: "Courier", "monospace"; font-size: 90%; color:#FF0000}

tr.head 	{font-weight: bold; background-color: #ccccff; padding: 0; border: thin solid white}
tr.row 		{background-color : #EFEBEF; padding: 0; border: thin solid white}
td.head 	{font-weight: bold; background-color: #ccccff; padding: 0; border: thin solid white}
td.row 		{background-color : #EFEBEF; padding: 0; border: thin solid white}

/* BACKWARDS COMPATIBILITY */
#bbold			{text-decoration: none; color:#005263; font-size: 17px; font-weight: bold}
.qs_td			{background-color : #EFEBEF; padding: 0; border: thin solid white}
.qs_th			{font-weight: bold; background-color: #ccccff; padding: 0; border: thin solid white}
font.heading	{color:#005263; font-weight: bold}	
font.faq_heading	{color:blue; font-weight: bold}	

/* BROWSER COMPATIBILITY */
INPUT {font-size: 15px;} /* forces font size on NS 4/6.  forcing font face causes text size to be ignored */

.listheader {font-size: 17px; padding: 0.4em; font-weight: bold; }
a.listItemLink:link {font-weight: bold; color: #0D2888; text-decoration: none; }
a.listItemLink:visited {font-weight: bold; color: #0D2888; text-decoration: none; }
a.listItemLink:active {font-weight: bold; color: #000000; text-decoration: underline; }
a.listItemLink:hover { font-weight: bold; color: #F27900; text-decoration: underline; }
