@CHARSET "UTF-8";

/* General */

* { font-family: 'Times New Roman', Arial, Helvetica, 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; }

small {font-size: 10px; }

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

/* 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: #359; text-decoration: none; }
a:hover, a:active { color: black; text-decoration: none; }

a strong { color: #359 }

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 */


