/*
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.9em;
	margin: 1.2em 0 1.2em 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #831A36;
	margin: -.2em 0 -.2em 0;
}

#feature h1{
	color: #FFFFFF;
	font-size: 2.5em;
}

h2 {
	font-size: 1.1em;
	margin: 1.2em 0 -1em 0;
	font-weight: bold;
	color: #831A36;
}

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

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

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

h6 {
	font-size: 1.0em;
	margin: 1.2em 0 -1.2em 0;
	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;
	color: #000;
}
	
acronym {
	background-color: #D3D3D3; cursor: help;
}
		
/* Text link styles
------------------------------------*/

a {
    text-decoration:none;
	color: #333333;
}

a:visited {
	color: #333333;
}

a:active {
    text-decoration:none;
	color: #333333;
}
	
a:hover {
	text-decoration: none;
	color: #0099CC;
}