/* CSS Document */

a{text-decoration: none} 

a:link {color: Black}

.H1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.H2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.H3 {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

.H4 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.H5 {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}

.body {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

.body_red 			{
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #BB0000;
}

.form_button { 
	font: 12px Tahoma;
	font-weight: bold; 
	background-color: #424244; 
	color: White; 
}

.body_strick		{
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	text-decoration: line-through;
	color: #999999;
}

</style>




