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

.Table {
	background-color: #F3F3F6;
	}

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

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

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

.BodyText {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:12px; 
	line-height:16px; 
	color:#666676; 
	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:#8F8F9F; 
	font-weight: normal; 
	margin-bottom: 6px;
	}


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

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

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

.BodyTitleSmall {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size:12px; 
	line-height:14px; 
	color:#030311; 
	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:#030311; 
	font-weight: bold;
	}

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

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

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

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

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

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


