/* CORE CSS */

/*******************/ 
/* BEGIN STANDARD  */
/*******************/

	/* BODY
	----------------------------------------------------------------------*/

	body {
		background-color: #fff;
		font-style: normal;
		font-family: Arial;
		font-size: 75%;
		line-height: 162%;
		color: #456;
		padding: 0px;
		margin: 0px;
	}

	/* ANCHORS
	----------------------------------------------------------------------*/
	
	a 			{ }
	a:hover 	{ }
	a:active 	{ }
	/* a:visited 	{ color: #b2205d; } */
	
	/* HEADINGS
	----------------------------------------------------------------------*/
	
	h1, h2, h3, h4, h5, h6 {margin: 0.3em 0em}
	h1 {font-size: 300%;}
	h2 {font-size: 200%;}
	h3 {font-size: 200%;}
	h4 {font-size: 140%;}
	h5 {font-size: 120%;}
	h6 {font-size: 100%; text-transform: uppercase;}
		
	h1.orir {font-size: 42px; margin: 10px 0px; padding: 0px; height: 39px; overflow: hidden;}
	h2.orir {font-size: 30px; height: 23px; overflow: hidden;}
	h3.orir {font-size: 24px; margin: 0px 0px 5px 0px; overflow: hidden;}
	
	h1 a {font-weight:normal;}
	
	/* TEXT
	----------------------------------------------------------------------*/
	
	p { margin-bottom: 10px; }
	
	strong { color: #123;  }

/*******************/
/*  END STANDARD   */
/*******************/