/*
* ./typography.css
* Usage: bfo typography style sheet
*
* Copyright (C)2007 bfo <mailto: >
*
* Last modification: 2008-01-26 20:52
*******************************************************************************/


.csc-header {
	font-size: 18px;
	color: #969494;
}

h1,h2,h3,h4,h5,h6 { 
  font-family: Georgia,'Times New Roman',Times,serif;
  font-style: italic;
  font-weight: normal;
/* ie only
  	font-weight: bold;
*/
  margin: 0; 
  padding: 9px 0;
  color: #969494;
  clear:both; 
}

.csc-firstHeader {
	font-size: 18px;
	color: #969494;
}

.csc-header-n3 h1 {
	font-size: 18px;
	color: #969494;
}

h1 {
	font-size: 18pt;
	line-height: 18pt;
	padding: 9px 0;
	color: #969494;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	padding: 9px 0;
	color: #969494;
}

p {
	margin: 0 0 18px 0;
	font-size: 13px;
	text-align:left;
}

p.bodytext {
	margin: 0 0 0px 0;
	font-size: 13px;
	text-align:left;
}

ul, ol {
	margin: 9px 0 18px 18px;
	font-size: 13px;
	list-style-image:url(ul_middot_11x11.gif);
}

a {
	color: #003beb;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #002b80;
}

#meta-navigation, #top2-breadcrumbs, #left-navigation, #hr-footer {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
}

.contentcontainer {
	font-size: 13px;
}

.csc-header-n1 h1 {
	padding-left: 55px;
	padding-top: 25px;
	font-size: 18px;
	color: #000000;
	background-image: url(bg_dot_headline.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
/*	
	background-color:#ffffff;
*/
	height:55px;
}
.csc-header-n2 h1 {
	padding-left: 55px;
	padding-top: 25px;
	font-size: 18px;
	color: #000000;
	background-image: url(bg_dot_headline.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
/*	
	background-color:#ffffff;
*/
	height:55px;
}

table   { border-top:0; border-left:0; }