body, table, td { 
font-size: 1em; 
font-family: Geneva, Arial, Helvetica, Swiss, SunSans-Regular 
}

body {
background-color: #999;
}


#hiliteboxGreen  {
	background-color: #CCCC66;
	padding: 7px;
	margin-top: 10px;
}

#hiliteboxGreen h1 {
	font-size: 18px;
	font-family: arial, 'Arial Narrow', sans-serif;
}


#menu {
font-size: .8em;
background-color: white;
}

em {
font-style: normal;
font-weight: bold;
}

h1 {
font-weight: bold;
font-size: 130%;
}

h2 {
font-weight: bold;
font-size: 115%;
}

h3 {
font-weight: bold;
font-size: 110%;
line-height: 120%;
margin-top: 10px; padding-top: 0;
font-style: italic;
}

ul {
list-style-type: square;
}

.small {
font-size: 9pt;
}

.title { 
font-size: 130%;
font-weight: bold; 
line-height: 110%;
margin-bottom: 0; padding-bottom: 0;
}

#previews .title {
font-size: 1em;
font-weight: bold;
line-height: 120%;
}

#previews { 
border-top: 1px #003366 solid;
font-size: .9em; 
}

.readmore {
text-transform: uppercase;
font-size: 90%;
}

.byline {
font-size: 90%;
text-transform: uppercase;
}

#previews .byline {
font-size: 1em;
font-style: italic;
text-transform: none;
}

.company {
margin-top: -15px;
font-size: 90%;
}

.logo {
float: right;
}

.first {
margin-top: 50px;
}

.issue {
text-transform: uppercase;
width: auto;
font-family: Geneva, Arial, Helvetica, Swiss, SunSans-Regular; 
font-weight: bold;
font-size: .8em;
background-color: #FFCC33;
padding: 3px;
}

a:link { color: #c60 }
a:visited { color: #808080 }
a:hover { color: #c60 }
a:active { color: #fc0 }

.pullquote {
width: 150px;
float: right;
text-align: right;
font-style: italic; 
font-size: 1.2em;
color: #003366;
font-family: Geneva, Arial, Helvetica, Swiss, SunSans-Regular; 
margin-left: 25px;
}

.fineprint { 
font-size: 9px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

.endnote  { 
font-style: italic; 
font-size: 0.9em; 
background-color: #f0e68c; 
margin-bottom: 10px; 
padding: 7px;
}

.endnoteMessageBoard {
font-style: italic; 
font-size: 0.9em; 
margin-bottom: 10px;
margin-top: 15px;
border-top: 7px solid #f0e68c;
padding: 7px;

}

.readmore {
font-size: 90%;
text-transform: uppercase;
font-weight: bold;
}

.content {
background-image: url(images/topbar.gif);
background-repeat: repeat-x;
}

#sideblurb  { font-size: 0.9em; background-color: #f0e68c; margin-bottom: 10px; padding: 7px }

/* Normal Bubble */
div.bubble {
	width: 200px;
	float: right;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

div.bubble cite.rounded2 {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: none;
	font-style: normal;
}


/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #FFCC00;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(images/tip-rounded.gif) no-repeat 15px 0;
}

div.bubble cite.rounded2 {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	top: 9px;
}


/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(images/tip-pimped.gif) no-repeat 15px 0;
}
