/* daniel.fallman.org */
/* ID: fall */

.Table {
	background-color: #E9EADF;
	}

.Identity {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:12px; 
	line-height:16px; 
	color:#393A2F; 
	font-weight: bold;
	}

.Navigation {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:12px; 
	line-height:16px; 
	color:#898A7F;
	}

.Location {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:12px; 
	line-height:16px; 
	font-weight: bold;
	color:#898A7F;
	}

.BodyText {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:12px; 
	line-height:16px; 
	color:#898A7F; 
	font-weight: normal; 
	margin-bottom: 6px;
	}

.BodyTextDim {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:12px; 
	line-height:16px; 
	color:#A9A89F; 
	font-weight: normal; 
	margin-bottom: 6px;
	}

.Quote {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:10px;
	line-height:12px;
	color:#898A7F;
	margin-left: 18px;
	text-align : left;
	margin-bottom: 12px;
	} 

.QuoteText {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:11px;
	line-height:14px;
	color:#393A2F;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	text-align : left;
	} 

.BodyTitle {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:14px; 
	line-height:18px; 
	color:#797A6F; 
	font-weight: bold; 
	margin-bottom: 6px;
	}

.BodyTitleSmall {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:12px; 
	line-height:14px; 
	color:#797A6F; 
	font-weight: bold; 
	margin-bottom: 6px;
	}

.MenuHeader {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:12px; 
	line-height:18px; 
	color:#797A6F; 
	font-weight: bold;
	}

.News {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:10px; 
	line-height:14px; 
	color:#898A7F; 
	}

.NewsDate {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:8px;
	line-height:14px;
	color:#393A2F;
	font-weight: bold;
	margin-bottom: 6px;
	} 

a:link {
	color: #898A7F; 
	font-weight: bold; 
	text-decoration: none;
	}

a:active {
	color: #393A2F; 
	font-weight: bold; 
	border-bottom: #575D4C 1px dotted;
	text-decoration: none;
	}

a:visited {
	color: #898A7F;
	font-weight: bold; 
	text-decoration: none;
	}

a:hover {
	color: #393A2F; 
	border-bottom: #5F5D4C 1px dotted;
	font-weight: bold; 
	text-decoration: none;
	}



