/* CSS Document */

/**** Cross-browser CSS Code ****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/**** Standardize font treatment across browsers ****/
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.22em;}

/**** Zoom Customizations Begin ****/

/* re-apply standard formatting conventions to logical tags in case used */
strong {font-weight: bold}
em {font-style: italic}
p, ul {padding: 0 0 1.2em 0;}
ol,ul {list-style: disc; padding-left: 2.4em;}

/* new css */

BODY.body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}

TABLE.main {background-color: #FFFFFF;}
TD.header, TD.footer {background-color: #CCCCCC;}
TD.divider {background-color: #999999;}

.topnav {margin-bottom: 1px; border-right: 1px dotted #666666; }
.topnav-item {border-collapse: collapse; border-left: 1px dotted #666666; border-top: 1px dotted #666666;}
.topnav-link, .topnav-link-selected {font-size: 75%; padding: 2px 3px 1px 3px; text-decoration: none; color: #000000}
.topnav-link-selected {background-color: #FFFFFF;}
A:hover.topnav-link, A:hover.topnav-link-selected {text-decoration: underline; background-color: #FFFFFF;}

DIV.main, .rightnav {margin-top: 25px; padding-bottom: 25px; margin-bottom: 25px; }
.main-title {font-size: 122%; font-weight: bold; color: #444444; margin-bottom: 20px; text-transform: uppercase }
.main-subtitle {font-size: 114%; font-style: italic; font-weight: bold; margin-bottom: 20px; color: #444444; }
.main-body {font-size: 92%; }
.main-body B, .main-body-1 B, .main-body STRONG, .main-body-1 STRONG {color: #333333; }

.main-body-1 {padding-left: 2em}
.main-body-1-bullet 
{
	font-size: 114%; 
	font-weight: bold; 
	color: #444444; 
	padding-left: 25px; 
	padding-bottom: 1em; 
	margin-top: 0.5em;
	background-image: url(http://www.zoomintelligence.com/gfx/orange3.gif); 
	background-repeat: no-repeat;
}
.main-body-1 P {padding-left: 25px; }
.main-pageender {margin-top: 15px; }

.rightnav-headsection {background-color: #787F84}
.rightnav-headtitle {font-size: 85%; padding: 1px 2px 5px 10px; font-weight: bold; color: #FFFFFF; }

.rightnav-section {padding-bottom: 5px; background-color: #E0EFF2;}
.rightnav-title, .rightnav-item  {font-size: 85%; padding: 5px 2px 5px 10px}
.rightnav-title {font-weight: bold; background-color: #B2CCCC;}
.rightnav-item {background-color: #E0EFF2;}

.footer {font-size: 85%}
.footer-print {display: none; }


TABLE.contact { border: 0px; margin-bottom: 10px; }
.contact TD { vertical-align: top; padding: 0px 10px 10px 0px; }


/**** End CSS ****/

