/***********************************************/
/* amber.css                            */
/* Use with template default.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	line-height: 1.166;	
	margin: 2px;
	padding: 0px;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
	background-color: #FF0000;
}

h1{
 font-size: 110%;
}

h2{
 font-size: 114%;
 color: #000099;
 font-style: italic;
}
#MENU {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

#MENU a:link, #MENU a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}

#TOC{
	margin: 0px;
	padding: 0px;
	font-size: x-small;

}
#MENU a:hover {
	color: #003366;
	text-decoration: underline;
}
#TOC a:link, #TOC a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #003366;
}

#TOC a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FF0000;
	background-image: none;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

#content{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #003366;
}

