/*
Title:			Layout stylesheet
Description:	General XHTML selector stylesheet
Author: 		Marlon
Created:		13/11/2007
Modified:		13/11/2007
*/

/* import stylesheets
---------------------------------------------------------- */

@import url("layout.css"); 	/* Site layout */
@import url("forms.css");	/* Forms */
@import url("tables.css");	/* Tables */

/* redefine xhtml selectors
---------------------------------------------------------- */

html, body {
	padding:0;
	margin:0;
	
}

body {
	font: small/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #656565;
	line-height:18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:2.5em;
	color:#000000;
}
h2 {
	font-size:2.2em;
	color:#e61717;
	line-height:25px;
}
h3 {
	font-size:1.1em;
}
p {

}

ul {

}
	
ul li {
	
}

dl {
 margin:0;
 padding:0;
}

dl dt {
	margin:0;
	padding:0;
}
		
dl dd {
	margin:0;
 	padding:0;	
}

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;
}

hr {
	display: none;
}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	color:#ababab;
	font-weight:bold;
}

a:hover {
	color:#000000;
}

a.selected {

}

a img {
	border: none;
}
