@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
body {
	background-color: #CCCCCC;
	background-image: url(images/cea-bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	color: #3399CC;
}
a:hover {
	color: #0066FF;
}

table.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-weight: normal;
	line-height: 16px;
	border-collapse: collapse;
	text-align: left;
	/*height: 37px;*/
	width: 712px;
}
table.navbar td {
	border: 0px solid #ccc;
}
table.navbar td a{
	display: block;
	/*width: 156px;*/
	padding-left: 14px;
	padding-right: 25px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-decoration: none;
	font-size: 16px;
	/*height: 37px;*/
}
table.navbar td a:link, table.navbar td a:visited {
	color: #999999;
}
table.navbar td a:hover, table.navbar td a:active {
	color: #000000;
	background-image:url(images/blue-menu.gif);
	background-repeat: repeat-y;	
}


.bodytext {
	padding-left: 44px;
	padding-right:44px;
	padding-top: 36px;
	padding-bottom:44px;
}
.bodytext ul{
	text-align:left;
}
.bodytext ul li{
	padding-bottom:10px;
	text-align:left;
}


.header {
	font-size: 22px;
	line-height:25px;
	text-align: left;
	color:#666666;
}
.larger {
	font-size: 16px;
	line-height: 20px;
}
.small {
	font-size:10px;
	line-height:12px;
}
.blue {
	color: #3399CC;
}

.footer {
	text-align: center;
	font-size:10px;
	line-height:13px;
	padding-top:5px;
	padding-bottom: 5px;
}

.imageright {
	text-align: right;
	padding-left: 15px;
	padding-bottom: 15px;
}


.rhs {
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 41px;
	padding-bottom: 44px;
}
table.sidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3399CC;
	font-weight: normal;
	line-height: 18px;
	border-collapse: collapse;
	text-align: left;
	/*height: 37px;*/
	width: 100%;
}
table.sidemenu td {
	border: 0px solid #ccc;
	font-size: 14px;
	color: #3399CC;
	font-weight:bold;
}
table.sidemenu td a{
	display: block;
	/*width: 156px;*/
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
	/*height: 37px;*/
}
table.sidemenu td a:link, table.sidemenu td a:visited {
	color: #666666;
	font-weight:normal;
}
table.sidemenu td a:hover, table.sidemenu td a:active {
	color: #000000;
	background-image:url(images/blue-menu.gif);
	background-repeat: repeat-y;	
}

table.main {
	/*width="656" border="0" align="center" cellpadding="0" cellspacing="0"*/
	width:800px;
}



