/*
######################################################################
# $Id: general.css 133 2007-07-16 17:11:46Z emalethan $
# Copyright (c) 2006 Beanlogic Limited
######################################################################
*/

/*
UNIVERSAL STYLES
======================================================================
*/

.breaker
{
	height: 1px;
	clear:both;
	font-size:1%;
	overflow: hidden;
}

img
{
	border: 0;
}

form
{
	margin: 0;
	padding: 0;
}

a
{
    outline: none;
    color: #41802a;
    background: none;
}

a:hover
{
	text-decoration: underline;
    color: white;
    background-color: #41802a;
}

acronym
{
	font-weight:bold;
	/* for IE */
	text-decoration: underline;
	cursor:help;
}

*>acronym
{
	text-decoration: none;
}

hr.hide
{
	display: none;
}

label
{
	font-weight: bold;
}
