/*
 * Default type settings
 */

body {
	font-family: "Lucida Grande", Arial, Geneva, sans-serif;	
	font-size: 62.5%; /* approx. 10px */
}

#page {
	font-size: 1.2em; /* 12px */
	line-height: 1.5em; /* 18px */
	color: #303030;
}

/* Links */

a {
	color: #0022aa;
}

a:hover {
	
}

a:active {
	
}

a:visited {
	
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
}

h1 {
	color: #FFFFFF;
	font-size: 1.8em; /* 18px */
	line-height: 1.33em; /* 24px */
}

h2 {
	font-size: 1.33em; /* 16px */
	line-height: 1.13em; /* 18px */
}

h3 {
	font-size: 1.17em; /* 14px */
	line-height: 1.29em; /* 18px */
}

