small, .small {
	font-size:10px; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited
{ 
	text-decoration	: none; 
	color			: #444b5f; 
}
a:hover { 
	text-decoration	: underline; 
	color			: #444b5f; 
}



body	{
	margin: 0px;
	padding: 0px;
	background: #444B5F url(images/gui/bg.gif) center repeat-y;
}
.logobackground	{
	background: url(images/gui/logo-right.gif);
}
.newstitle	{
	background: url(images/gui/list-title.gif) bottom repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444B5F;
	padding: 6px;
}
.newstitle a	{
	color: #444B5F;
	text-decoration: none;
}
.newstitle a:hover	{
	color: #444B5F;
	text-decoration: underline;
}
.menu-left	{
	background: url(images/gui/top-menu.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	color: #444B5F;
}
.menu-left a	{
	font-weight: bold;
	color: #444B5F;
	text-decoration: none;
}
.menu-left a:hover	{
	font-weight: bold;
	color: #444B5F;
	text-decoration: underline;
}
.menu-right	{
	background: url(images/gui/top-menu.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
	color: #444B5F;
}
.submenu	{
	background: url(images/gui/sub-menu.gif);
	height: 9px;
}
.suptmenu	{
	background: url(images/gui/supt-menu.gif);
	height: 9px;
}
.footer	{
	background: url(images/gui/footer.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 10px;
}
.footer a	{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover	{
	color: #FFFFFF;
	text-decoration: none;
}
.main	{
	background: #FFFFFF;
	padding: 5px;
}
.menu-title	{
	background: url(images/gui/menu-title.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
}
.menu-item	{
	background: url(images/gui/menu-item.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444B5F;
	padding: 7px 8px 9px 8px;
}
.menu-item a	{
	font-weight: bold;
	color: #444B5F;
	text-decoration: none;
}
.menu-item a:hover	{
	font-weight: bold;
	color: #444B5F;
	text-decoration: underline;
}
.pagetitle	{
	background: url(images/gui/title-background.gif);
	border-top: 1px solid #000000;
	border-bottom: 1px solid #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 95px 5px 5px 5px;
	color: #444B5F;
}
.text	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color: #444B5F;
}
.text a	{
	color: #444B5F;
	text-decoration: underline;
}
.text a:hover	{
	color: #444B5F;
	text-decoration: none;
}
.smalltext	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px;
	color: #444B5F;
}
.smalltext a	{
	color: #444B5F;
	text-decoration: underline;
}
.smalltext a:hover	{
	color: #444B5F;
	text-decoration: none;
}