@charset "UTF-8";

body, td, th {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 14px;
		}
	
	div {
	background: #FFF;
		}	
	
	#title  {
		font-size: 16px;
		line-height:12px;
		font-weight: bold;
		color: #900;
		border-bottom: 3px solid #000;
		border-color:#900;
		}
	#title a {
		color: #900;
		text-decoration: none;
		}
	#title a:hover {
		color: #555;
		}

	#menuItem  {
		margin-left: 40px;
		margin-top: 0px;
		line-height:0px;
		font-size: 12px;
		font-weight: bold;
		color: #555;
		}

	#menuInternal{
		margin-left: 0px;
		margin-bottom: 25px;
		line-height:20px;
		font-size: 12px;
		font-weight: bold;
		color: #555;
		}
		
	#menuItem a, #menuInternal a {
		color: #900;
		text-decoration: none;
		color: #555;
		}
	#menuItem a:hover, #menuItem a.active, #menuInternal a:hover, #menuInternal a.active{
		color: #900;
		}

	#caption  {
	font-size: 12px;
	line-height:18px;
	padding-left: 0px;
	text-align:left;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
		}
	#caption a {
		font-weight: bold;
		color: #000;
		text-decoration: none;
		}
	#caption a.active, #caption a:hover {
		color: #555;
		text-decoration: none;
		}

	#numbers  {
		font-size: 12px;
		line-height:14px;
		text-align:right;
		color: #000;
		text-decoration: none;
		}
	#numbers a {
		font-weight: bold;
		color: #000;
		text-decoration: none;
		}
	#numbers a.active, #numbers a:hover {
	color: #900;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
		}
		
	#head  {
		font-size: 16px;
		line-height:18px;
		font-weight: bold;
		color: #900;
		text-align:left;
		}

	#text  {
		font-size: 12px;
		line-height:15px;
		text-align:left;
		color: #000;
		text-decoration: none;
		}
	#text a, a.active  {
		font-weight: bold;
		color: #900;
		text-decoration: underline;
		}
	#text a:hover {
		font-weight: bold;
		color: #444;
		text-decoration: underline;
	}
	#menuYear {
	font-size: 12px;
	line-height:10px;
	font-weight: bold;
	color: #900;
	}
	#menuBlack {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}

	#image, #image a:link, #image a:visited{
	text-decoration:none;
	color: #FFF;
	}
	#image a:hover, #image a:active{
	text-decoration:none;
	color: #900;
	}

	
/* modifiers*/

	.bold {
	font-weight: bold;
	}
	.boldLink {
		font-weight:bold;
		text-decoration:underline;
	}
	.selected {
	font-weight: bold;
	color: #900;
	}
	.italic{
	font-style:italic;
	}
