body {
	background-color: #ffead7;
	background-image: url(images/uberlandia_background.jpg);
	font-size: 14px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: Black;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-left: none;
	border-top: none;
	border-bottom: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	text-decoration: none;
}

A:link {
	color: #a52a2a;
	background-color: inherit;
	text-decoration: none;
} 

A:visited {
	color: #ff0000;
	background-color: inherit;
	text-decoration: none;
}

A:hover {
	color: blue;
	text-decoration: underline;
}

A.col:link {
	color: red;
	background-color: inherit;
	text-decoration: none;
} 

A:active {
	color: #00ff00;
	background-color: inherit;
	text-decoration: none;
}

A.col:visited {
	color: gray;
	text-decoration: none;
	background-color: inherit;
}

A.col:hover {
	color: blue;
	background-color: yellow;
	text-decoration: underline;
}

A.col:active {
	color: blue;
	background-color: inherit;
	text-decoration: none;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.cent {
	text-align: center;
}

p {
	line-height: 150%;
	font-size: 14px;
}

p.discl {
	line-height: 100%;
	font-size: 12px;
	color: blue;
	font-style: italic;
}

p.cent {
	text-align: center;
}

h1 {
	font-size:30px;
	font-weight:bold;
	text-align: center;
}

h2 {
	font-size:24px;
	font-weight:bold;
	text-align: center;
}

h3 {
	font-size:18px;
	font-weight:bold;
	text-align: center;
}

h4 {
	font-size:14px;
	font-weight:bold;
	text-align: center;
}

img {
	border: 0px;
}

#content {
	color: inherit;
	width: 1000px;
	margin: 20px auto 50px auto;
	border-top: 0px solid #006;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
}

#header {
	background-color: #ffffcc;
	color: inherit;
	vertical-align: middle;
}


#porel {
	position:relative;
}

#left {
	background-color: #FFFF9D;
	width: 400px;
	color: inherit;
	float: left;
	border: 1px;
	border-color: black;
	border-style: solid;
	padding: 5px 5px 5px 5px;
}


#leftbottom {
	background-color: #FAEBD7;
	width: 390px;
	color: inherit;
	float: left;
	border: 1px;
	border-color: black;
	border-style: solid;
	padding: 5px 5px 5px 5px;
}

#right {
	background-color: #FFFF9D;
	color: inherit;
	float: right;
	width: 400px;
	border: 1px;
	border-color: black;
	border-style: solid;
	text-align: center;
	padding: 5px 5px 25px 5px;
}

#cle {
	clear: both;
	padding-bottom: 50px;
}

#refer {
	color: silver;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	border-top-color: #C9C9C9;
	border-top-style: solid;
	border-top-width: 1px;
	width: 250px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

p.refer {
	color: black;
	text-align: right;
	font-size: 12px;
	font-style: italic;
}

ul.progr {
	font-size: 16px;
	margin-left: 50px;
}

li.progr {
	line-height: 20px;
	padding-bottom: 5px;
	font-style: italic;
}

.red {
	color: red;
}

table.venue {
	border-collapse: separate;
	border-spacing: 20px;
	margin: 0px auto;
}

table.venue caption {
	font-weight: bold;
	font-size: 18px;
	color: inherit;
}

table.venue thead {
	vertical-align: bottom;
}
	
table.venue td {
	vertical-align: top;
}


table.program {
	border-collapse: separate;
	border-spacing: 1px;
	border: thin solid;
	margin: 0px auto;
	background: #F7EACD;
}

table.program caption {
	font-weight: bold;
	font-size: 18px;
	color: inherit;
}

table.program thead {
	vertical-align: bottom;
}
	
table.program th {
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	border-spacing: 1px;
	border: thin solid;
}

table.program th.empty {
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	border-spacing: 1px;
	border: none;
}

table.program td {
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	border-spacing: 1px;
	border: thin solid;
}

table.program td.empty {
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	border-spacing: 1px;
	border: none;
}

table.program td.bckg {
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	background: yellow;
}


hr.red {
	color: red;
	width: 50%;
	margin-bottom: 15px;
	margin-top:15px;
}