.pagebg {
	background-color: #007FAE;
	background-image: url(../english/images/pg_bg.jpg);
	background-repeat: repeat-x;
} 
.bg_bg {
	background-image:   url("../english/images/bg_bg.gif");
	background-repeat: no-repeat;
}
.text_bg {
	background-image: url(../english/images/text_bg.gif);
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
}
body {
	background-color: #007FAE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: justify;
}
a:link {
	color: #AAEEF8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AAEEF8;
}
a:hover {
	text-decoration: none;
	color: #F3F3F3;
}
a:active {
	text-decoration: none;
	color: #AAEEF8;
}
.text-caps{text-transform:uppercase;}

.nav{list-style:none; margin:0; padding:0; margin-left:10px; margin-right:20px;}

.nav li a {
	color:#0b4460;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:14px;
	font-size:.85em;
}
.nav li a:hover {
	color:#fff;
}