body {
	background-color: #C1CEE2;
	/* background-image:url(images/gui-back.jpg); */
	margin: 0;
}

.round_top {
	background-color: #FFFFFF;
	border-left: thin solid #006699;
	border-right: thin solid #006699;
	border-top: thin solid #006699;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.main_middle {
	background-color: #FFFFFF;
	border-left: thin solid #006699;
	border-right: thin solid #006699;
}

.round_bottom {
	background-color: #FFFFFF;
	border-left: thin solid #006699;
	border-right: thin solid #006699;
	border-bottom: thin solid #006699;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
}

.case_study_header {
	color: #000000;
}

a:link, a:visited {
	color: #00732f;
	text-decoration: none;
}
a:hover, a:active {
	color: #00732f;
	text-decoration: underline;
}
/* ----------main body-------------- */
h1 {
	font: bold 23px/23px Arial, Helvetica, sans-serif;
	color: #006699;
}
h2 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color:#86919F;
	margin-top:5px;
	margin-bottom:-10px;
}
h3 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
}

h4 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
	line-height:18px;
	display: block;
	border-bottom: 1px dotted #FFFFFF;
	margin: 0px;
	padding: 5px 0px 5px 5px;
}
h4 a:link, h4 a:visited {
	color: #006699;
	text-decoration: none;

}
h4  a:hover, h4  a:active {
	color: #cc6633;
	text-decoration: none;
}

p {
	font: normal 14px "Trebuchet MS", Arial, sans-serif;
	line-height: 16px;
	color: #1f1f1f;
}
ul {
	font: normal 14px "Trebuchet MS", Arial, sans-serif;
	line-height: 14px;
	color: #1f1f1f;
}
ol {
	font: normal 14px "Trebuchet MS", Arial, sans-serif;
	line-height: 14px;
	color: #1f1f1f;
}
li {
	margin-bottom:10px;
}
.sidebar {
	font: normal 10px "Trebuchet MS", Arial, sans-serif;
	line-height: 12px;
	color: #1f1f1f;
}
hr {border: none 0; 
	border-top: 1px dotted #7e8ab1;
	border-bottom: 1px solid #6B78A0;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}
table {
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
}
/* ----------footer-------------- */
.footer {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #909090;
}
a.footer:link, a.footer:visited  {
	color: #999999;
	text-decoration: none;
}
a.footer:hover, a.footer:active {
	color: #999999;
	text-decoration: underline;
}
/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.30;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}
.bigger {
	font-size: 14px;
}
.smaller {
	font-size: 11px;
	line-height: 13px;
}
.tableheading {
	color: #FFFFFF;
}

