/**
 * Style sheet basic
 */
h1
{
	font-family:arial, helvetica, sans-serif;;
	font-weight:bold;
	font-size:24px;
	color:#990000;
}

h2
{
	font-family:arial, helvetica, sans-serif;;
	font-weight:bold;
	font-size:20px;
	color:#990000;
}

.tab25
{
	width:25px;
	float:left;
	display:block;
}

.tab50
{
	width:50px;
	float:left;
	display:block;
}

.tab125
{
	width:125px;
	float:left;
	display:block;
}
