html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #999;
	line-height: 135%;
	font-size:15px;
}

form {
	margin: 0;
	padding: 0;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;  
}

p, td, div {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
}

h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 10px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
}

h1 { 
	font-size: 200%;
	line-height: 100%;
}

h2 {
	line-height: 100%;
	padding: 0;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 21px;
	text-align: center;
	color: #000066;
	padding: 0px;
	margin: 10px 0 15px 0;
}

a {
	text-decoration: none;
	color:#336;
}

a:hover {
	text-decoration: underline;
	color:#C03;
}

/* @group Image */

.thumbnail {
	border:1px solid #bbb;
}

/* @end */

/* @end */