
a {
	text-decoration : none;
	color : #115BA7;
}
a:hover {
	text-decoration : underline;
}
body {
	width : 960px;
	margin : 0 auto;
	font-family : "Arial",sans-serif;
	font-size : 1.2em;
}
html {
	background-color : #FFF;
	background-image : none;
}
html, body, form {
	margin : 0;
	padding : 0;
}
h1 {
	font-size : 16px;
	color : #FF5B07;
	font-weight : normal;
}
h2 {
	color : #333333;
	font-size : 14px;
	font-weight : normal;
	margin : 1.25em 0 0.5em;
}
h3 {
	font-weight : bold;
	font-size : 12px;
}
p, li {
	font-size : 12px;
}
a.Button {
	background-color : #FF5B07;
	color : #FFF;
	font-weight : bold;
	padding : 5px 10px;
	line-height : 30px;
}
