/* Hides from IE Mac \*/
@media screen, projection {
/* End hide from IE Mac */
/*
.................................................
	Global HTML ELements
.................................................
*/
	body {
		background-color:#015b7e;
		background-repeat:no-repeat;
		color:#333333;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px; /*62.5%=~10px (100% = 16px)*/
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:normal;
		margin:0;
		padding:0;
	}
	
	input, select, textarea {
		font-family: Helvetica, Arial, sans-serif;
		font-size:1em;
	}
	
	body {
		text-align: center;
	}	
	
	p {
		font-size: 1.2em;
		line-height:1.8em;		
		margin: 0.25em 0 1em;
	}
	
	h3 {
		font-size: 2.4em;
		color: #c9563a;  /*#31add9; #2fb2e5;*/
		margin: 1em 0 .5em;
		padding: 0;		

	}
	
	h4 {
		font-size: 1.6em;
		font-style: italic;
		font-weight: bold;
		line-height:1.4em;		
		color: #1d6d8c;
		padding-bottom: .75em;
		margin-top: 2em;
		margin-bottom: .75em;
		border-bottom: 1px #cecece dashed;	
	}
	
	h4.main {
		margin-top: .5em;		
	}

	h5 {
		font-size: 1.6em;
		font-style: italic;
		font-weight: bold;
		line-height:1.4em;		
		color: #c9563a;
	}
	
/*
	h1 {
		font-size: 1.4em;	
		font-weight: normal;
		margin: 0;
		padding: 1.25em 0 0.5em 0;
		line-height: .9em;			
	}
	
	h2 {
		
		font-size: 1.2em;	
		font-weight: bold;
		margin: 0;
		padding: 1.25em 0 0.5em 0;
		line-height: .9em;
	}
	
	h3, h4 {	
		font-weight: normal;
		font-size: 1.2em;			
		margin: 0;
		padding: 1.25em 0 0.5em 0;
		line-height: .9em;		
	}
*/
	
	a {
		font-weight: bold;
		text-decoration: none;		
	}
	
	a:link, a:visited  {
		color: #c9563a;
	}
	
	a:hover {
		color: #e15731
	}
	
	ul, dl {
		margin: 1em 0;	
		padding: 0 0 0 1.2em;
	}
	
	dl {
		padding: 0;		
	}
	
	ul li, dl dt, dl dd {
		margin: 0;
		padding: 0.25em 0;
		font-size: 1.2em;
		line-height:1.8;		
	}
	
	dl dt {
		padding-bottom: 0;
		margin-bottom: -.5em;
	}
	
	input.text {
		border:  1px solid #666;
		height: 1.3em;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 0.8em;
		color: #333;
		padding: 0 0.5em 0 0.25em;		
	}	
	
	input.text:hover {
		border:  1px solid red;
	}	
	
	blockquote {
		border-left:4px solid #c9563a;
		/*color:#660033;*/
		font-family:Georgia,Times,serif;
		font-size:1.2em;
		font-weight: bold;
		font-style:italic;
		line-height:1.8;
		margin:1em 2em 1em;
		padding-left:2em;
		padding-right:1em;	
		clear:left;	
	}
	
	blockquote p {
		font-size: inherit;
		font-style: inherit;
		line-height: inherit;	
	}	
	
	em {
		font-style: italic;
	}
	

	b {
		font-weight: bold;
	}
	
	strong {
		font-weight: bold;
	}	
	
/* Hides from IE Mac \*/
}
/* End hide from IE Mac */