﻿* {
	font-family: "Lucida Grande", Verdana, sans-serif;
	}
/* colors */
/*
#green {
	color: #73AD1D;
	}
#blue {
	color: #003468;
	}
#blue-medium {
	color: #6DA2D3;
	}
#blue-light {
	color: #B0CDE7;
	}
#bg-light {
	color: #ACCFE2;
	}
*/

body {
	background-color: #B0CDE7;
	background-repeat: repeat-x;
	background-image: url(../_images/generic/bg.jpg);
	background-position: 50% 0px; 
	}
body#home {
	background-image: url(../_images/home/bg_home.jpg);
	}
.content p,
.content li,
.content td, 
.content h2 {
	 color: #003468;
	 font-size: 12px;
	 line-height: 18px;
	 }
.content ul {
	list-style-type: circle;
	margin: -15px 0px 0px 15px;
	}
.content p {
	padding-bottom:15px;
	}
.content p,
.content li,
.content td, 
.content h2,
.content p,
.content h1 {
	padding-right: 150px;
	}
.content .col p,
.content .col li,
.content .col td, 
.content .col h2,
.content .col p,
.content .col h1 {
	padding-right: 0px;
	}
.content h1 { 
	color: #003468;
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 12px;
	font-weight: bold;
	margin-top: 6px;
	}
.visual h1 { 
	color: #FFFFFF; 
	padding: 0px 6px 0px 6px; 
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	margin-top: 168px;
	}
.visual h2 { 
	color: #FFFFFF; 
	padding: 0px 6px 0px 6px; 
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-top: 2px;
	}
.content h1.dots { 
	padding-left: 24px;
	background-image: url(../_images/generic/dots_h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	}
.content h1.first { 
	margin-top: 0px
	}
.content h2 { 
	padding-bottom: 1px;
	}
.content h2.dots { 
	padding-left: 16px;
	background-image: url(../_images/generic/dots_h2.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	}

.content a img.open {
	vertical-align: top;
	margin-top: 1px;
	margin-bottom: -1px;
	}
img.icon {
	position: relative; 
	float: left; 
	margin: 4px 9px 0px 0px;
	}
.content p.footnote {
	font-size:10px;
	line-height:14px;
	border-top: solid 1px #AFCDE7;
	margin-top:15px; 
	padding-top: 3px;
	}
a {
	color: #579411;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:hover img {
	text-decoration: none;
	}

#navsub a, #navsub .selected {
	font-size: 12px;
	line-height: 17px;
	display: block;
	font-weight: bold;
	text-align: right;
	padding: 5px 6px 6px 3px;
	min-height : 17px;
	}
#navsub a {
	color: #597B9D;
	text-decoration: none;
	border-top: solid 1px #73AD1D;
	}
#navsub a:hover {
	color: #003468;
	text-decoration: none;
	}
#navsub .selected {
	background-color: #73AD1D;
	color: #FFFFFF;
	border-top: solid 1px #003468;
	}
#navsub a img, #navsub .selected img {
	margin-right: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	}
#navsub a:hover img {
	background-image: url(../_images/nav/sub/over.gif)
	}
#navsub .selected img {
	background-image: url(../_images/nav/sub/current.gif)
	}

strong, em {
	font-weight: bold;
	font-style: normal;
	}
sup {
	font-size:85%;
	vertical-align:top;
	}

#footer p {
	font-size: 10px;
	line-height: 15px;
	padding: 6px 0px 0px 0px;
	text-align: right;
	color: #597B9D;
	}
#footer a {
	color: #597B9D;
	font-weight: regular;
	}

/* homepage related */

#invient p, 
#data_monitoring p, 
#funds_software p {
	padding-bottom:9px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	}
#invient p, 
#invient h1 {
	color: #FFFFFF;
	}
#data_monitoring p, 
#funds_software p {
	color: #003468;
	}

#data_monitoring .goto a, 
#funds_software .goto a {
	display: block;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
	/*font-weight: bold;*/
	}
#data_monitoring .goto a img, 
#funds_software .goto a img {
	padding-left: 9px;
	vertical-align: middle;
	}
