/* Basic HTML
--------------------------------------------------------------------------------*/

body
{
	/*font: 10px/1.3 Helvetica, Arial, FreeSans, sans-serif;*/
	font-size:11px;
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	line-height:1.6em;
	
}

a{
	text-decoration: none;
}

p a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	}

p a:hover {
	color: #666;
	border-bottom: dotted #d9d7d0 1px;
	}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear:both;
	margin:3px 0 0 0;
}

h1 {
 font-size: 5.0em;
}
h2 {
 font-size: 4.0em;
}
h3 {
 font-size: 2.0em;
}
h4 {
 font-size: 2.0em;
}
blockquote {
 font-size: 1.5em;
}
input {
 font-size: 1.0em;
}
small {
 font-size: 0.75em;
}


/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 10px;
}

p.meta{font-style:italic; margin:5px 0 5px 0 !important;}
