/*
  Stylesheet for tmliebp.org
  Date: 20090702
*/

body{
	margin-top:0px;
	margin-bottom:0px;
	font-family: Tahoma,Myriad Pro,"Trebuchet MS";
	/*font-size: 10px;*/
	/*font-size: 0.8em;*/
	padding: 0;
}

td {
	/*font-size: 11px;*/
	font-size: 0.8em;
}

.news{ font-size: 11px; }

h3{
	font-size: 1.2em;	
}

ul, ol { margin-bottom:10px; }

ol ol { list-style-type: lower-alpha; }

.large { color: red; }

.f10 { font-size: 10px; }
.f12 { font-size: 12px; }

a { text-decoration:none; color:#2165a4; }
a:hover { text-decoration:underline; }

select, .input {
	width:155;
	font-size: 11px;
}

input, select { color:#666666; }

.footer, .footer a { font-size: 10px; color: #323639; }

.nav_home {
	color: #FFF;
	font-size: 16px;
	font-family: Interstate,"Trebuchet MS",Tahoma;
}

.left_nav, .left_nav a {
	color: #666666;
	padding-bottom:5px;
}

.left_nav a:hover { color:#9b2322; }


.pad10r { padding-right: 10px; }
.pad10b { padding-bottom: 10px; }
.pad5b { padding-bottom: 5px; }
.pad7b { padding-bottom: 7px; }
.pad15l { padding-left: 15px; }
.pad5r { padding-right: 5px; }
.marg5r { margin-right: 5px; }
.lblue { background-image: url("images/lblue.jpg"); }
.blue { color:#2165a4; }
.sky { color:#66ccff; }
.gold { color:#9c8a22; }
.green { color:#a8c60c; }
.drkgrey{ color:#666666; }
.red { color:#9b2322; }
.bold { font-weight:bold; }
.underline { text-decoration:underline; }
.title { font-size:150%; }

hr {
	border : none;
	border-top : dashed 1px #CCCCCC;
	color : #999999;
	background-color : #999999;
	height : 1px;
	width:80%;
	align:left;
}