/*
	+-------------------------------+
	Client:		RC IDIENS
	Date:		2005/08/05
	Designer:	Simon Winter
	URL:		www.sheetmetals.co.nz
	+-------------------------------+
	Comments:	Font style sheet for all browsers.
				Place styles for links, headers, body etc. here.
*/
	
	
	/*	HTML ELEMENTS	*/
	body {
		padding: 0px;
		margin: 20px;
		border: 1px solid #B1B1B1;
		
		background: #FFFFFF;
		background-image: url(../images/vertPipe.gif);
		background-repeat: no-repeat;
		background-position: 230px 220px;
	}
	
	h1 {
		margin: 0px 0 5px 0;
		padding: 0;
		color: #343434;
		font-size: 24px;
	}
	
	h2 {
		margin: 0px 0 5px 0;
		padding: 0;
		color: #818181;
		font-size: 16px;
	}
	
	h3 {
		margin: 0px 0 5px 0;
		padding: 0;
		color: #871C02;
		font-size: 14px;
	}
	
	h4 {
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		font-size: 12px;
		display: inline;
	}
	
	body, p, td,li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #343434;
	}
	
	p {
		margin-top: 5px;
	}
	
	a:link {
		color: #871C02;
		text-decoration: underline;
	}
	a:hover {
		color: #FF3301;
		text-decoration: none;
	}
	a:visited {
		color: #FF3301;
		text-decoration: underline;
	}
	b, strong {
		font-weight: bold;
	}
	i, em {
		font-style: italic;
	}
	
	blockquote {
		padding: 10px;
		border: 1px solid #B1B1B1;
		text-align: center;
		vertical-align: middle;
		width: auto;
		font-size: 14px;
	}
	blockquote p strong, blockquote strong {
		font-size: 18px;
		color: #333333;
		text-align: center;
		vertical-align: middle;
	}