/*-----------------------------------------------------------------------------------------*/
/*  General text                                                                           */
/*-----------------------------------------------------------------------------------------*/


P, TD, BODY {
	font-family : Verdana;
	font-size : 11px;
}

.thin {
	border : thin;
	border-color : #000000;
}

.footer {
	font-size: 9px;
	text-align: center;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
	margin-bottom : 5px;
}


.indent {
	margin-left : 5px;
	margin-right : 5px;
}

.alignright {
	margin-left : 20px;
	margin-right :20px;
}

.smgray {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #636363;
	margin-left : 5px;
	margin-right : 5px;
}

.medblack {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #000000;
	margin-left : 5px;
	margin-right : 5px;
}

ul {
	margin-top : 5px;
	list-style-type : disc;

}

.largeBlue {
	font-size: 20px;
	font-weight: bold;
	color: #303C48;
}

.largeGold {
	font-size: 20px;
	font-weight: bold;
	color: #B85D17;
}


/* --------------------------------------------------------------- */
/* Twitter */
/* --------------------------------------------------------------- */

#twitter_div {
	margin: 8px;
	font-size: 0.9em;
}
ul#twitter_update_list {
	padding: 0;
	margin: 0.5em 0 0.5em 5px;
	list-style-position: outside;
	list-style: none;
	border-bottom: 1px solid #666;
}
ul#twitter_update_list li {
	margin: 0;
	padding: 0.4em 0;
	border-top: 1px solid #666;
}

/*-----------------------------------------------------------------------------------------*/
/*  Links                                                                                  */
/*-----------------------------------------------------------------------------------------*/

A:link {
	color: blue;
	text-decoration: underline;
}

A:visited {
	color: #666666;
	text-decoration: underline;
}

A:hover {
	color: #6F9400;
	text-decoration: none;
}
	
A:active {
	color: #6F9400;
	text-decoration: underline;
}

/* Navigation links-----------------------------------------------------*/

A.nav:link {
	color: #000000;
	text-decoration: none;
}

A.nav:visited {
	color: #000000;
	text-decoration: none;
}

A.nav:hover {
	color: #000000;
	text-decoration:underline;
}
	
A.nav:active {
	color: #000000;
	text-decoration: none;
}

