/*******************************
 *
 *		   typo.css
 *			Author: 
 * 	  	   Paul Lewis
 *
 *	This CSS controls typography
 *
 */
 
html, input, select, textarea
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

body
{
	font-size: 70%;
	line-height: 150%;
	color: #606569;
}

a
{
	color: #FF9900;
}

a.dark
{
	color: #3D4348;
}

#contenthead h1, #project-list h1
{
	font-size: 130%;
	color: #3D4348;
}

table, #project-file-list-title, #project-file-upload
{
	font-size: 92%;
}

input, select
{
	font-size: 95%;
}

.redtext
{
	color: #FF0000;
}