/*
/========================================================
/=	Site wide fonts
/=
/========================================================
*/

body
{
	color:			#036;
	font-family:	"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:		90%;
}
#content h1
{
	font-size:		200%;
	color:			#036;
	margin:			2px;
	padding:		2px;
}
h1 small	
{ 
	font-size:		100%;
	color:			#68B;
}

#content
{
	font-size:		80%;
}

#content h2	
{ 
	font-size:		160%;
	color:			#68B;
	margin:			2px;
	padding:		2px;
	font-weight:	bold;
}
#content h3	
{
	font-size:		150%;
	margin:			4px;
}
#content h4	
{ 
	font-size:		125%;
	color:			#369;
	margin:			4px;
	padding:		2px;
}
h2 a, h3 a, h4 a	{ text-decoration: none; }

p		
{
	margin:			0 0 1em;
	line-height:	175%;
}
a:link, a:visited	{ color: #930; font-weight: bold; text-decoration: none; }
a:hover, a:active	{ color: #F93; text-decoration: underline; }
a:hover img.thumb,
a:active img.thumb	{ border-color: #930; background: #FEB url('') repeat-x; }

.note
{
	color:		black;
	border:		1px solid #9AB;
	background: white url('') repeat-x;
	margin:		0.5em 0 1em;
	padding:	0.1em 0.5em;
	font-size:	85%;
}

#right-content h3, #left-content h3
{
	color:			#003585;
	background:		#EEEEFF;
	border-bottom:	1px solid #E3E6FF;
	font-size:		120%;
	padding:		0;
	margin:			0;
}

#right-content p
{
	padding:		4px;
}

#left-content p
{
	font-size:		75%;
	line-height:	100%;
	margin-top:		3px;
	margin-bottom:	7px;
}