/* Styles for standard html elements */
a:link
{
	color: blue;
	text-decoration: none;
}
a:visited
{
	color: black;
	text-decoration: none;
}
a:hover
{
	color: green;
	text-decoration: underline;
}
a:active
{
	color: blue;
	text-decoration: none;
}

blockquote
{
	font-style: italic;
	font-size: 12px;
}

body
{
	background-color: #FFFFCC;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}

h2
{
	font-size: 12px;
}

/* Header */


/* Nav Menu */
#nav
{
	background-color: #FFFFCC;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
}



/* Content */




/* Legal */
#legal
{
	background-color: #FFFFCC;
	font-size: 9px;
	line-height: 16px;
}


/* Footer */




/* vCard/hCard */
.vcard .adr
{
	display: none;
}

.vcard .url
{
	display: none;
}

.vcard .org
{
	display: none;
}

.vcard .tel
{
	font-size: 12px;
}

.vcard .tel .type
{
	display: none;
}

.vcard .email
{
	display: none;
}

.vcard .geo
{
	display: none;
}

