/*
cisco_base.css
Copyright (c) 2007, Cisco Systems Inc. All rights reserved.
- sets reset declarations for browser defaults
- sets base defaults
$Revision: 1.5 $
*/

/*---------reset declarations----------*/
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal; /* affects cdc */}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;/* affects cdc */}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-size:inherit;font-weight:inherit;}
/* DO NOT MODIFY, USE BASE DECLARATIONS FOR OVERRIDE CASES */

/*---------base declarations / defaults for cdc-------------*/

h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h1,h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}

em{font-style:italic;}