/*------------------------------------------------------------------------------------
COLORS

Black				#000000
Text Gray			#666666
Dark Blue			#19144E
Medium Blue			#1B2C80
Light Blue			#0079C5
Red					#E9141B
Yellow				#F7C702

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

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

ITT Corporation css [www.itt.com]
written by Eisenman Associates [www.eisenman.com]
feed icon by Matt Brett [www.feedicons.com]

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

		
Color Name				RGB					HEX
ITT Gold 				R255/G166/B22		#FFA616
ITT Gold 75% 			R243/G187/B73		#F3BB49
ITT Gold 50% 			R249/G209/B138		#F9D18A
ITT Gold 25% 			R254/G232/B187		#FEE8BB
ITT Black 				R33/G33/B33			#212121
ITT Black 75% 			R99/G100/B102		#636466
ITT Black 50% 			R147/G149/B152		#939598
ITT Black 25% 			R199/G200/B202		#C7C8CA
ITT White 				R255/G255/B255		#FFFFFF
ITT Dark Gray 			R81/G98/B111		#51626F
ITT Dark Gray 75% 		R126/G143/B155		#7E8F9B
ITT Dark Gray 50% 		R143/G156/B171		#8F9CAB
ITT Dark Gray 25% 		R191/G199/B207		#BFC7CF
ITT Dark Blue 			R0/G65/B81			#004151
ITT Dark Blue 75% 		R0/G100/B137		#006489
ITT Dark Blue 50% 		R87/G139/B172		#578BAC
ITT Dark Blue 25% 		R161/G187/B210		#A1BBD2
ITT Blue 				R0/G62/B116			#003E74
ITT Blue 75% 			R48/G100/B151		#306497
ITT Blue 50% 			R108/G138/B181		#6C8AB5
ITT Blue 25% 			R171/G187/B214		#ABBBD6
ITT Purple 				R63/G58/B102		#3F3A66
ITT Purple 75% 			R90/G93/B143		#5A5D8F
ITT Purple 50% 			R131/G133/B173		#8385AD
ITT Purple 25% 			R184/G185/B210		#B8B9D2
ITT Dark Green 			R65/G73/B41			#414929
ITT Dark Green 75% 		R94/G110/B62		#5E6E3E
ITT Dark Green 50% 		R141/G153/B114		#8D9972
*ITT Dark Green 25% 	R207/G206/B217		#CFCED9		
ITT Green 				R31/G91/B66			#1F5B42
ITT Green 75% 			R56/G117/B96		#387560
ITT Green 50% 			R110/G155/B140		#6E9B8C
ITT Green 25%			R117/G201/B192		#75C9C0
ITT Gray 				R142/G144/B143		#8E908F
ITT Gray 75%			R152/G155/B153		#989B99
ITT Gray 50% 			R182/G184/B183		#B6B8B7
ITT Gray 25% 			R215/G216/B214		#D7D8D6
----------------------------------------------------------------------------- */



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

body {
	font:11pt arial helvetica, sans-serif;
	color:#636466;}

a img {
	border:none;}

img {
	display:block;}


/* ----------------------------------------------------------------------------- 
STRUCTURE
----------------------------------------------------------------------------- */
#wrapper {
	width:6.5in;
	margin:0 auto;}

#header {
	clear:both;
	padding-top:0.1in;}

#content {
	border-top:solid 1px #D7D8D6;
	margin-top:0.25in;
	padding-top:0.25in;}

#logo {
	text-align:left;}

#nav, .subnav .bottomnav {
	display:none;}

#header, #content, #footer {
	width:6.5in;}

#footer {
	border-top:solid 1px #D7D8D6;
	padding-top:0.25in;
	margin-top:0.25in;}

img.logo {
	float:left;}


/* ----------------------------------------------------------------------------- 
TYPOGRAPHY
----------------------------------------------------------------------------- */
html body h1, html body h2 {
	}

p {
	margin-bottom:1.15em;}

h1 {
	font-size:2.6em;
	line-height:150%; 
	font-weight: bold;
	margin:0;
	padding:0 0 12px 0;}

h2 {
	font-size:2.2em;
	line-height:130%;
	font-weight:normal;
	margin:0;
	padding:0 0 0.5em 0;}

h3, .highlights h2 {
	font-size:1.5em;
	line-height:120%;
	font-weight: bold;
	margin:0;
	padding:8px 0 4px 0;}

h4, .highlights h3 {
	font-size:1.2em;
	margin:0;
	padding:0 0 2px 0;}


h5 {
	font-size:0.9em;
	margin:0;
	padding:0 0 2px 0;}

h6 {
	font-size:0.9em;
	margin:0;
	padding:0 0 2px 0;
	text-transform: uppercase;}

ul {
	margin:1em 0 1.5em 1em;
	padding:0;}

ul li {
	padding:0 0 0 12px; 
	margin:0 0 0.8em 0;}


/* ----------------------------------------------------------------------------- 
LINKS
----------------------------------------------------------------------------- */
a, a:link, a:visited, .content a cite {
	color:#51626F;
	text-decoration: none;
	border-bottom:1px dotted;}

a:hover, a:focus, .content a:hover cite, .content a:focus cite {
	color:#8F9CAB;
	text-decoration:none;
	border-bottom:1px solid;}

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

.content a[href^="/"]:after, #foot a[href^="/"]:after {
	content: " (http://frontier-europe.com" attr(href) ") ";}
 
#foot:after {
	font-size:80%; 
	content:"Copyright 2010 Frontier Europe Fund. All Rights Reserved.";}



