/* CSS RESET Document */

body, div, p {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* TEXT FORMATS */

. a {
color:#E5024E;
text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	color:#E5024E;
	width:260px;
}

h1 {
	text-transform:uppercase;
}

h3 {
	text-transform:uppercase;
	margin:0px 0px;
	clear:none;
	width:auto;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:10px 0px;
	text-align:left;
}

.bold {
	font-weight:bold;
}

.white, .white:hover, .white:visited {
	color:#FFFFFF;
}

.small {
	font-size:11px;
}