@CHARSET "UTF-8";

/* General */

* {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

h1 {
    font-size: 14px;
    font-weight: bold;
}

a {
	text-decoration: none;
        background-repeat: no-repeat;
}

/* { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #555; }*/

body { background-color: #FFF; }

/*h1, h2, h3, h4, h5, strong { font-weight: bolder; }*/

strike, del { text-decoration: line-through; }

hr { height: 1px; border-color: gray transparent transparent transparent; margin: 16px 24px 16px 24px; }

/* Code */

code, pre { font-family: monospace; border: 1px solid #AAA; display: block;
       background-color: #EEE; margin: 10px; padding: 10px;}

code strong, pre strong { color: #F00; font-weight: normal; font-family: inherit;} 

/* Headings 
h1, h1 * { font-size: 18px; margin: .67em 0; border-bottom: 1px solid #AAA; padding-bottom: 1px; } 
h2, h2 * { font-size: 16px; margin: .75em 0; }
h3, h3 * { font-size: 14px; margin: .83em 0; } 
h4, h4 * { font-size: 13px; margin: .83em 0; font-style: italic; } 
h5, h5 * { font-size: 12px; margin: .83em 0; font-style: italic; } 
h6, h6 * { font-size: 12px; margin: .83em 0; font-style: italic; font-weight: normal; }

/* Lists */
/*ul { list-style-type: none; padding: 0; margin: 0; }

ul.tll > li { background-image: url(images/list_item.png); background-repeat: no-repeat;
		background-position: 0 1px; padding-left: 16px; margin-bottom: 6px; }
ul.tll > li:hover { background-image: url(images/list_item_hover.png); }

ul li { background-image: url(images/list_item_sub.png); background-repeat: no-repeat;
		background-position: 0 1px; padding-left: 16px; }
*/
/*ol li {margin-left: 0;}*/

/* Links */

a:link, a:visited {
	color: black;
}

a:active, a:hover {
	color: #DC6200;
}

a.external { background: transparent url(./images/external2hover.png) 0 0 no-repeat;
    		padding: 0 0 1px 17px; font-weight: bold;}
a.external:after { content: " - " attr(href); font-weight: normal; }
a.external:hover, a.short_ext:hover { background-image: url(./images/external2.png);}

a.short_ext	{ background: transparent url(./images/external2hover.png) center right no-repeat; padding: 0 17px 1px 0; }

a.email { background: transparent url(./images/emailhover.png) 0 0 no-repeat;
    		padding: 0 0 1px 17px; }
a.email:hover { background-image: url(./images/email.png);}

/* Tables */
table    { border-width: 1px 1px 0px 0px; border-style: solid;
		   border-color: #AAA; margin: 10px 0; padding: 0; border-spacing: 0;}
table th { border-width: 0px 0px 1px 1px; border-style: solid;
		   border-color: #AAA; border-bottom-color: #000; 
		   padding: 0 3px 0 2px; font-weight: bolder; }
table td { border-width: 0px 0px 1px 1px; border-style: solid; 
		   border-color: #AAA; padding: 0 3px 0 2px;}

#left li {
	list-style: none;
	font-weight: normal;
	margin-top: 3px;
}

#left ul {
	margin: 0 0 3px 12px;
	padding: 0;
}

#left > ul > li {
	font-size: 14px;
    font-weight: bold;
	margin-bottom: 12px;
}