/* CSS Document */

/* GMP */
body {
	font: 12px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0;
	background: url(images/layout/back-tile.gif) repeat;
	}
	

/*This handles no borders on images for Netscape - both normal images and linked images*/
image {border: none;}
a img { color: #FFF; border: none; }

h2 {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	font-weight: bold;
	color: #18446d; 
	padding: 0;
	margin: 0;
}

h2 A:link    	{ color: #18446d; font-weight: normal; text-decoration: none; }
h2 A:active  	{ color: #18446d; font-weight: normal; text-decoration: none; }
h2 A:visited 	{ color: #18446d; font-weight: normal; text-decoration: none; }
h2 A:hover  	{ color: #00a650; font-weight: normal; text-decoration: none; }
	
h1 {
	font: 14px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #18446d;
	margin: 0;
	padding-left: 10px;
}
	
	h4 {
	font: 14px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	font-weight: bold;
	color: #18446d; 
	padding: 0;
	margin: 0;
}

h4 A:link    	{ color: #18446d; font-weight: normal; text-decoration: none; }
h4 A:active  	{ color: #18446d; font-weight: normal; text-decoration: none; }
h4 A:visited 	{ color: #18446d; font-weight: normal; text-decoration: none; }
h4 A:hover  	{ color: #00a650; font-weight: normal; text-decoration: none; }

	
h4old {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: 16px;
	padding-left:10px;
	color: #00a650;
}
h3 {
	font: normal 12px/16px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-decoration: none;
	padding-left:10px;
	color: #18446d;
}

h3 A:link    	{ color: #18446d; font-weight: normal; text-decoration: underline; }
h3 A:active  	{ color: #18446d; font-weight: normal; text-decoration: underline; }
h3 A:visited 	{ color: #18446d; font-weight: normal; text-decoration: underline; }
h3 A:hover  	{ color: #18446d; font-weight: normal; text-decoration: none; }
	
h5 {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: 16px;
	padding-left:10px;
	color: #18446d;
}
	
h5 A:link    	{ color: #18446d; font-weight: normal; text-decoration: none; }
h5 A:active  	{ color: #18446d; font-weight: normal; text-decoration: none; }
h5 A:visited 	{ color: #18446d; font-weight: normal; text-decoration: none; }
h5 A:hover  	{ color: #18446d; font-weight: normal; text-decoration: underline; }

h6 {
	font: 13px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: 16px;
	padding-left:10px;
	color: #18446d;
	margin: 0px;
}
	
h6 A:link    	{ color: #18446d; font-weight: normal; text-decoration: none; }
h6 A:active  	{ color: #18446d; font-weight: normal; text-decoration: none; }
h6 A:visited 	{ color: #18446d; font-weight: normal; text-decoration: none; }
h6 A:hover  	{ color: #18446d; font-weight: normal; text-decoration: underline; }

.projects {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: 16px;
	color: #18446d;
	margin-left: 15px;
	padding-left: 15px;
	vertical-align: top;
}
	
.projects A:link    	{ color: #18446d; font-weight: normal; text-decoration: none; }
.projects A:active  	{ color: #18446d; font-weight: normal; text-decoration: none; }
.projects A:visited 	{ color: #18446d; font-weight: normal; text-decoration: none; }
.projects A:hover  	{ color: #18446d; font-weight: normal; text-decoration: underline; }
.bdr {
	border: 1px solid #2979C4;
}
