@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #CCCCCC;
}

p {
	font-size: 0.95em;
	line-height: 1.6em;
	margin-left: 6px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.7em;
	color: #660000;
	margin-left: 6px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #000;
	margin-left: 6px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #000;
	margin-left: 6px;
}


.red {
	color: #F00;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.image {
	margin-right: 10px;
}

