/* BCBSKS.com */
/* Updated 703/03 - added help for PDF images */
/* Updated 3/21/03 - added greyHead and boldGrey */

/* The following is the style sheet to use for all projects */

/* -------------HTML TAGS------------- */

/* Font size and style as well as the background and margin for the BODY of the page */ 
BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	background-color:white;
	Margin-left: 2%;
	Margin-top: 2%;
	Margin-right:0px;
	Margin-bottom: 2%;
}

/* Font style for links */
a:hover {color: Red;text-decoration:none;}
a {text-decoration:none}


/* Font style for the Heading tags H1 - H6 */
H1 {font-weight:bold; font-size:22px; color:#000099;}
H2 {font-weight:bold; font-size:20px; color:#000099;}
H3 {font-weight:bold; font-size:18px; color:#000099;}
H4 {font-weight:bold; font-size:16px; color:#000099;}
H5 {font-weight:bold; font-size:14px; color:black;}
H6 {font-weight:bold; font-size:12px; color:black;}


/* Font style for table data tag */
td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

/* Font style for Form elements */
form {font-size:10px; color:black;}


/* Font style for list items */
ul {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:black; list-style-image: url(../images/bullet3.gif);}
ol {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:black;}


/* ------------CUSTOM TAGS------------- */

/* Font styles for page footers.  This will include the License and Trademark statements. */
td.footer {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000;}

/* For the footer of the index.htm page on BCBSKS.com */
td.footer2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9.5px; color:#666666;}

/* Equivalent of FONT Size 3 */
.textSize3 {font-size:16px; color:black;}
/* Equivalent of FONT Size 2*/
p.textSize2{font-size: 12px; color:black;}
/* Equivalent of FONT Size 1 */
.textSize1 {font-size:10px; color:black;}

/* Bold Blue Size 2 text - added 10/2/01*/
.boldBlue {font-size: 12px; font-weight: bold; color: #000099;}
.boldGrey {font-size: 12px; font-weight: bold; color: #990000;}

/* Font style for the red or blue notations on documents */
.noteRed {font-size:10px; color:#990000;}
.noteBlue {font-size:10px; color:#0033CC;}

/*Changes cursor to show a question mark on mouse over*/
.help { cursor: help }

/* Font style for the paragraph headers that are blue or red */
.blueHead {font-size: 14px; color:#000099; font-weight: bold}
.greyHead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #333333}
.boldGrey {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333333}
.greyHead2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #990000}

/* Menus */
.ASK_leftmenu {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9.5px;color: #333333;font-weight: bold;}
.bottomMenu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; font-weight: bold}
/* Link colors for menus */
A.ASK_leftmenu:link {color:#000000;}
A.bottomMenu:link {color:#000000;}

.trademark {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color: white;}
.padding {
	padding: 4px;
}
