.text11 {
	font-family: Arial;
	font-size: 12px;
	color: #5a5a5a;
	line-height: 16px;
	padding-left: 15px;
}

a:link {
	color: #0e1338; text-decoration: underline;
}
a:visited {
	color: #000;
}
a:active {
	color: #0e1338;
}
a:hover {
	color: #000; text-decoration: none;
}


.contenttext {
	font-family: Arial;
	font-size: 11px;
}

.smallTitle {
	font-family: Arial;
	font-size: 12px;
	color: #0e1338;
	font-weight: bold;
}

.headertext {
	font-family: Arial;
	font-size: 12px;
}

.smalltext {
	font-family: Arial;
	font-size: 10px;
}

.text12 {  
	font-family: Arial; 
	font-size: 12px}
	
.text10 {
	font-family: Arial;
	font-size: 10px;
}

.linkwht {  color: #FFFFFF; text-decoration: underline}
.linkyellow {  color: #FFCC00; text-decoration: underline}
.linkblack {  color: #000000; text-decoration: underline}
.linkblue {  color: #000099; text-decoration: underline}
.linkgrey {  color: #3E566F; text-decoration: underline}

.text14 {  font-family: Arial; font-size: 14px}

.text16 {  font-family: Arial; font-size: 16px}

a:hover {
	text-decoration: none;
}
.body-margins {
	background-color: #0e1338;
	margin: 0px;
}
.top-cell {
	height: 88px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}
.body-tablecell {
	background-color: #FFFFFF;
	padding: 7px;
}
.nav-bg {
	background-color: #153B77;
	height: 30px;
    border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc
}
.footer-table {
	background-color: #153B77;
	height: 40px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
    border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a.foot:link {
	color: #FFF; text-decoration: underline;
}
a.foot:visited {
	color: #CCC;
}
a.foot:active {
	color: #FFF;
}
a.foot:hover {
	color: #0e1338; background-color: #FFF; text-decoration: none;
}

/*Link logo*/

a.logo:link {
	color: #0e1338; text-decoration: none;
}
a.logo:visited {
	color: #0e1338;
}
a.logo:active {
	color: #0e1338;
}
a.logo:hover {
	color: #000; text-decoration: none;
}

.left-bg {
	background-image: url(../images/general/left-bg-inner.gif);
	background-repeat: repeat-y;
}
.textfeild {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EDECE3;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #BFB4A0;
}
.mybutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	border: 3px solid #9B3B01;
}
.greyborder {
	border: 1px solid #999999;
}

a.grey_hover:hover{ color: #A6A6A6; } .top-bg {
	background-image: url(../images/general/top-bg.gif);
	background-repeat: repeat-x;
}

.map {
	float: center;
	border: 1px solid #d5d7db;
	width: 640px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
    margin: 10px 10px 10px 10px;
}

.img {
	float: center;
	border: 1px dotted #0e1338;
	padding: 1px;
}

/*
====================================================================
Link Popups*/

a.view, a.view:visited {
color:#fff; 
position:relative; 
z-index:100;
}
a.view b {
position:absolute;
visibility:hidden; /* hide the image */
width:400px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1px dashed #0e1338; /* add a border */
left:0; /* position:the image */
top:-322px;
left:-120px;
}
a.view:hover {
text-decoration:none;
color:#FFFFFF;
border:0; /* needed for this to work in IE */ 
z-index:100;
}
a.view:hover b {
visibility:visible; /* make the image visible */
height:260px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:100; 
}
a.view:hover b img {
border:0; /* remove the link border */
}

/*====================================================================
Link Popups Large*/

a.viewL, a.viewL:visited {
color:#fff; 
position:relative; 
z-index:100;
}
a.viewL b {
position:absolute;
visibility:hidden; /* hide the image */
width:450px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1px dashed #0e1338; /* add a border */
left:0; /* position:the image */
top:-400px;
left:-120px;
}
a.viewL:hover {
text-decoration:none;
color:#FFFFFF;
border:0; /* needed for this to work in IE */ 
z-index:100;
}
a.viewL:hover b {
visibility:visible; /* make the image visible */
height:338px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:100; 
}
a.viewL:hover b img {
border:0; /* remove the link border */
}

/*
====================================================================
Link Popups Vertical*/

a.vview, a.vview:visited {
color:#fff; 
position:relative; 
z-index:100;
}
a.vview b {
position:absolute;
visibility:hidden; /* hide the image */
width:260px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1px dashed #0e1338; /* add a border */
left:0; /* position:the image */
top:-410px;
left:-80px;
}
a.vview:hover {
text-decoration:none;
color:#FFFFFF;
border:0; /* needed for this to work in IE */ 
z-index:100;
}
a.vview:hover b {
visibility:visible; /* make the image visible */
height:400px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:100; 
}
a.vview:hover b img {
border:0; /* remove the link border */
}