/*Master styles for CEC - Last updated July31, 2006 */
	
/*structural tags*/
body {margin: 0px; padding: 0px; background-color: #ffffff; color: #333333}
table {border-right: 1px solid #eeeeee}
table .noborder {border-right: none}
td {font-family: arial, helvetica, sans-serif; font-size: .8em; vertical-align: top}
h1 {font-family: arial, helvetica, sans-serif; font-size: 1em; color: #333333; padding-top: 2px}
td h1{padding-top: 1.2em}
p {font-family: arial, helvetica, sans-serif; font-size: 9pt;}
hr {border-top: 1px dashed #cccccc}

/*hyperlinks only - main nav is contained in js/exmplmenu_var.js */
a {color: #000000; text-decoration: underline; background-color: transparent; cursor: pointer; font-weight: strong}
a:hover {color: #ff3333; text-decoration: underline; background-color: transparent; cursor: pointer}
a:visited {color: #ff3333; text-decoration: underline; background-color: transparent; cursor: pointer}
a:active {color: #ff3333; text-decoration: underline; background-color: transparent; cursor: pointer}

/*classes*/
.bg {background-color: #ffffcc; border: 1px dashed #dddddd; padding: 4px}
.copy {color: #ffffff; text-align: right}
.disclaimer {margin: 0px; padding: 0px; font-family: arial, helvetica, sans-serif; font-size: 8pt}
.cover {font-family: Times New Roman, Times, serif; font-size: 2em; text-align: center}
.title {font-family: arial, helvetica, sans-serif; font-size: 1.2em; font-weight: bold; line-height: .6em; margin-left: 20px}
.leftvertical {border-left: 1px dashed #dddddd; padding-left: 8px; margin-left: 4px}