/* CSS Document */

a:link
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #0096D6;
	}  

a:visited
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #0096D6;	
	}  

a:active
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #0096D6;	
	}  

a:hover
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #0096D6;	
	}

.IndexTable {
	background: #57BEE2;
	background-image: url('../images/site/index-corner.gif');
	background-repeat: no-repeat;
	background-position: bottom; 
	font-weight: bold;
}
	
.InternationalTable {
	background: #67C5D4;
	background-image: url('../images/site/international-corner.gif');
	background-repeat: no-repeat;
	background-position: bottom; 
	font-weight: bold;
}
.WhyTable {
	background: #0A93D5;
	background-image: url('../images/site/why-corner.gif');
	background-repeat: no-repeat;
	background-position: bottom; 
	font-weight: bold;
}

.ExpertiseTable {
	background: #002469;
	background-image: url('../images/site/expertise-corner.gif');
	background-repeat: no-repeat;
	background-position: bottom; 
	font-weight: bold;
}

.TypesTable {
	background: #81B7C8;
	background-image: url('../images/site/types-corner.gif');
	background-repeat: no-repeat;
	background-position: bottom; 
	font-weight: bold;
}

.TechniquesTable {
	background: #9DC8E2;
	background-image: url('../images/site/techniques-corner.gif');
	background-repeat: no-repeat;
	background-position: bottom; 
	font-weight: bold;
}

body, div, table, th, tr, td, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, cite, code, input, select, textarea {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	font-size: 1em;
	color: White;


	}
	

.Contact {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #999999;

}	

.Emphasis {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #0096D6;

}
		
	p {
	font-size: 1em;
	}
		body {
	font-size: 71%; /* Sets base font size to 10px in most modern browsers */
	line-height: 71%;
	background: #666666;
	margin: 0; /* Overides -10 NN4 value */
	}