h1
{
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	font-size:14px;
	color:#0000FF;
}
.float_left 
{
	float: left;
}
.float_right 
{
	float: right;
}

.clear
{
	clear:both;
}

.txt_centre
{
	text-align:center;
}
.txt_10 
{
	font-size: 10px;
}
.txt_blu
{
	color:#00F;
}

.txt_red
{
	color: #F00;
}

.bold
{
	font-weight:bold;
}
.border_right
{
	border-right: 1px solid #CCC;
}
.border_bottom
{
	border-bottom: 1px solid #CCC;
}
img.img_thumb 
{
	border: 1px solid #000;
	margin-top: 4px;
/*	margin-right: 8px;*/
	margin-left: 8px;
}

img.img_large 
{
	border: 1px solid #000;
/*	margin-top: 4px;
	margin-right: 8px;
	margin-left: 8px;*/
}
div.bg_gry
{
	background-color:#f8f8f8;
}

