/****** ##LOG: 
Author:  Vanessa Skane
Created: 02/04/08

CFMEU: CFMEU website 2008 - Main Style Sheet.
******/


/* Body */
	body { 	
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 70.5%;
	color: #646363;
	}
	
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			HEADERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

	h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, verdana, arial, sans-serif;
	color: #2a3777;
	background: transparent;
	}
	
	h1 {	
	font-size: 1.5em;
	margin: 10px 0px;
	}	
	h2 {
	font-size: 1.3em;
	margin: 5px 0px;
	}	
	h3 {
	font-size: 1.1em;
	}
	h4 {
	font-size: 1em;
	font-weight: bold;
	}
	h5 {
	font-size: .9em;
	}
	h6 	{
	font-size: .85em;
	font-weight: normal;
	}



	
/*		
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			LINK
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
	/* Standard Link */	
	a:link, a:visited, a:link:focus, a:visited:focus {
	text-decoration: none;
	color: #cb1500;
	}	
	a:link:hover, a:visited:hover {
	text-decoration: underline;
	color: #cb1500;
	}
	/*end*/

	img {
		border: none;
	}
		
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			LISTS - HR
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	
	
	
	/* Unordered List */	
	ul {
	color: #646363;
	list-style-type : disc;
	}
	
	/* Ordered List */	
	ol {
	color: #646363;
	}		
		
	/* Horizontal Rule */
	hr {
	background-color: #2f3773; 
	border: 0px; 
	height: 1px;
	color: #2f3773;
	}				
	
/* Misc */	
.clearBoth {
	clear:both;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}	

.hiddenField {
	display: none;
}
	
/*
If you are putting somthing into this sytle sheet page then it more than
likely has a home. 
				
don't simple include it at the bottom of the page.
				
Have a look at the page and look for the proper place for the variable that 
you are including.
				
If you can not find a place that looks right for the variable you are including
then create a spot for it somewhere that seems to fit and remember to include a 
header for your new section as well as remembering to comment what your variable 
is used for.	
*/