@charset "utf-8";
/* 
	typography.css
	
	Project: RigManager Public Website

	iomer internet solutions
	http://www.iomer.com
    andrew.wright@iomer.com



	Table of Contents
	-----------------
    =navigation
    =headings
    =standard-content
*/


body { font: 12px Arial, sans-serif; line-height: 1.3em; color: #555; }

/* =navigation */
a:link { color: #390; text-decoration: underline; }
a:visited { color: #0b5e7f; text-decoration: underline; }
a:hover,
a:active { color: #0f82ae;/*#0c6b90;*/ text-decoration: underline; }

:focus { outline: none; }



/* =headings */
h1,h2,h3,h4,h5,h6 {
	font-family: tahoma, arial, sans-serif;
	line-height: 120%;
	color: #074762;
}

h1 { font-size: 17px; margin-bottom: 9px;}
h2 { font-size: 15px; margin-bottom: 8px; }
h3 { font-size: 14px; margin-bottom: 7px; font-weight: normal; }
h4 { font-size: 13px; margin-bottom: 6px; }
h5 { font-size: 12px; margin-bottom: 5px; font-weight: normal; }
h6 { font-size: 12px; margin-bottom: 5px; }

/*< =standard-content >*/
.standard-content h2,
.standard-content h3,
.standard-content h5 {
	padding-left: 12px;
	border-left: 3px solid #3297c2;
}

.standard-content p {
	margin-bottom: 1.5em;
}

/*< / standard-content >*/

.SmallNote
{
	FONT-SIZE: 10px;
	COLOR: #a9a9a9;
}