/* general */
body,
div, label, p,
form, input, button, select, textarea,
ul, li,
dd, dt, dl,
table, tr, th, td,
h1, h2, h3, h4 {
	margin				: 0;
	padding				: 0;
	font-family			: Georgia;

}

body {
	color				: #4c4c4c;
	background-color	: #f5f5f5;
	font-size			: 62.5%;
}

img {
	border				: 0px;
}

a {
	color				: #5a1c89;
	text-decoration		: none;	
}

a:hover {
	color				: #5a1c89;
	text-decoration		: underline;	
}

div.spacer {
	clear				: both;
	height				: 1px;
	overflow			: hidden;

}

ul {
	margin-top			: 0px;
	margin-bottom		: 18px;
}

li {
	margin-left			: 2em;
}

p {
	margin-top			: 0;
	margin-bottom		: 1em;
	line-height			: 19px;	
}

h1, h2, h3 {
	font-weight			: normal;
	color				: #000000;
	margin-bottom		: 4px;
	text-transform		: uppercase;
}

h1 {
	font-size			: 2.0em;
}

h2 {
	font-size			: 1.4em;
}

h3 {
	font-size			: 1.1em;
	color				: #666666;
}

#page table {
	border				: 0;
	border-collapse		: collapse;
	width				: 100%;
	margin				: 0;
	margin-bottom		: 0.5em;
	margin-top			: 1em;
}

td, th {
	vertical-align		: top;
	text-align			: left;
	padding				: 2px 0;
	border-bottom		: 1px solid #e0e0e0;
}

th {
	font-weight			: normal;
}

.http_error {
	font-size			: 20px;
	font-weight			: bold;
	text-align			: center;
	padding				: 20px;
}

.notice {
	font-weight			: bold;
}

.item {
	font-size			: 1.4em;
}

