  /*
Βι¶ΉΣ³Ορ
Response CSS StyleSheet
11-2-07
*/

/****
Body Declarations
/
body
{
	margin:0;
	padding:0;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align:center;
}
/***
CONTAINER and Wrapper
***/
div#container
{
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 765px;
}
div#contentWrapper
{
	background-color: #FFFFFF;
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	float: left;
}
/****
Headlines an Titles Declarations
/
h1
{
	color: #333333;
	font-size: 19px;
	font-weight: bold;
	line-height:22px;
	margin-bottom:10px;
}
h1 em
{
	font-size: 19px;
	font-weight: bold;
	line-height:22px;
	font-style:italic;
}
h1 a
{
	color: #333333;
	font-size: 19px;
	font-weight: bold;
	text-decoration:none;
}
h1 a:hover
{
	color: #333333;
	font-size: 19px;
	font-weight: bold;
	text-decoration:underline;
}
h2
{
	font-size: 15px;
	font-weight: normal;
	margin-bottom:7px;
	margin-top:5px;
	line-height:16px;
	font-style:italic;
}
h2 em
{
	font-size: 15px;
	font-style:normal;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom:3px;
}
h3 em
{
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
}
a.headline
{
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	text-transform: none;
	color: #660000;
	text-decoration: none; 
	margin-bottom:10px;!important
 	display:block; !important
}
a.headline em
{
	font-size: 13px;
	font-style: italic;
	color: #660000;
	font-weight: bold;
	text-decoration: none; 
}
a.headline:hover
{
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
	color:#333333;
}
a.headline:hover em
{
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color:#333333;
}
a.subheadline
{
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	text-decoration: underline;
	margin-left:30px;
}
a.subheadline em
{
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	text-decoration: underline;
}
a.subheadline:hover
{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #660000;
	text-decoration: none;
}
a.subheadline:hover em
{
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	color: #660000;
	text-decoration: none;
}
.title
{
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.subtitle
{
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.issueinfo
{
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
div#dates
{
	font-size:14px;
	color:#666666;
	margin-top:15px;
	margin-bottom:5px;
}
div#callout
{
	margin-top:15px;
	margin-bottom:15px;
	background-color:#e2e3cf;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding:10px;
}
/* main text styles */

div
{
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
td
{
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
ul
{
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}
li
{
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
blockquote
{
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.capname
{
	text-transform:uppercase;
	font-weight:bold;
}
/* photo styles */
.photofeature
{
	text-align: left;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	width:170px;
}
.caption
{
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	margin-bottom:10px;
}
.caption em
{
	font-size: 10px;
	font-style: normal;
}
a.captionlink
{
	font-size: 10px;
	font-style: italic;
	line-height: 11px;
	font-weight: normal;
	text-transform: none;
	color: #660000;
	text-decoration: underline;
}
a.captionlink:hover
{
	font-size: 10px;
	font-style: italic;
	line-height: 11px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.credits
{
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.creditslink
{
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
a.creditslink:hover
{
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
img.thumbnail
{
	border:0;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
}
/* nav */
.nav
{
	font-size: 10px;
	line-height: 25px;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.nav:hover
{
	font-size: 10px;
	text-transform: none;
	color: #660000;
	text-decoration: underline;
}
.nav em
{
	font-size: 10px;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	font-style:italic;
}
.nav:hover em
{
	font-size: 10px;
	text-transform: none;
	color: #660000;
	text-decoration: underline;
	font-style:italic;
}
.rightnav
{
	font-size: 10px;
	line-height: 13px;
	color: #333333;
	text-decoration: none;
}
.rightnavTitle
{
	font-size: 9px;
	line-height: 11px;
	color: #666666;
	text-transform:uppercase;
}
.rightnavTitle em
{
	font-size: 9px;
	line-height: 11px;
	color: #666666;
	text-decoration: none;
	font-style:italic;
}
.rightnav em
{
	font-size: 10px;
	line-height: 13px;
	color: #333333;
	text-decoration: none;
	font-style:italic;
}
a.rightnavlink
{
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a.rightnavlink em
{
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	font-style:italic;
}
a.rightnavlink:hover
{
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.rightnavlink:hover em
{
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
