/*
** Print style sheet by Koncepts - Andris Dinsbergs.
*/


* {
	margin: 0 !important;
	padding: 0 !important;
    border: none !important;
    background: transparent;
}
body {
    font-family: "Trebuchet MS", sans-serif, Arial, Geneva;
    font-size: 10pt !important;
    color: Black;
    margin: 1em;
}
ul { 
    list-style-type: circle;
}
#container {
    font-family: "Trebuchet MS", sans-serif, Arial, Geneva;
    font-size: 10pt;
    text-align: left;
}
#content {
    font-family: "Trebuchet MS", sans-serif, Arial, Geneva;
    font-size: 10pt;
    text-align: left;
}
#header {
    font-family: "Trebuchet MS", sans-serif, Arial, Geneva;
    font-size: 10pt;
    text-align: left;
}
#footer {
    font-family: "Trebuchet MS", sans-serif, Arial, Geneva;
    font-size: 8pt;
    text-align: left;
}
#nav {
    font-family: "Trebuchet MS", sans-serif, Arial, Geneva;
    font-size: 8pt;
    text-align: left;
}
h1 {
	font-size: 14pt;
	font: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}
h2, h3, h4, h5, h6 {
	font-size: 12pt;
    font-family: "Trebuchet MS", sans-serif, Arial, Geneva;
    font-weight: bold;
}
p {
    line-height: 1.2em;    
}
a {
    color: Black !important;
    text-decoration: underline;
}
a:link, a:visited {
    color: #666;
    text-decoration: underline;
}
