/* Default Typo */

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {}

h2, h3, h4, h5, h6 {
	font-size: 1.8em;
}

h3, h4, h5, h6 {
  	font-size: 1.6em;
}

h3, h4, h5, h6 {
  	font-weight: normal;
}

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

/* Links */
a:link,
a:active,
a:visited {
	color: #4674B6;
	text-decoration: none;
}
a:hover {
	color: #133B75;
	text-decoration: none;
}

/* Form */
form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Buttons */

a.Button {
	background: url('/img/default/button/bgButton-green.png') 100% 0 no-repeat;
	color: #ffffff;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
}
a.Button span.Button {
	background: url('/img/default/button/bgButton-green.png') 0 0 no-repeat;
	display: block;
	height: 41px;
	padding: 10px 0 10px 10px;
}
a.Button span {
	display: block;
}
a.Button strong {
	display: block;
	font-size: 2.1em;
	line-height: 1.3em;
}
a.Button em {
	display: block;
	font-style: normal;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3em;
}
