/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}
.sample {
	padding:10px;
	background-color:#FFCCCC;
	border:1px solid red;
}
/* highlight box*/

img.imageOnLeft {
	float:left;
	margin:0 18px 10px 0;
}
img.imageOnRight {
	float:right;
	margin:0 0 10px 18px;
}
img.imageNoFloat {
	margin:10px 0 10px 0;
}
img.imageOnRight, img.imageOnLeft, img.imageNoFloat {
	border:1px solid #cac7be;
	background:white;
	padding:8px;
}

.highlightbox {
	background:#2e739a url(../../_sharedImg/highlight-top.gif) top left no-repeat;
	width:550px;
	padding: 20px 40px 19px 40px;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
	line-height:1.5em;
	color:white;
	margin:1em 0 0 0;
	position:relative; 
	/*border:1px solid red;*/
	overflow:hidden;

}
.highlightbox-btm {
	position:absolute;
	bottom:0;  
	left:0;
	/*border:1px solid green;*/ 
	background:url(../../_sharedImg/highlight-btm.gif) bottom left no-repeat;
	width:630px;
	height:19px;
	margin:0 0 0 0;
}

.intro_box {
	padding: 10px;
	width: 580px;
	background-color:#a7bbc7;
	font-size: 1.0em;
	font-style: italic;
	margin: 3 0 3 0;
	line-height:1.5em;
	border: 1px solid #7897A9;
}

table.zebra {border-collapse:collapse;margin:1px;font-size:1em;line-height:1.3em;}
table.zebra TD,table.zebra TH {padding:5px 20px 5px 20px;border: solid white 1px;}


table.zebra TD {color:#795c4a}


table.zebra TR      { background-color: #d2c6b0; }
table.zebra TR.stripe { background-color: #c8b89f; }

table.zebra TH {background:#a7a153;color:white;font-weight:bold}

/*DOWNLOAD BOX*/
div.downloadbox{
	height: 38px;
	width: 498px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #849eaf;
	font-size: 13px;
	font-style: italic;
	background-image: url('../../_sharedimg/download_bg.gif');
	background-repeat: no-repeat;
}









