html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #000000;
	font-size : 13px;
	background-color : #FFFFFF;
}

div#container {
	position:relative;
	/* needed for footer positioning*/
	margin:0 auto;
	/* center, not in IE5 */
	width:750px;
	height:auto !important;
	/* real browsers */
	height:100%;
	/* IE6: treaded as min-height*/
	min-height:100%;
	/* real browsers */
}

div#header {
	padding:0em 0em 0em 0em;
}

div#content {
	padding: 0em 0em 100px 0em;
	/* bottom padding for footer */
}

div#footer {
	position:absolute;
	bottom:0;
	width:1000px;
	height: 85px;
}

A.menu, A.menu:ACTIVE, A.menu:LINK, A.menu:VISITED {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #FBEBCC;
	font-size : 16px;
	text-decoration : none;
	font-weight : normal;
	text-transform : uppercase;
}

A.menu:HOVER {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #FBEBCC;
	font-size : 16px;
	text-decoration : none;
	font-weight : normal;
	text-transform : uppercase;
}

A.fotolink, A.fotolink:ACTIVE, A.fotolink:LINK, A.fotolink:VISITED {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #FBEBCC;
	font-size : 14px;
	text-decoration : none;
	font-weight : normal;
	text-transform : uppercase;
}

A.fotolink:HOVER {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #FBEBCC;
	font-size : 14px;
	text-decoration : none;
	font-weight : normal;
	text-transform : uppercase;
}

A.menuactive, A.menuactive:ACTIVE, A.menuactive:LINK, A.menuactive:VISITED  {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : uppercase;
	color : #FBEBCC;
	font-size : 16px;
	text-decoration : none;
	font-weight : normal;
}

A.menuactive:HOVER{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : uppercase;
	color : #FBEBCC;
	font-size : 16px;
	text-decoration : none;
	font-weight : normal;
}

A, A:ACTIVE, A:LINK,A:VISITED {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #C41230;
	font-size : 13px;
	text-decoration : underline;
}

A:HOVER {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #C41230;
	font-size : 13px;
	text-decoration : none;
}

BODY, TABLE, TD, TH, TR {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #000000;
	font-size : 13px;
}

A.agenda, A.agenda:ACTIVE, A.agenda:LINK,A.agenda:VISITED {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : uppercase;
	color : #000000;
	font-weight:bold;
	font-size : 13px;
	text-decoration : none;
}

A.agenda:HOVER {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : uppercase;
	font-weight:bold;
	color : #000000;
	font-size : 13px;
	text-decoration : underline;
}

h1{
	text-transform : uppercase;
	color : #939BA1;
	font-weight: bold;
}

h2{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : uppercase;
	color : #FBEBCC;
	font-weight: bold;
	font-size : 12px;
	margin-top:0px;
}

h5{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #04d523;
	font-size : 14px;
	text-decoration : none;
}

h6{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform : none;
	color : #FBEBCC;
	font-size : 12px;
	text-decoration : none;
	padding: 0px;
	margin: 0px;
}

