
* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcfdfd;
	border: none;
}

BODY	{
	margin: 0;
	padding: 0;
	background-color: #073b8a;
	background-image: url(i/bg.jpg);
}

img {
	border: none;
}

.vt {
	 vertical-align: top;
}


a {
	border: none;
	/*display: block;*/
	/*width: 0;*/
	/*white-space: nowrap;*/
	color: #03aefd;
	/*text-decoration: none;*/
	/*padding-bottom: 2px;*/
	/*line-height: 30px;*/
}

a:hover {
	text-decoration: none;
}


.foot {
	background-image: url(i/fb.jpg);
	background-repeat: no-repeat;

}

.foot a {
	color: #03aefd;
}

.fd {
	background-image: url(i/fd.gif);
	background-repeat: repeat-x;
}

.foot1 {
	color: #99bcf1;
	font-size: 11px;
	line-height: 18px;
}
.foot2 {
	color: #3b72c5;
	font-size: 11px;
}

.nav {
	background-image: url(i/tb.gif);
	background-repeat: repeat-x;
	background-color: #0068a5;
}
.navl {
	background-image: url(i/tbl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.nav td {
	text-align: center;
}

.cb1 {
	background-image: url(i/cb1.jpg);
	background-repeat: no-repeat;
}

.cb2 {
	background-image: url(i/cb2.jpg);
	background-repeat: no-repeat;
}

blockquote {
	background-color: #054992;
	padding: 25px 30px;
}

blockquote img {
	border: 4px solid #073b8a;
	margin-right: 30px;
}

.img_r {
	border: 6px solid #0068a5;
}


/* pop up Menu Styles  */

.pop_on, 
.pop_over,
.pop_on_t,
.pop_over_t,
.pop_on_b,
.pop_over_b {
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcfdfd;
	padding:3px 10px 15px 22px;
	background-repeat: no-repeat;
	text-align: left;
}


.pop_on,
.pop_on_t,
.pop_on_b {
	text-decoration: none;
}

.pop_over,
.pop_over_t,
.pop_over_b {
	text-decoration: underline;
}

.pop_on_t,
.pop_over_t {
	margin:14px 0px 0px 0px;
}

