/* 
------------------------------
basic style sheet 
------------------------------
*/

a, body, div, label, li, ol, p, td, th, u, ul {
	color:#676767;
	font-family:"Lucida Grande", Arial, san-serif;
	font-size:12px;
	letter-spacing: 0.1em;
}

input, select,textarea {
	color:#666666;
	font-family:"Trebuchet MS", Arial, san-serif;
	font-size:11px;
}

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

img {
	border:0px;
	margin:0px;
}

p, pre, form {
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
