/*------------------------------------
	Title: Cross-Browser Text Drop Shadows
	Author: Scott Jehl, www.scottjehl.com, scott@scottjehl.com
	Date: 7/19/06
	http://creativecommons.org/licenses/by-nc-sa/2.5/
--------------------------------------*/

BODY {
scrollbar-face-color: #9FC8D7; 
scrollbar-shadow-color: #5F5F5F;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #C8E0E6;
scrollbar-darkshadow-color: #C4DFF5; 
scrollbar-track-color: #E8E8E8;
scrollbar-arrow-color: #FFFFFF;
background: #D9E8E8 url('images/background2.gif') top;
background-repeat: repeat-x;
}

.in {background-image: url('images/bgmenu.gif'); border: 1px solid #FFFFFF; font-weight: bold}
.in2 {background-image: url('images/bgmenub.gif'); border: 1px solid #FFFFFF; font-weight: bold}
.pr {background-image: url('images/bgs.gif'); background-repeat: no-repeat; color: #CC0000; font-weight: bold}
.bg {background-color: #C0C0C0; text-align: center; font-family: verdana; font-size: 11px}
.bg td{background-color: white}
.bg td{height: 16px}

/*shadow solo su IE*/
h3 {height: 1em; margin-bottom: 0; filter: Shadow(Color=#FFFFFF, Direction=225, Strength=5);}

a{text-decoration:none}

/*Shadow*/
span.shadow {top: 1px; left: 1px; color: #CEDDDE;}
span2.shadow2 {top: 1px; left: 1px;	color: #4E5154;}

/*Color*/
.highContrast {position: relative; color: #174265;}
.highContrast span {position: relative;}
span.shadow {position: absolute;}

.highContrast2 {position: relative;	color: #ECF0F3;}
.highContrast2 span2 {position: relative;}
span2.shadow2 {position: absolute;}
