/* CSS Document */

body, html, p, div, ul, img, li, p, h1, h2, h3, h4, h5, h6 a, label, fieldset {
	border: 0;
	padding:0;
	margin:0;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Georgia, Helvetica, sans-serif;
}

p {
	font-size: 1.3em;
	line-height: 1.4em;
}

h2 {
	font-size: 2em;
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
}

.top {
	vertical-align: top;
	margin-right: 30px;
}
#wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.admin_table {
	border: 1px solid #000000;
	font-size: 1.2em;
}

.admin_table td {
	border: 1px dashed #000000;
}

.highlight {
	background-color: #d8ddf0;
}



