@import url(layout.css);
@import url(home.css);

body {
	margin:0;padding:0;
	line-height: 1.3em;
	font-family: verdana, arial, sans-serif;
	font-size:small;
	background:transparent url(../imgs/page_bg_tile.gif) repeat;
}

div {
	margin:0;
	padding:0;
}

table, img { border:0; }

a, a:visited, a:hover, a:active { 
	color: #333;
}

a:hover {
	text-decoration: underline;
}

p { 
	padding:0;
	margin:0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 { 
	font-size:1em;
	margin:0 0 5px 0;
}

ul {
	margin:5px 0;
}

em {
	font-weight:bold;
	color:#f50;
}

p.confirmation, p.error {
margin:10px 0;
}
