
/*	BASICS

	Basic style settings -- does not include layout
*/

body, td { 
	font-family:  Verdana, "Verdana", Tahoma, Geneva, "Lucida Grande", "Lucida Sans", Myriad, Univers, Arial, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

/*ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }*/

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}
img {
	border: 0px;
	margin: 0px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: rgb(125,125,110);
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
	color: rgb(30,130,130);
}

a:visited {
	color: rgb(0,90,90);
}

.serif {
	font-family: Georgia, "Book Antiqua", Palatino, Verdana;
	/* Note: fallback to Verdana and NOT Times */
}

.impact {
	font-family: Impact, "Impact", Verdana, sans-serif;
	font-size: 170%;
	letter-spacing: .1em;
}

.small {
	font-size: 90%;
}
