/************************************
		Typography and Color Rules
*************************************/

body {
	margin: 0;
	margin-left: 0px; /*to override netscape 4 margin*/
	padding: 0 0 0 0; /*netscape 4 specific padding*/
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	/* overrides will be found in UDPadvanced.css*/
	}

a, p, ul, li {
	/*this covers all these elements for Netscape 4*/
	font-family: arial, helvetica, sans-serif;
	color: #000;
	}

ul {
	list-style-type: none;
	}

dt {
	font-weight: bold;
	}
dt {
	margin-top: 12px;
	}

h1, h2, h3 {
	/*this covers all these elements for Netscape 4*/
	font-family: verdana, sans-serif;
	color: #000;
	}
	
h1 {
	font-size: 12pt;
	font-weight: bold;
	}
	
h1 + p:first-letter {
	font-size: 200%; 
    font-weight: bold; 
	float: left;
	}
	
p span {
	text-transform: uppercase; 
	}

h3 {
	color: #999;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	}
	
h2 {
	color: #999;
	font-size: 1.25em;
	font-weight: bold;
	font-style: normal;
	}

h4 {
	color: #666;
	font-weight: normal;
	font-style: italic;
	}
	
h5 {
	color: #666;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	}

h6 {
	color: #666;
	}
	
img {
	border: 0px none; /*not allowed to use border="0" in xhtml*/
	}



.smallCenterNote {
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}

.smallLeftNote {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	}

em {
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	}
	
a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.bookTitle {
	color: #666;
	}
.test
.caption {
	color: #000;
	font-size: 9px;
	text-decoration: none;
	}
	
.footer {
	color: #666;
	font-size: 9px;
	text-decoration: none;
	}

.adobeAsterisk {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	}
	
.newLink {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	}
	
ul.bullet {
	list-style-type: disc;
	}
h2.capital { text-transform: uppercase; }

table.story-table {width:100px; }
/*******************************************
		Layout Rules
		FOR OLD BROWSERS (read Netscape 4.x)
		Other browsers will read advanced.css
**********************************************
*/.Title2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: normal;
}

