/***** Global Settings *****/
 
html, body {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

html {
	overflow: -moz-scrollbars-vertical !important;
	min-height: 100%; 
	margin-bottom: 1px;
	font-size: 125%;
	height: 100%;
}
 
body {
	font: 50% Georgia, Times, serif;
	color: #333;
	background: url(../images/body.png) top center no-repeat;
	height: 100%;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

h1{
	font-size: 2.4em;
	padding: 0 0 15px 0;
}

h2 {
	font-size: 1.7em;
	line-height: 1.3em;
	padding: 0 0 15px 0;
}
 
p {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

ul, ol {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 15px 0;
}
 
li {
	padding: 0;
	margin: 0 0 2px 15px;
}
 
blockquote {
	margin: 22px 40px;
	padding: 0;
}
 
img {
	border: 0;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

 
/***** Links *****/
 
a, a:visited {
	text-decoration: none;
	color: #039;
	font-weight: bold;
}

a:hover {
	color: #759abf;
}
 
/***** Forms *****/
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
 
textarea {
	line-height: 1.25em;
}
 
label {
	cursor: pointer;
}
 
/***** Tables *****/
 
table {
	border: 0;
	margin: 0;
	padding: 0;
}
 
table tr td {
	padding: 4px;
}
 
 
/***** Global Classes *****/
 
.clear { clear: both; font-size: 1px; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.align-left { text-align: left !important; }
.align-center { text-align: center !important; }
.align-right { text-align: right !important; }
.align-justify { text-align: justify !important; }
.align-bottom { vertical-align: bottom !important; }
.error { color: #FF0000; }

li a {
	outline: none;
}