/*******************************
 *
 *		   typo.css
 *			Author: 
 * 	  	   Dan Nisbet
 *		  The Roundhouse
 *
 *	This CSS controls typography
 *
 */
 
html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}

body
{
	font-size: 65%;
	line-height: 150%;
	color: #666666;
}

h1
{
	font-weight: normal;
	font-size: 150%;
}

h2,  #content_inner ul li
{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h3
{
	font-size: 110%;
	font-weight: bold;
	color: #87899D;
}

h4, .h4
{
	font-size: 120%;
	font-weight: normal;
}

.aboutus h4 
{
	color: #421d66;
}

.history h4 
{
	color: #0b4f7c;
}

.technology h4
{
	color: #ff6600;
}

.applications h4 
{
	color: #73ac1d;
}

.casestudies h4, .casestudies .h4 
{
	color: #ff6600;
}

.contact h4 
{
	color: #174e51;
}

.smalltext
{
	font-size: 100%;
}

.mediumtext
{
	font-size: 120%;
}

.largetext
{
	font-size: 140%;
}

a
{
	text-decoration:none;
	color: #8E90A3;
	outline: none;
}

#chromalogo
{
	font-size: 90%;
}

#chromalogo, #chromalogo a
{
	color:white;
}

/* lists */

ul.bodylist
{
	padding: 10px 0 15px 10px;
}

ul.bodylist ul
{
	padding: 10px;
}

/*
Form
*/

.feedback, .required
{
	color:#760000;
}



/* print only stuff (javascript gubbins) */

.printOnly 
{
    display: none;
}