/*------------------------*/
/*---TYPOGRAPHY STYLING---*/
/*------------------------*/

body {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 81%;
	color: #2b2b2b;
	line-height: 1.4em;
	-moz-user-select: text;
	-webkit-user-select:text;
	orphans: 4; 
}

h1 {
	font-size: 175%;
	font-weight: normal;
	color: #0b486b;
	-moz-user-select: text;
	-webkit-user-select:text; 
	
}

	#logo h1 {
		font-size: 155%;
		-moz-user-select: text;
	-webkit-user-select:text; 
	}

h2 {
	color: #3b8686;
	font-weight: normal;
	font-size: 125%;
	-moz-user-select: text;
	-webkit-user-select:text; 
	
}
	#logo h2 {
		color: #848484;
		font-size: 112%;
		-moz-user-select: text;
	-webkit-user-select:text; 
	}
	
	.paging p.count {
		font-size: 125%;
		color: #848484;
		-moz-user-select: text;
	-webkit-user-select:text; 
	}
	
h3 {
	color: #3b8686;
	font-weight: normal;
	font-weight: normal;
}



hr {
	color: #cecece;
}
a {
	color: #50984f;
	text-decoration: none;
}
.link1 a {
	color: #3b8686;
	font-weight: normal;
	font-weight: normal;
}
.link1 a:hover {
	color: #3b8686;
	font-weight: normal;
	font-weight: normal;
}
a:hover {
	color: #315F31;
}

#nav {
	font-size: 105%;
	
}

#nav ul li a {
	-moz-user-select: text;
	-webkit-user-select:text; 
}
#nav li.current a {
	color: #0B486B;
}

#nav li.current a:hover {
	color: #0B486B;
}

#footer {
	color: #848484;
}

table.solutions th {
	color: #939292;
	font-weight: normal;
	text-align: left;
}
table.solutions td {
	font-size: 90%;
}

ul.emphasis {
	font-size: 90%;
}

#emailform label {
	color: #3b8686;
}

#emailform input, #emailform textarea {
	font-size: 100%;
	font-family: "Verdana", "Arial", sans-serif;
	color: #2b2b2b;
}
#emailform input#sendMail {
	color: #50984f;
	font-size: 100%;
	
}

