body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #CCCCCC;	
}


a {
	font-weight: bold;
	color: #CC33CC;
	text-decoration: none;
}

a:visited {
	font-weight:bold;
	color: #9900FF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #CC33CC;
}


.issue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
}

.issuesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.navlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}

.resource {
	font-style: italic;
	color: #800080;
}

.definition {
	font-variant :small-caps;
	font-size: 120%;
}

.articleheadline {
		font:normal 200%/95% "arial black",arial,sans-serif; letter-spacing:-1px; color:#000000; line-height:30px;
}

.articlesubtitle {
		font:normal 135%/95% Verdana, Geneva, sans-serif; color:#000000; line-height:30px;
}

.articlesubhead {
		font:normal 120%/95% "arial black",arial,sans-serif; letter-spacing:1px; color:#000000; line-height:15px;
}

.relatedarticles {
		font:normal 115%/95% "arial black",arial,sans-serif; letter-spacing:1px; line-height:15px;
}

.favoritesheadline {
	font-style: normal;
	font-weight: normal;
	
}

.theshadow {
 background-color:#999; 
 border:1px solid #ccc; 
 margin:4px 5px;
}
.theshadow > img {
 margin:-4px 4px 4px -5px; 
 border:1px solid #666
}

.favorites {
	font:normal 135%/95% "arial black",arial,sans-serif; letter-spacing:-1px; color:#CC33CC; line-height:30px;
}

.buttons {
	font:normal 135%/95% "arial black",arial,sans-serif; letter-spacing:-1px; color:#90F; line-height:30px;
}


.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;	
	
}

.img-shadow {
float:right;
background: url(trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

.pullquote {
	float:right;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 20px;
	line-height: 20px;
	color: black;
	text-align: right;
}
