@charset "utf-8";
/* CSS Document */

body, td, .text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	margin: 0 0 0 0;
	background-image:url(images/bck_01.gif);
}

a {
	color: #633;
}

.small {
	font-size: 10px;
}

.header {
	font-size: 17px;
}

td.main {
	padding: 15px;
}

td.home {
	padding: 25px;
}

.hometbl {
	border: 1px solid white;
}
	
td.hometop {
	padding: 10px;
	border-bottom: 1px dotted white;
}
	
td.homebtm {
	padding: 10px;
	height: 210px;
}
	
td.nav {
	padding: 5px 14px;
}

td.nav-last {
	padding: 0px 12px;
}

p.title {
	margin-top:0px;
	margin-bottom:25px;
}
		
focus { 
	-moz-outline-style: none; 
}

hr {
	color: white; 
	background-color: white;
}

td.banner {
	background-image:url(images/header-lg.jpg);
	height: 151px;
	background-repeat:no-repeat;
	padding: 5px;
}

.maillist {
	font-size: 10px;
	font-style: italic;
	color: white;
}

td.footer {
	padding: 5px; 
	font-size: 10px;
}

img.border {
	border: 1px solid white;
}