﻿a /* Default anchor */
{
    color: #E20A16; /* Red */
    text-decoration: underline;
}
a:hover /* Default anchor hover */
{
    text-decoration: none;
}

a.grey /* Grey anchor */
{
    color: #333; /* Dark Grey */
}

a.nounderline
{
    text-decoration: none;
}

img /* Default image */
{
    outline: none;
}

div.clear /* Clearer */
{
    clear: both;
    height: 0px;
}

span.bold /* bold text */
{
	font-weight: bold;
}
span.bolddarkgrey /* bold text */
{
	font-weight: bold;
}
span.italic /* italic text */
{
	font-style: inherit;	
}
span.underline /* underline text */
{
	text-decoration: underline;	
}

select
{
	font-family: Arial;
}