a, a:link, a:visited, a:active {
	font-family: verdana, "Courier New", "Arial Narrow", sans-serif;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
	color: rgb(229,42,7);
}
a:hover {
    text-decoration: underline;
}   
p {
/*	font-family: arial,verdana, helvetica, sans-serif;*/
	font-family: verdana, "Courier New", "Arial Narrow", sans-serif;
/*	font-size: 12px;*/
	font-size: 9pt;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 8px;
	color: rgb(0,0,0);
}
p.text_small {
/*	font-family: arial,verdana, helvetica, sans-serif;*/
	font-family: verdana, "Courier New", "Arial Narrow", sans-serif;
/*	font-size: 10px;*/
	font-size: 8pt;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 8px;
}
h1, p.headline_normal {
	font-family: verdana, "Courier New", "Arial Narrow", sans-serif;
/*	font-size: 16px;*/
	font-size: 11pt;
	font-weight: bold;
	color: rgb(0,0,0);
/*	color: rgb(153,0,0);*/
	line-height: 150%;
	margin-bottom: 8px;
}
h2, p.headline_small {
	font-family: verdana, "Courier New", "Arial Narrow", sans-serif;
/*	font-size: 12px;*/
	font-size: 9pt;
	font-weight: bold;
	color: rgb(0,0,0);
/*	color: rgb(0,0,0);*/
	line-height: 150%;
	margin-bottom: 8px;
}
h3 {
	font-family: verdana, "Courier New", "Arial Narrow", sans-serif;
/*	font-size: 12px;*/
	font-size: 12pt;
	font-weight: bold;
	color: rgb(0,0,0);
/*	color: rgb(0,0,0);*/
	background-color: rgb(231,231,232);
	line-height: 150%;
	margin-bottom: 8px;
}
p.promobox_head {
/*	font-family: arial,verdana, helvetica, sans-serif;*/
	font-family: verdana, "Courier New", "Arial Narrow", sans-serif;
/*	font-size: 12px;*/
	font-size: 9pt;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 0;
/*	color: rgb(0,0,0);*/
	padding-left: 6px;
	padding-right: 2px;
/*	background-image: url(../img_layout/promobox_head.gif);
	background-repeat: repeat-x;*/
	background-color: rgb(230,230,230);
	border-left: 1px solid rgb(166,166,166);
	border-right: 1px solid rgb(166,166,166);
	border-top: 1px solid rgb(166,166,166);
}
p.promobox_body {
/*	font-family: arial,verdana, helvetica, sans-serif;*/
	font-family: verdana, "Courier New", "Arial Narrow", sans-serif;
/*	font-size: 12px;*/
	font-size: 9pt;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 8px;
	padding-left: 6px;
	padding-right: 2px;
	padding-bottom: 2px;
/*	color: rgb(0,0,0);*/
	border: 1px solid rgb(166,166,166);
}

ul {
	margin-bottom: 8px;
	margin-left: 17px;
}
ol {
	margin-bottom: 8px;
	margin-left: 17px;
}

.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}

/*
table {
	border-collapse: collapse;
}
table.contenttable tr th, table.contenttable tr td {
	border: 1px solid rgb(145,145,145);
}

table th {
	background-color: rgb(200,0,0);
}
table tr {
	background-color: rgb(200,0,0);
}

table td {
	padding: 2px;
}
table td p, table td p.headline_normal, table td p.headline_small, table td p.text_small {
	margin-bottom: 0;
}
table.noborder, table.noborder td {
	border-collapse: collapse;
}
table.border, table.border td {
	border: 1px solid grey;
}   
td.red {
	background-color: rgb(0,0,0);
}
td.red_light {
	background-color: rgb(247,61,38);
}   
td.orange {
	background-color: rgb(255,149,31);
}
td.orange_light {
	background-color: rgb(255,219,23);
}
td.green {
	background-color: rgb(4,215,0);
}
td.green_light {
	background-color: rgb(126,255,29);
}
td.grey {
	background-color: rgb(166,166,166);
}
td.grey_light {
	background-color: rgb(230,230,230);
}
*/
