/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-left: 15px;
	font-family: arial, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #222222;
	line-height: 120%;
	list-style-image: none;
}
.sectiontitle {  
	font-family: arial, sans-serif;
	font-size: 114%;
	font-weight: bold;
	color: #7D7D7D;
	line-height: 110%;
	padding-bottom: 5px;
}
.headline-big {  
	font-family: times new roman, times, serif;
	font-size: 200%;
	font-weight: bold;
	color: #2C3353;
	line-height: 120%;
}
.headline-medium {
	font-family: times new roman, times, serif;
	font-size: 160%;
	font-weight: bold;
	color: #2C3353;
	line-height: 130%;
}
.headline-small {  
	font-family: times new roman, times, serif;
	font-size: 130%;
	font-weight: bold;
	color: #2C3353;
	line-height: 110%;
	padding-bottom: 5px;
}
.sidebar {  
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	line-height: 110%;
}
.date {  
	font-size: 94%;
	font-weight: bold;
	color: #666666;
	line-height: 110%;
}
.byline {
	font-weight: bold;
	color: #444444;
}
.footer {  
	font-size: 85%;
	font-weight: normal;
	color: #666666;
	line-height: 110%;
}

/* links */
a:link {
	color: #005093;
	font-size: inherit;
	text-decoration: underline;
}
a:visited {
	color: #236BA8;
	font-size: inherit;
	text-decoration: underline;
}
a:hover {
	color: #236BA8;
	font-size: inherit;
	text-decoration: none;
}
a:active {
	color: #990033;
	font-size: inherit;
	text-decoration: none;
}

.footer a:link, .footer a:visited {	
	font-family: arial, sans-serif; 
	color: inherit; 
	text-decoration: underline; 
}
.footer a:hover, .footer a:active {	
	font-family: arial, sans-serif; 
	color: inherit; 
	text-decoration: none; 
}
div.sectiontitle-small a:link, div.sectiontitle-small a:visited {	
	font-family: arial, sans-serif; 
	font-size: 70%;
	color: #005093;
	text-decoration: underline; 
}
div.sectiontitle-small a:hover, div.sectiontitle-small a:active {	
	font-family: arial, sans-serif; 
	font-size: 70%;
	color: #236BA8;
	text-decoration: none; 
}
.navigation {
	font-size: 95%; 
	line-height:140%; 
}
.navigation a:link, .navigation a:visited {	
	color: #333333;	
	text-decoration: none;	
}
.navigation a:hover, .navigation a:active {	
	color: #000000;	
	text-decoration: underline; 
}
.nounderline a:link, .nounderline a:visited {	
	color: #333333;	
	text-decoration: none;	
}
.nounderline a:hover, .nounderline a:active {	
	color: #000000;	
	text-decoration: none; 
}
a.underline:link, a.underline:visited, a.underline:hover, a.underline:active {
	text-decoration: underline;
}
td.navigation td.text a:link {
	color: #005093;
	text-decoration: underline;
}
td.navigation td.text a:visited {
	color: #236BA8;
	text-decoration: underline;
}
td.navigation td.text a:hover {
	color: #236BA8;
	text-decoration: none;
}
td.navigation td.text a:active {
	color: #990033;
	text-decoration: none;
}

