/* 
Filename: type.css 
Created: Cinnamon Interactive BV (DC). 
Date: 20080618
*/

/* type */
#container {
        font-family: "Verdana", sans-serif;
        font-size: 75%; /* 12px */
        line-height: 1.5; /* 18px */  
	}
#navigation #main-nav {
	font-size: 1.166em; /* 14px */
	font-weight: 500;
	}
h1 {
	font-size: 1.75em;
	padding-bottom: .66em;
	}
h2 {
	font-size: 1.5em;
	padding-top:1.2em;
	}
h3 {
	font-size: 1.25em;
	padding-top:1.2em;
	padding-bottom:0;
	}
h4 {
	padding-top:1.2em;	
}
h1, h3 {
	font-weight: 500;
	}
h2, h4 {
	font-weight: 700;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	} 
p em {
	font-size:1.2em;
}
input, textarea {
   font-family: "Verdana", sans-serif;
}

table {
	border-collapse: collapse;
	}
	th, td {
		text-align: left;
		vertical-align: top;
		padding: 10px;
		border: 1px solid #eee;
		}
	th {
		background-color: #F8FFEE;
		}

