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

h1 {
	font: normal 28px/34px Arial, Helvetica, sans-serif;
	color: #2D6386;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
h2 {
	font: bold 22px/28px Arial, Helvetica, sans-serif;
	color: #2D6386;
	margin-bottom: 10px;
}
h3 {
	font: normal 20px/26px Arial, Helvetica, sans-serif;
	color: #2D6386;
	margin-bottom: 10px;
}
h4 {
	color: #2D6386;
	font: normal 16px/22px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
h5 {
	font: bold 15px/20px Arial, Helvetica, sans-serif;
	color: #2D6386;
	margin-bottom: 5px;
}

.title
{
	font-family:Tahoma;
	font-size:16px;
	color:#6699CC;
	font-weight: bold;
}
.fakeLink
{
	color:#0033CC;
	text-decoration:underline;
	cursor:pointer;
}

