/* ----------------------------------------------------------------------------- 

New European Fund print css [www.veeex.com]
written by Eisenman Associates [www.eisenman.com]

--------------------------------------------------------------------------------

COLORS
Light Blue			#D0DDED
Light Teal			#DAECE5
Medium Blue			#6685B5
Medium Blue2		#345489
Medium Blue3		#3C5B8D
Gray Blue			#778DAF
Dark Blue			#002046
Yellow				#F0CD55
Text Gray			#474747
Menu Gray			#424E61

----------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------- 
GLOBAL
----------------------------------------------------------------------------- */
*{
	margin:0;
	padding:0;
	line-height:1.4;}

body {
	font:11pt helvetica, "lucida grande", arial sans-serif;
	color:#474747;}


/* ----------------------------------------------------------------------------- 
STRUCTURE
----------------------------------------------------------------------------- */
#wrap, #head {
	width:6.5in;
	margin:0 auto;}

#head {
	border-bottom:dashed 2px #778DAF;
	margin-bottom:0.25in;
	padding-bottom:0.25in;}

#logo {
	text-align:left;}

#menu, #ticker, .col2, #foot ul, #head h1, .home {
	display:none;}

#content {
	width:6.5in;}

.col1, #foot {
	width:6.5in;}

#discl, #foot {
	border-top:dashed 2px #778DAF;
	padding-top:0.25in;}



/* ----------------------------------------------------------------------------- 
TYPOGRAPHY
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#002046;}

h1 {
	color:#3C5B8D;
	font-weight:normal;
	font-size:22pt;}

h2 {
	font-size: 18pt;
	margin-top:0;
	margin-bottom:1em;
	clear:both;}

h3 {
	font-size: 16pt;
	margin-bottom: 0.5em;
	clear:both;}

h4 {
	font-size:14pt;
	color:#3C5B8D;}

h5 {
	font-size:12pt;
	color:#345489;
	text-transform:uppercase;}

h6 {
	font-size:12pt;}
	
#discl p {
	font-style:italic;}

p {
	font-size:10pt;
	margin-bottom:1.35em;}
	
ul, ol, dd {
	font-size:10pt;}
	
dd {
	margin-bottom:1em;}


.col1 table {}

#foot p {
	text-align:left;
	color:#474747}

#content ul {
	list-style:disc;
	margin:0 .5em 1.5em;
	padding:0;}
	
#content ul li {
	list-style:disc;
	padding:0 0 0 1.0em; 
	margin:0 0 0.5em 0.7em; }

#content ol {
	margin:0 1.5em 1.5em 1.5em;
	padding:0 0 0 2.5em;}



/* ----------------------------------------------------------------------------- 
LINKS
----------------------------------------------------------------------------- */
a, #content a cite {
	color:#002046;
	text-decoration:none;
	border-bottom:dotted 1px;}
	
a:hover, a:focus, #content a:hover cite, #content a:focus cite {
	color:#345489;
	text-decoration:none;
	border-bottom:solid 1px;}

a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

a[href^="/"]:after {
   content: " (http://www.veeex.com" attr(href) ") ";}
 


/* ----------------------------------------------------------------------------- 
FORMS
----------------------------------------------------------------------------- */
form.search #keywords {
	width:138px;
	height:20px;
	border:solid 1px #999999;}

form.search #submit {
	vertical-align:-8px;}



/* ----------------------------------------------------------------------------- 
TABLES
----------------------------------------------------------------------------- */
table {
	font-size:100%;}

.standard, .enhanced {
	border-collapse: collapse;
	caption-side: top /*bottom*/;
	margin: 2em 0;
	padding: 0;}
	
.standard td, .enhanced td {
	border-bottom: 1px dotted #bbb;
	padding: .5em;}
	
.standard th, .enhanced th {
	border-bottom: 1px dotted #bbb;
	font-weight: bold;
	padding: .5em;
	text-align: left;}
	
caption {
	color: #999;
	font-size:90%;
	font-weight: normal;
	margin: 0;
	padding: .5em 0;
	text-align: left;}

tr.label, td.label {
	font-weight:bold;}

tr.label {
	color:#002046;
	font-size:115%;}


/* ----------------------------------------------------------------------------- 
EXTRAS
----------------------------------------------------------------------------- */
.clear {
	clear:both;
	height:0px;
	margin:0;
	padding:0;}
	
#menu > div.clear {
	clear:both;}
	
img {
	display: block;}