body, td, th, p, a, div, li, ul {
    color: black;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 12px
}
h1 {
	font-size: 18pt;
	font-weight: 600;
	color: #666666;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 0px;
}

h2 {
	font-size: 14pt;
	font-weight: bolder;
	margin-bottom: 0.5em;
	color: #787878;
	padding-top: 5px;
	padding-bottom: 0px;
}

/*  General layout */

body	{
	background: #ffffff;
	color: #333;
	margin: 0;
	border: 0px none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

#wrapper	{
	background: #f9973f;
	color: #000000;




}
#mark	{
	border-top: 5px solid #FFB200;
}
#header	{
	background: #fff;
	color: #333;
	border: 0px none;
	margin: 0;
	padding: 0;
	text-align: center
	}
#maincontent	{
	background-color: #F1F5EC;
	margin-right: 2%;
	margin-left: 2%;
}
#footer {
	border-left:0px none;
	border-right:0px none;
	border-bottom:0px none;
	border-top:1px none #ccc;
	color: #666;
	background: #FFB200;
	text-align: right;
	font-size: xx-small;
	clear: both;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: auto;
}

/* General link */
a:link, a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #605d96;
	background: transparent; 
	}
a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #0b5230;
	background: transparent; 
	}
a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #669966;
	background: transparent;  
	}

/* Menu principal */
TABLE.menu {
	VISIBILITY: hidden;
	CURSOR: pointer;
	POSITION: absolute;
	background-color: #000000;
	border: 1px none black;
}
TABLE.menu TD {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 16px;	
	BACKGROUND-COLOR: #f9973f;
	BORDER-RIGHT: 0px;
	BORDER-TOP: 10px;
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
	PADDING-RIGHT: 8px;
	PADDING-LEFT: 8px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 0px;
	WHITE-SPACE: nowrap;
}
#mainmenu {
	POSITION: static;
}

