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

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3366CC;
	margin: -.2em 0em -.2em 0em;
}

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

#news_section #main_col h2 {
	padding: 0 0 0 10px;
	border: none;	
}

#main_col h2 {	
	border-bottom: 3px solid #ccc;
	letter-spacing: .04em;
	padding: 8px;
	}

.teaser h2 {
color: #800E10;
}

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

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 {
	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;
}

.list_headline {
padding: 10px 0 10px 15px;
background: #990000;
color: #fff; 
}

#main_col ul {
list-style:none;
list-style-type: none;
padding: 0;
margin: 0;
font-weight:bold;
}

#main_col ul li {
background: #CCCCCC;
padding: 10px 0 10px 15px;
}

#main_col ul .highlight {
background: #e1e1e1;
}
		
/* Text link styles
------------------------------------*/

a {
	color: #990000;
}

a:visited {
	color: #660000;
}

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