/* Style sheet basic */
@media screen {

@font-face { 
	font-family: calibri; 
	src: url(font/CALIBRI_0.TTF); 
} 

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, figure, pre, code, ol, ul, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	vertical-align:top;
}
abbr, acronym {
	border-bottom:1px dotted #666;c
	font-variant:normal;
	cursor:help;
}
blockquote, q {
	quotes:none;
}
fieldset, img {
	border:0;
}
li {
	list-style-type:none;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:none;
}
a {
	color:#FF931e;
}
a:hover{
	color:#000000;
}

:focus {
	outline:0;
}
body {
	font-family: calibri, Verdana, sans-serif;
	font-size:16px;
	color:#000;
}
input, button, textarea, select {
	font:99% inherit;
	font-weight:inherit;
}
pre, code {
	font:12px "Lucida Console", Monaco, monospace;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	font-size:24px;
	line-height:32px;
	color:#FF931e;
}
h2 {
	font-size:20px;
	color:#FF931e;
}
h3 {
	font-size:18px;
	color:#FF931e;
}

h4 {
	font-weight:bold;
}
h5 {
	font-size:13px;
	color:#999999;
}

table {
	font-size:inherit;
}
caption, th {
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
	margin-top:1em;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form {
	margin-bottom:12px;/* Should match the font size */
	;
}
p {
	font-size:16px;
	line-height:21px;
}
} /* Ende @media */
