@CHARSET "ISO-8859-1";

/*********************
*
*	Dark Blue : #004372     /  rgba( 0, 67 , 115 );
*	Universal Blue : #0067B0;	/	rgba( 0, 103 , 176 );
*/

h1, h2, h3, h4, h5, h6, p, ol, ul
{
	color : #444;
	font-family: Arial, Tahoma, Sans-Serif;
	line-height: 1.2;
	font-size: 12px;
	margin-bottom: 10px;
}

p
{
	line-height: 1.5;
}


/* h1 is silver italic w blue background & stripe*/
h1, h2, h3
{
	
	font-size		: 32px;
	font-style		: italic;
	font-weight		: bold;
	letter-spacing	: -1px;	
	/*margin-left 	: -9px;
	margin-right	: -9px;*/	
	color			: #aaa;	
}

h1
{
	display			: inline;
	width			: auto;
	background		: #004372;	
	padding			: 0 10px 0 10px;
}

/* h2 is blue Italic */
h2, h3
{
	font-size	: 26px; 	
	color		: #004372;
	background	: none;
}

h3
{	
	margin-left		: 0;	
	margin-right	: 0;
	padding			: 0;
	font-size		: 21px;	
}

/* h4 is blue */
h4
{
	color: 	#004372;
}

h5
{
	color: 	#aaa;
	font-size: 15px;
}

ul, ol
{
	list-style			: disc;		
	list-style-position	: inside;
}

li
{
	line-height: 1.5;
	list-style-image: url( ../images/layout/bulletBlueDisc.gif );
}

a
{
	color		: #888;
	font-weight: bold;
	text-decoration: underline;
}

em, strong
{
	font-weight: bold;
}


input, textarea, select
{
	font-family: inherit;
	font-size: 12px
}

label
{
	font-size: 12px;
	font-weight: bold;
	color: #333;
}



