body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
}
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 900px;
}
a {
	color: black;
}
a:hover {
	text-decoration: none;
}
#col1 {
	width: 200px;
	position: absolute;
	top: 20px; left: 0;
	/*border: 1px dotted black;*/
}
#col2 {
	position: absolute;
	top: 20px; left: 200px;
	width: 700px;
	/*border: 1px dotted black;*/
}
.asistoLogo{
	background: url(img/asisto.png) 0 0 no-repeat;
	height: 65px;
}
.row16 {
	height: 16px;
	/*border: 1px dotted black;*/
}
.header {
	height: 65px;
}
.topNav {
	list-style: none;
	/*border: 1px dotted black;*/
}
.topNavRight {
	margin-left: 15px;
}
.section1Title {
	background-color: #ccc;
	text-align: center;
	font-weight: bold;
}
.section1Body {
	padding: 16px;
}
.section1Body a {
	display: block;
}
.section2Title {
	background-color: #ff9966;
	text-align: center;
	font-weight: bold;
}
.section2Body {
	background-color: #ffcc99;
	padding: 16px;
}
.section2Body a {
	display: block;
}
.container{
	padding: 5px;
	height: 440px;
	overflow-y: auto;
	overflow-x: hidden;
}
.bottomNavRight {
	margin-left: 15px;
}
.containerSection1Title {
	background-color: #ccc;
	text-align: center;
	font-weight: bold;
}
.containerSection1Body {
	padding: 16px;
}
.asistoR {
	font-size: 7pt;
}




















