/* CSS Document */
h1
{
	font-size: 1.36em;
	color: #ff0000;
}

h2
{
	text-transform: capitalize;
	color: #666666;
	font-size: 1.00em;
}

.clear
{
	clear: both;
}

a
{
	color: #FF0000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.black a
{
	color: #373737;
}

.black a:hover
{
	text-decoration: none;
}

.border img {
	padding: 1px;
	border: 1px solid #ff0000;
}

.border {
	text-align: center;
}

.facebook {
	height:47px;
	padding-left:55px;
	margin-left:30px;
	display:block;
	line-height:47px;
	background:url('/grfx/content_icon-facebook.jpg') no-repeat;
}

.padding {
	padding-left:10px;
}
