.black{color: #000000;}
.blue{color: #067fbb;}
.bold{font-weight: bold;}
.fs_09{font-size: 9px;}
.fs_10{font-size: 10px;}
.fs_11{font-size: 11px;}
.fs_12{font-size: 12px;}
.fs_13{font-size: 13px;}
.fs_14{font-size: 14px;}
.fs_15{font-size: 15px;}
.fs_16{font-size: 16px;}
.grey{color: #444444;}
.italic{font-style: italic;}
.light_grey{color: #666666}

.white{	color: #ffffff;}

.confirmation{
	color: #00bb00;
	font-weight: bold;
}

.warning{
	color: #ff0000;
	font-weight: bold;
}

a{
	color: #067fbb;
	text-decoration: none;
}

a:hover{text-decoration: underline;}

a.deco{text-decoration: underline;}

body{
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p{
	margin-bottom: 10px;
	margin-top: 0px;
}

h1, h2, h3, h4, h5, h6{color: #067fbb;}

h1{
	font-size: 18px;
	font-weight: bold;
}

h2{
	font-size: 14px;
	font-weight: bold;
}
