@charset "utf-8";

body {
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}


/* *************************************** */
/* ELEMENTS								   */
/* *************************************** */

h1, h2, h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-weight: 18px;
	font-weight: normal;
}

p {
	margin: 15px 0px 0px 0px;
	text-align: justify;
}

/* *************************************** */
/* ANCHORS								   */
/* *************************************** */
a {
	color: #C6233E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* *************************************** */
/* HEADER SECTION ELEMENTS				   */
/* *************************************** */

#logo {
	position: relative;
	top: 27px;
	left: 12px;	
}

/* *************************************** */
/* CONTENT SECTION ELEMENTS				   */
/* *************************************** */

#support-page img.right {
	position: relative;
	float: right;
	top: 8px;	
}

/* *************************************** */
/* FOOTER SECTION ELEMENTS				   */
/* *************************************** */

.copyright {
	font-size: 11px;
	text-align: center;
}
