/*                                                */
/* tags                                           */
/*                                                */
A, BODY, DIV, OL, P, TD, UL, DIV.module {
	font: normal 11px/150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
}
A { font-weight : bold; text-decoration : none; color: #333333; }
A:hover { text-decoration: underline; color: #000000; }
A.basicLink {
	font-weight: normal;
	text-decoration: underline;
}
A.basicLinkActive {
	font-weight: normal;
	text-decoration: underline;
	color: #8f8f8f;
}

/*                                                */
/* main layout classes                            */
/*                                                */



/*                                                */
/* module classes used in several modules         */
/*                                                */

DIV.module { margin-bottom: 20px; clear: both; }
.left { float: left; }

IMG.left { margin: 0px 10px 2px 0px; }
.clear { clear: both; }

TD.img { padding : 3px 8px 4px 0px; }
TD.imgCap { padding : 0px 8px 5px 0px; font-size : xx-small; }

/*                                                */
/* module classes                                 */
/*                                                */

DIV.files TABLE {
 text-align: left;
}
DIV.files TD.thead { font-weight: bold; border-bottom: 2px solid black; padding: 2px 10px 2px 0px; }
DIV.files TD { border-bottom: 1px solid black; padding: 2px 10px 2px 0px; }
DIV.files TD.right { text-align: right; padding: 2px 0px 2px 10px; }

DIV.forum TD { padding: 2px 0px; }
DIV.forum BLOCKQUOTE { margin: 10px 20px; }

DIV.linkList DIV { margin-bottom: 5px; }

/*                                                */
/* formatting classes                             */
/*                                                */

.smaller { font-size : xx-small; }
.headline { /* an inline headline style. for real headlines use h1-3 */
	font-weight: bold;
	text-decoration: underline;
}

h1 { color: Black; font-size: medium; margin-bottom: 15px; }
h2 { color: Black; font-size: small; margin-bottom: 10px; }
h3 { color: Black; font-size: x-small; margin-bottom: 10px; }

