/**
 * <Oleon>
 *
 * Contains all declarations for general XHTML elements.
 *
 * @date 			2007-11-22
 * @lastmodified	2007-12-05
 */

/* import stylesheets
---------------------------------------------------------- */

@import url("layout.css"); 	/* Site layout */
@import url("forms.css");	/* Forms */
@import url("tables.css");	/* Tables */

/* redefine xhtml selectors
---------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font: small/1.4em Verdana, Arial, Helvetica, sans-serif;
	background: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}
	
ul li {
	
}

dl {

}

dl dt {
	
}
		
dl dd {
	
}

blockquote {

}
	
blockquote p {
	
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

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

a abbr {
	border: none;
}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	text-decoration: none;
	color: #a8a9ab;
}

a:hover {
	color: #000000;
}

a.selected {

}

a img {
	border: none;
}