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


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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#000;
	}

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

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

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
	color: #223043;
	margin: -.2em 0em .4em 0em;
}

h1 + ul {
margin: 1em 0 0 0;
}

h1 + h3 {
margin: 1em 0 0 0;
}

h2 {
	font-size: 1.3em;
	margin: 1.2em 0em 1em 0em;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h3 + p {
margin: 0 0 1em 0;
}

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

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 {
	height: 15px;
	border: 0;
}

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

strong, b {
	font-weight: bold;
	color: #000;
}
	
acronym {
	background-color: #D3D3D3; cursor: help;
}
		
/* Text link styles
------------------------------------*/

a {
	color: #000;
}

a:visited {
	color: #000;
}

a:active {
	color: #BE2135;
}
	
a:hover {
	text-decoration:none;
	color: #000;
}

.search_letters a {
padding: 2px;
}

.search_letters, .search_letters a, .search_letters a:visited {
color: #223043;
}

.search_letters a:hover {
background: #BE2135;
color: #fff;
}