﻿div.relatedLinks
{
	margin: 40px 0 0 10px;
}

div.relatedLinks h3
{
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color:#fff;
}

div.relatedLinks ul li h4
{
	font-size: 0.9em;
	color: #fff;
	margin: 0 0 5px 0;
	font-weight: normal;
}

div.relatedLinks ul li h4 a
{
	font-size: 1.2em;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(images/dropdown_bullet_normal.gif) no-repeat;
}

div.relatedLinks ul li h4 a:hover
{
	color: #c6ced2;
	padding: 0 0 0 20px;
	background: url(images/dropdown_bullet.gif) no-repeat;
}

div.relatedLinks ul li p
{
	font-size: 1.1em;
	color: #c6ced2;
}