@charset "UTF-8";
/* CSS Document */

body
{
	font-size: .85em;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	line-height: 1.5em;
	vertical-align:top;
}

h1
{
	font-size: 1.2em;
	font-weight:bold;
	letter-spacing: .15em;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-top: 0;

}

h2
{
	font-size: 1em;
	font-weight:bold;
	letter-spacing: .075em;
	text-transform: uppercase;
	line-height: 1.5em;
	display:inline;

}

a, a:active, a:visited, a:hover
{
	color:#CD0921;
	text-decoration:none;
}

strong
{
	font-weight: bold;
}

img
{
	border: 0;
}

#friendImg
{
	margin-right: 1em;
	float: left;
}