
body {
	margin:0px;
	background-color: #EEEEEE;
	}
	
h1
{
	line-height: 40px;
	font-family: tahoma;
	color:#C04040;
}

h2 { line-height:30px;
	}
	
td {
	color:#333333;
	font-family: tahoma;
	font-size: 11px;
	line-height: normal;
	}

#tabla_datos tr:hover
{
    BACKGROUND-COLOR:#6699FF;
}

#tabla_datos th
{
	background-color:#CCCCCC;
	color:#000000;
	font-family: tahoma;
	font-size: 12px;	
}


	
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:11px tahoma;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px tahoma;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px tahoma;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px tahoma;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:11px tahoma;
	color:#333333;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px tahoma;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px tahoma;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px tahoma;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px tahoma;
	color:#000000;
	line-height:16px;
	letter-spacing:.1em;
	}

.bigText {
	font:16px tahoma;
	color:#333333;
	letter-spacing:.2em;
	}
	
.mediumText {
	font:12px tahoma;
	color:#333333;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px tahoma;
	color:#333333;
	}


#footer {
	font-size: 10px;
	color:#B4B4B4;
	text-align:center;
	padding:20px;
	line-height:18px;
}
#footer a:link, #footer a:visited {
	color:#B4B4B4;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color:#B4B4B4;
	text-decoration:underline;
}

