html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, serif;
	font-weight: 300;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url("/images/background.png");
	background-repeat: repeat-x;
}

a {
	color: #335FA3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img {
	vertical-align: middle;
}

p,ul,li,td,th,div {
	color: #555;
	font-weight: normal;
	font-size: 12px;
}

span,ul {
	margin: 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

p {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 6px;
}

ul {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	list-style-position: outside;
}

h1,h2,h3,h4 {
	font-family: "Open Sans", sans-serif;
}

h1 {
	color: #335FA3;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 0;
	font-size: 22px;
	font-weight: 700;
	z-index: 100;
}

h2 {
	color: #4d4d4d;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 0;
	font-size: 16px;
	font-weight: 700;
	z-index: 90;
}

h3 {
	color: #335FA3;
	margin-top: 15px;
	margin-bottom: 6px;
	margin-right: 0;
	font-size: 12px;
	font-weight: 300;
	z-index: 80;
}

h4 {
	color: #335FA3;
	margin-top: 13px;
	margin-bottom: 5px;
	margin-right: 0;
	font-size: 11px;
	font-weight: 300;
	z-index: 70;
}

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

td {
	vertical-align: top;
}

a img {
	border: none;
}

img {
	vertical-align: middle;
}

textarea {
	width: 305px;
	height: 100px;
}

pre, blockquote {
	color: #335FA3;
	font-family: monospace;
	margin: 5px;
	padding: 10px;
	border: 1px dashed gray;
}