@import "layout.css";
@import "tabs.css";
@import "rnav.css";
@import "lnav.css";


/* CSS for carlf website */

body,td,th {
	font-family: Lucida Grande, Lucida Sans, "Trebuchet MS", Verdana;
	color: #666666;
	line-height: 130%;
	background-color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-size: 0.75em;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #f13029;
}
a:active {
	text-decoration: none;
	color: #993300;
}

h1 {
margin-top: 2em;
	font-size: 120%;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #336699;
	display: inline;
}
h3 {
	font-size: 100%;
	color: #666666;
}

a:link {

	text-decoration: none;
	color: #000;
}
li, ul{

	display: list-item;
	list-style-position: inside;
	list-style-type: disc;
	line-height: normal;
	padding: 0%;
}


.list {
	list-style-position: outside;
	list-style-type: square;
	font-size: 100%;
}

.caption {
	font-size: 95%;
	font-style: italic;
}
