/* ************************************************** */
/* ** Global CSS (c) 2005 Mike Cherim *************** */
/* ************************************************** */

body {
margin: 0;
padding: 0;
text-align: center;
font-family : 'Trebuchet MS', Tahoma, Arial, Sans-serif;
font-size: 90%;
letter-spacing : 0.02em;
line-height : 150%;
background: #fff;
}

.hide2 {
display : none;
}

h1 {
padding : 10px;
padding-left : 0;
margin : 0;
}

h1 a, h1 a:hover {
text-decoration : none;
}

h2 {
font-size : 130%;
}

a { 
color: #333;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #cd7000;
text-decoration: overline;
}

a:focus, a:active {
color: #000;
background: #fff;
}

#inner a:hover {
color: #ccc;
text-decoration: none;
}

#inner a:focus, #inner a:active {
color: #000;
text-decoration: none;
}

#inner p {
font-size : 85%;
}

div.right p {
text-align : right;
font-size : 85%;
}

div.tiny p {
text-align : right;
font-size : 60%;
color : #555;
line-height : 120%;
}

div.tiny p a, div.tiny p a:hover {
text-decoration : none;
}

dt {
font-weight : bold;
}

ul li {
list-style-type : none;
}

ul li:hover, ul li.hover {
list-style-type : none;
list-style-image : url(pointer.jpg);
}

acronym, abbr, dfn, .abbr, .dfn {
border-bottom : 1px dotted #666;
font-style : normal;
cursor : help;
}
