body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0073AE;
}
#wrapper {
	margin: 0 auto;
	width: 700px;
	margin-top: 0px;
	padding-left: 0px;
	clear: right;
}
#maincontent {
	width: 600px;
	border-right: 2px solid #00A4E4;
	border-left: 2px solid #00B4EA;
	margin: 0px;
	padding: 0px 23px 0px 24px;
}
h1 {
	font-size: 14px;
	font-weight: bolder;
	color: #00A94F;
}
h2 {
	font-size: 12px;
	font-weight: bolder;
	color: #0073AE;
}
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #00A94F;
}
a:hover, a:active {
	color: #F58025;
}
#nav, #nav ul {
	float: left;
	list-style-type: none;
	line-height: 1.5;
	padding: 0px;
	margin: 0px 2px 0px 0px;
	font-size: 9px;
	font-weight: bold;
	border-top: 2px solid #00A94F;
}
#nav li { /* all list items */
	float: left;
	height: 22px;
	width: 136px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 136px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #ffffff;
	text-decoration: none;
	color: #00a94f;
}
#navcontainer {
	text-align: center;
}
#navcontainer a {
	top: auto;
	display: block;
	padding: 3px;
	background-color: #ffffff;
	text-decoration: none;
	color: #00a94f;
	border-bottom: 2px solid #00a94f;
	border-left: 2px solid #00a94f;
	border-right: 2px solid #00a94f;
}
#navcontainer a:link, #navlist a:visited {
	background-color: #ffffff;
	text-decoration: none;
	color: #00a94f;
}
#navcontainer a:hover, #navcontainer a:active {
	background-color: #00a94f;
	color: #ffffff;
}

.copyright {
	font-size: 9px;
}
.bread {
	font-size: 10px;
}
#breadcrumb {
	float:left;
	margin: 0px;
	padding: 0px;
}
.table, .table p {
	font-size: 10px;
	color: #26429B;
}
.home {
	font-size: 12px;
}
.evhead {color: #FFFFFF}

#esp {
	width:700px;
	top: 169px;
	position: absolute;
	visibility: hidden;
	float: left;
	margin: 0;
	padding: 0;
}
#sp {
	float: right;
	margin: 0px;
	padding: 0px;
	}
#eng  {
	width:700px;
	top: 169px;
	margin: 0;
	padding: 0;
}
.pink {
	color: #f58024;
}
.pink a {
	color: #f58024;
}
.summaryhead {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background: #0073AE;
	padding: 3px 0px 3px 5px;
}
.pt11, .pt11 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
.botnav {
	color: #0073AE;
	font-size: 11px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-variant: normal;
	text-decoration: none;
}
.botnav a {
	color: #0073AE;
	text-decoration: none;
}
.botnav a:hover {
	color: #01A94F;
	text-decoration: none;
}

