/* CSS Document */

/** 
	The BODY and TD styles are for all the text within the content pages.
	The fonts are defined here for the whole site and are overrulled only by the
	styles below.
**/
BODY, TD {
	color:black;
	font-family: arial, verdana, helvetica, geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	line-height:150%;
}
DIV.content-titles {
	font-size: 20pt;
	font-weight: bold;
}
IMG {
	border-width:0;
}
TD.SubtitleRow {
	background-color: cccccc;
	vertical-align: middle;
	text-align: center;
	line-height:100%;
}
a:link {
	color:2A3950;
	text-decoration:none;
	font-size: 9pt;
}
a:visited {
	color:2A3950;
	text-decoration:none;
	font-size: 9pt;
}
a:hover {
	color:darkred;
	text-decoration:none;
	font-size: 9pt;
	font-weight: bold;
}
a.quicklinks:link {
	color:2A3950;
	text-decoration:none;
	font-size:9pt;
}
a.quicklinks:visited {
	color:2A3950;
	text-decoration:none;
	font-size: 9pt;
}
a.quicklinks:hover {
	color:darkred;
	text-decoration:none;
	font-size: 9pt;
	font-weight: bold;
}
a.left-bottom:link {
	color:white;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
}
a.left-bottom:visited {
	color:white;
	text-decoration:none;
	font-size: 9pt;
	font-weight:bold;
}
a.left-bottom:hover {
	color:black;
	text-decoration:none;
	font-size: 9pt;
	font-weight:bold;
}
a.homepage-box-titles:link {
	color:white;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
}
a.homepage-box-titles:visited {
	color:white;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
}
a.homepage-box-titles:hover {
	color:white;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
}
a.topright:link {
	color:black;
	font-size: 9pt;
}
a.topright:visited {
	color:black;
	font-size: 9pt;
}
a.topright:hover {
	color:darkred;
	font-size: 9pt;
	font-weight: bold;
}

