/*
Name: Type CSS
Creative by: Rise Creative Group
Date modified: 7/9/07
------------------------------------*/


/*base font settings
------------------------------------*/

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#333333;
	}

/*HTML tag font settings
------------------------------------*/

p {
	line-height: 1.6em;
	margin: 1.2em 0em 1.2em 0em;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #3C5462;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}

h3 + p {
	margin-top:-18px;
	padding-top: 0;
}

p + h3 {
	margin-top: 25px;	
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 1.2em 0em -1.2em 0em;
	color:#1D2A31;
}

h4+ul { 
margin-top:20px !important;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
}
	
hr {
	background: url(/images/line.gif) 15px repeat-x;
	height: 15px;
	border: 0;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}
	
acronym {
	background-color: #D3D3D3; cursor: help;
}

.context_box h2 {
	margin-bottom: 5px;	
}

.context_box h2 + p {
		margin-bottom: 30px;		
}

		
/* Text link styles
------------------------------------*/

a {
	color: #293A44;
}

a:visited {
	color: #293A44;
}

a:active {
	text-decoration: none;
	color: #293A44;
}
	
a:hover {
	text-decoration: none;
	color: #293A44;
}