@charset "utf-8";

/* ELEMENTS */
body, p, div, a, ul, li, form, input, sub, sup, h1, h2, h3, h4, h5, h6, pre, blockquote {
	position:relative;
	font-style:normal;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	padding:0;
	margin:0;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color:#e4295c;
}
p, h1, h2, h3, h4, h5, h6  {line-height:20px;text-shadow: 0 0 0 #000000;}
a, a:link, a:visited {color:#fee763;text-decoration:underline;}
a:hover, p a:hover {color:#ffffff;text-decoration:underline;}
img {border:none;}
ul {list-style:none;}
li {list-style:none;}
hr {background:none;border:none;border-top:solid 1px #dccaec;}
input {color:#00275e;font-size:90%;padding:1px;}
sup, sub {font-size:12px;line-height:1px;}

/* TITLES */
h1, h1 a, h1 a:link, h1 a:visited {
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	color:#fee763;
	text-decoration:none;
}
h1 a:hover {
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
h2, h2 a, h2 a:link, h2 a:visited {
	font-size:24px;
	line-height:36px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
h2 a:hover {
	font-size:24px;
	line-height:36px;
	font-weight:normal;
	color:#fee763;
	text-decoration:none;
}
h3, h3 a, h3 a:link, h3 a:visited {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	color:#fee763;
	text-decoration:none;
}
h3 a:hover {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
h4, h4 a, h4 a:link, h4 a:visited {
	font-size:24px;
	line-height:36px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
h4 a:hover {
	color:#fee763;
}

/* STYLES */
.subtle {
	color:#f17c5e;
}
.subtle a {
	color:#f17c5e;
}
.subtle a:hover {
	color:#fee763;
}

.bright {
	color:#fee763;
}
.bright a {
	color:#fee763;
}
.bright a:hover {
	color:#ffffff;
}

.strong {
	font-weight:bold;
	color:#fee763;
}
.strong a {
	font-weight:bold;
	color:#fee763;
}
.strong a:hover {
	font-weight:bold;
	color:#ffffff;
}

.tiny {
	font-size:14px;
	color:#fee763;
}
.tiny a {
	font-size:14px;
	color:#fee763;
}
.tiny a:hover {
	font-size:14px;
	color:#ffffff;
}

.error {
	color:#fee763;
}
.message {
	color:#fee763;
}

.margintop {
	margin-top:8px;
}
.marginbottom {
	margin-bottom:8px;
}
.paddingtop {
	padding-top:8px;
}
.paddingbottom {
	padding-bottom:8px;
}

br {
	color:none;
	background:none;
	border:none;
	line-height:0;
}
.venti {height:28px;}
.grande {height:22px;}
.tall {height:16px;}
.short {height:8px;}
.sample {height:4px;}
