body 
{
	font-family: "Trebuchet MS", Arial, Verdana, Georgia, Helvetica, sans-serif;
	font-size: 11pt;
	color:	#000000;
	background-color: #ffffff;
}


a:link, a:visited
{
	font-weight: bold;
	color: #0000ff;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #ff0000;
	color: #ff0000;
	text-decoration: underline;
}

.menubar td 
{
	text-align: center;
	background-color: #eeeeff;
	font-size: 13pt;
	font-family: arial; 
}

.menubar td a:link, .menubar td a:visited 
{
	text-decoration: none; 
	color: #0000ff;
}

.menubar td a:hover, a:active {
	color: #ff0000;
}

.highlight
{
	background-color: yellow;
}

h1,h2,h3,h4,h5,h6,h7 
{
	font-family:	"Trebuchet MS", Arial, Verdana, Georgia,"Times New Roman", serif;
	font-weight:	bold;
    color: blue;
}

h1 
{
    font-size: 14pt;
	margin:		0px;
}

h2
{
	font-size: 13pt;
}

h3
{
	font-size: 12pt;
}

#nav {
	background:		url("images/layout/navbg.gif");
	padding:		0px 25px 0px 25px;
	font-weight:	bold;
	font-size: 10pt;
}

#nav a {
	display:		block;
	font-weight:	bold;
	margin-bottom:	5px;
}

#links_articles a 
{
	font-size: 15px;
}

#links_articles td
{
	height: 16px;
}

#address2006 
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
}

#address 
{
	background:		url("images/layout/navbg.gif");
	padding:		0px 25px 0px 25px;
	font-weight:	bold;
	font-size: 8pt;
	color:				blue;
}

#content 
{
	padding-left:		5px;
	padding-bottom:		5px;
}

#copyright 
{
	text-align:		right;
	font-size:		8pt;
	border-top:		2px blue dashed; 
	color:			black;
	padding-top:	5px;
}

hr 
{
	border: 0;
	height: 1px;
	border-top: 2px dashed blue;
	color: #ffffff;
	background-color: #ffffff;
	margin:0px;
}

.box 
{
	background-color:	#eeeeee;
	border:				1px #aaaaaa solid;
	padding:			5px;
}