/* CSS Document */
/* background properties */
/* placing the multi-green strip from Sun Medical */
td.backGround {
		background-image: url(../images/navigationalGreenBar_blank.GIF);
	}
		/* I had used: #339999 before, Justin of CyberJaz cam up with this color from 'reading' the logo's green color
			with graphics software. Decide which want!  Then change the rectangles in index.html/contact page, & top right
			graphics                                                                                              */
td.backGroundColor {
	background-color:#108578;
	}

/* lightLink addresses the white links against dark background */
a.lightLink:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}

a.lightLink:visited {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}

a.lightLink:hover {
	color: #FFFF66;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	}
	
	/* special case of anchor, for when internal links within a page, against dark background */
a.specialCaseLightLink:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFF66;
	}
	
a.specialCaseLightLink:visited {
	color: #FFFF66;
	}

/* using this link list for special news alerts on our home page - 5/31/05 */
a.specialLink:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #108578;
	}

a.specialLink:visited {
	color: #108578;
	font-family:Arial, Helvetica, sans-serif;
	}

a.specialLink:hover {
	color: #108578;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	}

/* font instructions for majority of pages */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 24px;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	}	
	
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#303030; /*  */
	}
p.smallPrint {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#303030; /* added 050505 for publications */
	}
	
p.boldYellow_font {
	color: #FFFF66;
	font-weight: bold;
	font-size: 16px;
	}
	
/* paragraph font & color to warn to change */
p.warningPrint {
	color:#CC3333;
    }	

/* for titled areas or special emphasis */	
p.headline {
	font-size:18;
	color:#303030;
	font-weight:700;
	}
		
p.fancyPrint {
	font-variant:small-caps;
	}
	
span.fancyPrint {
	font-variant:small-caps;
	}
	
p.boldFancyPrint {
	font-variant:small-caps;
	font-weight:bold;
	font-size:16;
	}	
table.main {
	border-color: #108578;
	border-style:double;
	background-color: FFFFF0; /*  ivory  also a possiblity, */
	}


/* background trials */
td.backgroundTexture {
	background-image:url(../images/EosSimplicity10a_background.gif);
	}
	
	/* seeing if font could change in the headers */
td.mildColor {
	color:#303030;
	}	
	
/* not used at this time 5.18.04 */
table.white_border {
	border-color:#FFFFFF;
	}
	
td.green_border_right {
	border-right-color:#339999;
	border-right-style:solid;
	}
