BODY {
	BACKGROUND-COLOR: #DADAE7;
	FONT-FAMILY: arial, helvetica, sans-serif;
	FONT-SIZE: 10px
}
.bgblock {
	background-color : #F5F8FF;
	text-align : justify;
}
.large {
	FONT-SIZE: large;
}
.medium {
	FONT-SIZE: medium;
}
.small {
	FONT-SIZE: small;
}
.smaller {
	FONT-SIZE: x-small;
}
a {
	font : bold verdana,tahoma,arial,helvetica,sans-serif;
	color : #2e5a87;
	text-decoration : none;
}

a:hover {
	font : bold  verdana,tahoma,arial,helvetica,sans-serif;
	color : #567fd2;
	text-decoration : none;
}

