/**
 * Stylesheet
 *
 * @author		Marius Olsen
 *
 */

/* BODY */
body {
	color: #222222;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica', 'Verdana', 'Geneva', 'Arial', 'Tahoma';
	background: #7E7E7E;
}

/* TD */
td {
	color: #222222;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica', 'Verdana', 'Geneva', 'Arial', 'Tahoma';
	background: #FFFFFF;
	margin: 0px;
}

/* LINKS */
a{
	font-size: 12px;
	color: #424242;
	font-weight: bold;
	text-decoration: none;
}

a:active{
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
	text-decoration: underline;
}


a.big{
	color: #424242;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.big:active{
	text-decoration: none;
}

a.big:hover{
	text-decoration: underline;
}

/* PARAGRAPHS */
p {
	color: #222222;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica', 'Verdana', 'Geneva', 'Arial', 'Tahoma';
}

p.heading_small {
	color: #424242;
	font-size: 14px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica', 'Verdana', 'Geneva', 'Arial', 'Tahoma';
	font-weight: bold;
}

p.heading_big {
	color: #424242;
	font-size: 24px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica', 'Verdana', 'Geneva', 'Arial', 'Tahoma';
	font-weight: bold;
}

p.date {
	color: #424242;
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica', 'Verdana', 'Geneva', 'Arial', 'Tahoma';
}

p.grey {
	color: #424242;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica', 'Verdana', 'Geneva', 'Arial', 'Tahoma';
}

small
{
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica', 'Verdana', 'Geneva', 'Arial', 'Tahoma';
	font-size: 12px;
	color: #777;
	line-height: 20px;
}

h1, h2, h3
{
	color: #424242;
	font-size: 24px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica', 'Verdana', 'Geneva', 'Arial', 'Tahoma';
	font-weight: bold;
	margin: 0 0 0;
}