@charset "utf-8";
/* CSS Document */

body{
	background-color:#003049;
	margin-top:0;
}
.content{
	font-family:Arial;
	font-size:11px;
	font-style:normal;
}
img
{  border-style: none;
}
.numbers{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#003049;
}
.titles{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#003049;
}
.titles02{
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
}
.lineRight{
	border-right-color:#CCCCCC;
	border-right-width: thin;
	border-right-style: solid;
}
.download{
	background-image:url(images/overview/download.png); background-repeat:no-repeat;
}
.titleLine{
	background-image:url(images/title_line.png); background-repeat:no-repeat;
}
.announce{
	background-image:url(images/overview/announce.png); background-repeat:no-repeat; background-position:bottom;
}
.cellspacing{
	padding: 15px;
}
.cellspacingTopBottom{
	padding-top: 15px;
	padding-bottom: 15px;
}
