/*
    Devine - Oakwood (Common Styles)
    
    @company WDG Alfreso
    @website alfresco.com.au | wdgalfresco.com.au
    @created CreationDate
*/
/* 
	** Import Site Specifics 
*/
@import url(utility0.css);
@import url(structur.css);
@import url(element0.css);
@import url(menu0000.css);
@import url(form0000.css);
@import url(template.css);

/*
	** Common Screen Elements
*/
body
{
	margin: 0;
	padding: 0;
	
	background-color: #EDA83C;
	
	color: #4D4D4D;	
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 70%;
}

p
{
	margin-top: 0px;
	margin-bottom: 15px; 
}

acronym
{
	border-bottom: 1px dashed #aaa;
	cursor: help;
}


h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0 0 5px 0;
	padding: 0;
	
	color: #333;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 150%;
	letter-spacing: -1px;
}
h1
{
	width: auto;
	color: #8E2928;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
h4
{
	width: auto;
	color: #8E2928;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
h2,
h3
{
	padding-top: 10px;
	
	font-size: 135%;
}
h3
{
	font-size: 120%;
	letter-spacing: normal;
}

/*
	** Default Link Styles
*/
a:link
{
	color: #0b5fc1;
}
a:visited
{
	color: #0b5fc1;
}
a:hover
{
	color: #052a55;
	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(bullet00.gif);
	background-repeat: no-repeat;
	background-position: 10px .4em;
}
