/*
Title:     	Marshall Glover Basic Style
Author:     J
Copyright:	J
Updated:    16th June 2008
*/

@import url("advanced.css");

html { font-size: 100%; /* IE mod so text is sized properly */ }

body {
	color: #6d7c82;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.66em;
	}
	
table, form, select, input, textarea { 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%; /* Another IE mod so elements are inherited properly */ 
	}	

/* default heading sizes */	
h1		{ font-size: 2em;    }
h2		{
	font-size: 12pt;
}
h3 		{ font-size: 1.5em;  }
h4		{ font-size: 1em;  }
h5,h6	{ font-size: .84em;  }

/* default link formatting */			
a, a:link 			{
	color: #6d7c82;
	text-decoration: none;
}
a:visited 			{ color: #6d7c82; }	
a:focus, a:hover 	{ color: #FC3264; text-decoration: underline; }
a:active 			{ color: #FC3264; }
