/* @group Blueprint Reset */


/* Remove annoying border on linked images. */
a img { border: none; }

/* @group Global Styles */



a
{
    color: #4d4d4d;
    text-decoration: none;
}

a:hover
{
    color: #000;
    text-decoration: underline;
}

h1, h2, h3, p
{
    font-weight: normal;
    padding: 0;
    margin: 0 0 10px 0;
}

h3
{
    font-size: 13px;
}

h4 
{ 
    font-weight: bold; 
    margin: 0;
    font-size: 11px;
    color: #4b4b4c;
}

h1 a, h1 a:hover,  
h2 a, h2 a:hover,  
h3 a, h3 a:hover,
h1.title, 
h2.title,
li.title
{
    color: #ef4135;
	font-size: 10px;
	font-family: Arial;
    font-weight: normal;
}


