BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
}

.xxsmall{
	font-size : xx-small;
}

.xsmall{
	font-size : x-small;
}

.flatbutton{
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
	border-right : 1px solid Black;
	border-left : 1px solid Black;
	background : 0099CC;
	font-weight:bold;
	font-size:x-small;
}

.smallflatbutton{
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
	border-right : 1px solid Black;
	border-left : 1px solid Black;
	background : 0099CC;
	font-weight:bold;
	font-size:xx-small;
}


