@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400&subset=latin,latin-ext);

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #2D2927;
	color: #3b3d3f;
	font-size: 9pt;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #736357;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 300;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #736357;
	font-size: 24px;
	font-weight: 300;
}

input {
	font-size: 11px;
}

select {
	font-size: 11px;
}

textarea {
	font-size: 11px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

a {
	color: #0054a6;
	text-decoration: none;
}

.textError {
	color: #ff0000;
}

img {
	border-width: 0px;
}
input {
	padding-top: 0px;
	padding-bottom: 0px;
}

ul {
}

li {
	list-style-image: url(../images/greendot.gif);
}
