body  {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#dbe7ec; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#3b435e;
}
	
}
/*==================list====================*/
ul { list-style:none;}

.defList { font-size:12px; line-height:20px;}
.defList li {list-style-image:url(/images/marker1.gif);}

.list { padding:4px 0 4px 0; width:100%; overflow:hidden; line-height:14px; margin-left:-14px;}
.list li { display:inline; margin-left:-1px;}
.list li a {border-left:1px solid #cecfd2; text-decoration:none; padding:0 12px 0 14px; color:#3e4764;}
.list li a em {color:#32b2ec; font-style:normal;}
.list li a:hover em {color:#3e4764;}
.list li a:hover { text-decoration:underline;}
.col-2 {font-size:11px;}

.list1 {width:100%; overflow:hidden; font-size:12px;}
.list1 li {margin-bottom:3px;}
.list1 li a {text-decoration:none; color:#30b5d2; font-weight:bold; background:url(/images/marker1.gif) no-repeat left center; padding-left:10px;}
.list1 li a:hover { text-decoration:underline;}

/*header*/
.row-2 {padding:115px 0 0 663px;}
.row-2 .indent {padding:24px 0 0 148px;}
.row-2 {padding-top:19px;}

.site-nav li {display:inline;}
.site-nav li a {display:block; float:left;}
.mainPage {
	background-image:url(/images/bkgd/main_page.jpg); 
	background-repeat:1;
	background-color:#FFFFFF;
}

/*==================txt, links, lines, titles====================*/
a {color:#3b435e;}
a:hover{text-decoration:none;}

h1 {font-size:24px; color:#3e4764; font-weight:normal; line-height:23px; margin-bottom:27px;}

.txt1 {color:#32b2ec;}
.txt2 {color:#30b5d2; font-size:14px;}
.txt3 {color:#5e5e5e;}
.txt4 {color:#4097d5; font-size:14px;}
.txt5 {color:#30b5d2; font-size:12px;}

.link {background:url(/images/marker.gif) no-repeat left center; padding-left:9px; color:#30b5d2; text-decoration:none; font-weight:bold;}
.link:hover {text-decoration:underline;}

.line-hor { border-bottom:1px solid #000; padding-bottom:20px; margin-bottom:20px;}

.line-ver-top1 {background:url(/images/line-top.gif) no-repeat 298px 0; width:100%;}
.line-ver-top2 {background:url(/images/line-top.gif) no-repeat 686px 0; padding:16px 0 11px 0;} 
.line-ver-bot1 {background:url(/images/line-top.gif) no-repeat 298px bottom;} 
.line-ver-bot2 {background:url(/images/line-top.gif) no-repeat 686px bottom;} 
.line-ver-y1 {background:url(/images/line-y.gif) repeat-y 298px 0px; width:100%}
.line-ver-y2 {background:url(/images/line-y.gif) repeat-y 686px 0px;}

.p1 {margin-top:28px;}
.p2 {margin-top:20px;}
.p3 {margin-top:15px;}
p {font-size:12px;}
td {font-size:12px;}
.style2 {
	font-size: 28px;
	font-weight: bold;
	color: #6F88C4;
}
.style4 {
	color: #003366;
	font-weight: bold;
}
.style6 {font-size: 24px}
td {
	font: 12px/20px Arial, Helvetica, sans-serif; 
	color: #3b3b3b;
}
h2 { color:#30b5d2; font-size:24px;}
#welcomeText, .welcomeText {
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 20px 20px 20px;
}
ul.publicationList {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.publicationList li {
	border-top: 1px solid #d5d5d5;
	padding: 20px;
}
/* --- menu --- */
ul#secondaryMenu {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
ul#secondaryMenu li {
	border-bottom: 1px solid #d5d5d5;
}
ul#secondaryMenu li a {
	display: block;
	color: #3b3b3b;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding-left: 18px;
	text-decoration: none;
}
ul#secondaryMenu ul {
	margin-bottom: 10px;
	padding-left: 20px;
}
ul#secondaryMenu li.on {
	background-color: #E2EDFE !important;
}
ul#secondaryMenu li.on a {
	font-weight: bold;
}
ul#secondaryMenu li a:hover {
	background-color: #f5fada;
}
.myClass:hover td {background-color: #f0f0f0; color: black;}
.myClass:hover td.odd {background-color: white; color: #f0f0f0;}
.myClass:hover th {background-color: red;}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(/images/bubble.gif) no-repeat bottom;
}
-->