/*
-----------------------------------------------
Designer: Niall McMahon
URL:      http://www.computing.dcu.ie/~nmcmahon/
Date:     2006.
Name:	  Standard Style
----------------------------------------------- */


body
{
    	padding-right: 2.5em;
	padding-left: 2.5em;
    	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
    	background-color:	white;
    	font-size:	0.9em;
    	line-height:	1.2em; 
}

p
{
text-align: justify;
}


td
{
    	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
    	color:		black;
    	background-color:	white;
    	font-size:	0.9em;
    	line-height:	1.2em; 
}


h1 
{
	color: black;
	background-color:	white;
	font-size: 		2.2em; 
	line-height:	100%; 
}

h2 
{ 
	color: #823E3E;
	background-color:	white;
	font-size:	1.7em;
	line-height:	100%;
}

h3 
{ 
	color: #C07156;
	background-color:	white;
	font-size:	1.1em;
	line-height:	100%;
}

h4
{ 
	color: #823E3E;
	background-color:	white;
	font-size:	1.0em;
	line-height:	100%;
}

b 
{ 
	color: black;
	background-color:	white;
	font-size:	1.0em;
	line-height:	100%;
}

.logo
{
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 0.6em;
}


a:link
{
	color: blue;
	background-color:	white;
	font-weight: normal;
	text-decoration: none;
}

a:visited 

{ 
	text-decoration: none;
}


a:hover

{
	color: red;
    	background-color:	white;
}

