/*
    Neumann Group (Common Styles)
    
    @company WDG Alfreso
    @website alfresco.com.au | wdgalfresco.com.au
    @created Thursday, 27th July, 2006
*/
/* 
	** Import Site Specifics 
*/
@import url(utility.css);
@import url(structure.css);
@import url(element.css);
@import url(menu.css);
@import url(form.css);
@import url(template.css);

/*
	** Common Screen Elements
*/
body
{
	margin: 0;
	margin-top:5px;
	padding: 0;
	
	background-color: #f3f3f3;
	
	color: #444;	
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 70%;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
	
	line-height:5px; 
}

acronym
{
	border-bottom: 1px dashed #aaa;
	cursor: help;
}


h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0 0 5px 0;
	padding: 0;
	
	color: #1a181b;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 150%;
}

h1
{
	margin: 0;
	padding: 0;
	font-size: 14px !important;
}

h2,
h3
{
	padding-top: 5px;
	
	color: #1d2428;
	letter-spacing: -1px;
	font-size: 130%;
}
h3
{
	color: #3a4951;
	font-size: 120%;
}


/*
	** Default Link Styles
*/
a:link
{
	color: #d92733;
}
a:visited
{
	color: #d92733;
}
a:hover
{
	color: #0163ac;
	text-decoration: none;
}

/*
	** Default List Styling 
*/
ul
{
	margin: 15px 0px 20px 0px;
	padding: 0;
	list-style-type: none;
}
ul li
{
	padding-left: 26px;
	
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px .4em;
}