body {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

p.quote {
	border-style:dashed;
	border-width:1px;
	padding:10px;
	font-style:italic;
	overflow:auto;
}

h1 {
	font-weight: bold;
	font-family: Arial,sans-serif;
	font-size: 26px;
	margin:0;
	padding:0;
}

h1 a:link 	{	text-decoration:none;	color:#000000;	}
h1 a:visited {	text-decoration:none;	color:#000000;	}
h1 a:active {	text-decoration:none;	color:#000000;	}
h1 a:hover {	text-decoration:none;	color:#000000;	}

h2 {
	font-style: italic;
	font-family: Arial,sans-serif;
	font-size: 18px;
	margin:0;
	padding:0;
}

h3 {
	font-weight: bold;
	font-family: Arial,sans-serif;
	font-size: 16px;
	margin:0;
	padding:0;
}

h4 {
	font-weight: bold;
	font-family: Arial,sans-serif;
	font-size: 14px;
	margin:0;
	padding:0;
}


body {
	font-size: 14px;
}

input {
	/*pretty "submit" buttons*/
	border:solid 2px;
}

input#radio {
	border: 0;
}

textarea {
	border:solid 2px;
	font-family: Arial;
	font-size: 12px;
}

table {
	border:1px solid #DDDDDD;
}

td {
	border:1px solid #DDDDDD;
	/* vertical-align:text-top; */
	vertical-align:top;
}

tr {
	font-size: 12px;
}

tr.firstrow td{
	font-size: 12px;
	font-weight:bold;
	background-color:#DCDCDC;
}

img {
	border-style: none;
}