/* -- General -- */

body {
	border:0px; 
	margin:0px; 
	padding:100px 50px 50px 100px; 
	font-family:georgia,times,serif; 
	color:#333333; 
	background: #ffffff;
	}
table, tr, td, div {
	font-family:georgia,times,serif;
	}
h1 {
	font-family:georgia,times,serif; 
	font-size:110%; 
	font-weight:normal; 
	color:#000000; 
	padding:0px 0px 10px 0px; 
	margin:0px;
	}
p  {
	font-size:90%; 
	line-height:170%;
	}
form {
	margin:0px;
	padding:0px;
	}


/* -- Links -- */

a, a:link, a:visited {
	text-decoration:none;
	color:#0000FF;
	}
a:active, a:hover {
	text-decoration:underline;
	}


/* -- Format -- */

div.container {
	width:350px;
	}
h1#logo {
	width:350px;
	height:60px;
	background: url(/images/logo.gif) no-repeat;
	padding:0px; 
	margin:0px 0px 30px -5px;
	}
#logo span {
	display:none;
	}
