html,body{
      margin: 0px;
      padding: 0px;
      height: 100%;
      border: 0px;
}

#mainTable {
	width: 100%;
	height: 100%;
	padding: 0px;
}

#mainSite {
	width: 776px;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}

#leftSite, #rightSite {
	background-color: #EFEFEF;
	height: 100%;
}

ul.leftInfo, ul.leftInfo a {
	list-style-image: url("../images/dot_blue.jpg");
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	color: #666666;
	line-height: 127%;
	text-decoration: none;
}

ul.leftInfo a:hover {
	text-decoration: underline;
}

p.title {
	margin-top: 15px;
	font-family: Verdana, Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

p.subtitle {
	margin-top: 15px;
	margin-bottom: -5px;
	font-family: Verdana, Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

p {
	font-family: Arial, Tahoma;
	font-size: 12px;
	text-align: justify;
	line-height: 127%;
}

p.bottom {
	color: #FFFFFF;
}

ul {
	font-family: Arial, Tahoma;
	font-size: 12px;
	line-height: 127%;
}

td.menuCenter {
	background-image: url("../images/menu_center.jpg");
	background-repeat: repeat-x;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}