/*
This work is licenced under the Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License. 
To view a copy of this licence, visit http://creativecommons.org/licenses/by-nc-sa/2.5/ or 
send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
*/

body {
	background: #5e5e5e;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
}

A.HeaderLink, A.HeaderLink:link, A.HeaderLink:visited, A.HeaderLink:hover
{ 
	font-size: 24pt;
	color: #B6B6B6;
	text-decoration: none;
	text-shadow: 0.1em 0.1em 0.2em black;
}

a:link
{ 
	font-family: Verdana, sans-serif;
 	color: #3366CC; 
	background-color: transparent;
	text-decoration: underline;
}

a:visited
{ 
	font-family: Verdana, sans-serif;
 	color: #3366CC; 
	background-color: transparent;
	text-decoration: underline;
}

a:hover
{ 
	font-family: Verdana, sans-serif;
 	color: #3366CA;
	background-color: transparent;
	text-decoration: underline;
}

a.headerMenu, a.headerMenu:link, a.headerMenu:visited
{ 
	font-family: Verdana, sans-serif;
	font-size: 10pt;
 	color: rgb(222,96,24);
	background-color: transparent;
	text-decoration: none;
}

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

A.menulink:active,A.menulink:link,A.menulink:visited
{
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

A.menulink:hover
{
	text-decoration: underline;
}

h1 {
	font-family: Verdana, sans-serif;
    font-weight: bold;
	font-size: 14pt;
}

h2 {
	font-family: Verdana, sans-serif;
    font-weight: bold;
	font-size: 10pt;
}

.QuickLinkTitle
{
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: rgb(222,96,24);
	color: white;
}

A.quickLink:active,A.quickLink:link,A.quickLink:visited,A.quickLink:hover
{
	font-size: 10pt;
	color: black;
	text-decoration: underline;
}

A.topLink:active,A.topLink:link,A.topLink:visited
{
	color: rgb(222,96,24);
	font-weight: bold;
	text-decoration: none;
}

A.topLink:hover
{
	font-weight: bold;
	text-decoration: underline;
}

