/* CSS ATTRIBUTES 
Date       		Version  		Author 			Comments
-----------------------------------------------------------------
08/11/07  		001      		HS     			telereal.com - global elements
-----------------------------------------------------------------
*/

body { font-family:Tahoma; font-size:0.7em; text-align:center; margin:0; color:#666; background:#ddf1f7; }

/*********************************************************************/
/************************ hyperlink elements *************************/
/*********************************************************************/

a { color:#000099; text-decoration:none; }
a:hover { text-decoration:none; background:#b9c2c9;}

/*********************************************************************/
/************************ header elements ****************************/
/*********************************************************************/

h1 { font-size:1.65em; font-weight:normal; margin:0 0 0.5em 0; }
h2 { font-size:1.15em; font-weight:bold; margin:0 0 0.5em 0; }
h3 { font-size:1.00em; font-weight:bold; margin:0 0 0.5em 0; }
h4 { font-size:0.85em; font-weight:bold; }

#tab0 h1, #tab0 h2, #tab0 h3, #tab0 h4 {  color:#006495; } 
#tab1 h1, #tab1 h2, #tab1 h3, #tab1 h4 {  color:#006495; } 
#tab2 h1, #tab2 h2, #tab2 h3, #tab2 h4 {  color:#008bc2; } 
#tab3 h1, #tab3 h2, #tab3 h3, #tab3 h4 {  color:#00b4e3; } 
#tab4 h1, #tab4 h2, #tab4 h3, #tab4 h4 {  color:#00b7b2; } 
#tab5 h1, #tab5 h2, #tab5 h3, #tab5 h4 {  color:#d70b8c; } 
#tab6 h1, #tab6 h2, #tab6 h3, #tab6 h4 {  color:#807f83; } 

/*********************************************************************/
/************************ text elements ******************************/
/*********************************************************************/

strong { color:#666; }
b {	color:#666666; }
p {margin-top:0;}

/*********************************************************************/
/************************ misc elements ******************************/
/*********************************************************************/

img { border:0; }
input, textarea { font-family:Tahoma; font-size:95%; }
label {	position:relative; bottom:2px; }
acronym, abbr { cursor: help; border-bottom:0; }
hr { height:0.1em; color:#e4e4e4; background-color:#ccc; border:0; }
small { font-size:0.60em;}