/*
	BVS-Agenda 2.0 
	Tableless layout 1.0 
	Skin BVS-Site
	General styles generated by BIREME/PAHO/WHO.
	
		* for aditional information about CSS 2.0 and cascading use:
			http://www.w3.org/TR/CSS21/
		** this website was designed by tableless technique, 
			if you want more information about this technique use:
				http://www.w3.org/2002/03/csslayout-howto.html.en
				http://www.hotdesign.com/seybold/index.html (english)
				http://www.effectivetranslations.com/stupidtables/ (spanish)
				http://www.plasmadesign.com.br/stupidtables/ (portuguese)
			
*/
@import url(./common/agenda.css);

BODY {
	background: #FFF;
	font-family: Trebuchet MS, Arial;
	font-size: 80%;
	margin-left: 2cm;
	margin-right: 3cm;
}

A IMG {
	border: 0px;
}

BODY, A {
	color: #333;
}

A:hover {

}

A IMG {
    border: 0px;
}

P {
	line-height: 150%;
}

INPUT, SELECT, TEXTAREA {
	font-family: Trebuchet MS, Arial;
	font-size: 100%;
}

FORM {
	margin: 0px;
	padding: 0px;
}

ACRONYM { 
	border: none; 
	cursor: help; 
}

P { 
	margin: 0 0 10px; 
}

H1, H2, H3, H4, H5 {
	margin-top: 0px;
	font-family: Georgia, Times;
}

H1, H2, H3, H4 {
	color: #000;
}

H1 A, H2 A, H3 A, H4 A {
	color: #000;
}

H5 {
	font-weight: normal;
}

H1, H2, H3 {
	margin: 0px;
}

H2 {
	font-size: 120%;
	margin-bottom: 2cm;
}

#logo H1 {
	font-size: 120%;
}

#presentation, #program, #activity, #activityList, #person, #personList, #contact, #breadCrumb {
	width: 13cm;
}

#versions, #globalNavigation, #programFeatures, #bottom, #breadCrumb {
	display: none;
}

