/*---(colors)-------------*/

.gray {	color: #666; }
.teal {	color: #cdb; }
.orange {	color: #d62; }

/*-- Main styles for bjlug --*/
body { background: #fff; }
body, td
	{
		font-size: 13px;
		font-family: 'Times New Roman',  Georgia, 'Bookman Old Style',  Garamond, Times, serif;
	}

.sans 
	{
		font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}
.statement {
		line-height: 1.5em;
		margin-bottom: 15px;
 	}

img {
		border: none;
	}

form
	{
		margin: 0;
		padding: 0;
	}

/* ---( text )-------------------------------- */

a:link, a:visited {
		color: #000;
		text-decoration: none;
		font-weight: normal;
	}

a:hover {
		text-decoration: underline;
		color: #d62;
	}

a:visited {
		color: #666;
	}

p {
	margin: 6px 0 6px 0;
	padding 2px;
	}


h1 {
	position: relative;
	font-family:  'Times New Roman',  Georgia, 'Bookman Old Style',  Garamond, Times, serif;
	color: #cdb;
	letter-spacing: 0.1em;
	margin: 2px;
	padding: 0px;
	font-size: 20px;
	}


h2	{
	color: #666;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: 'Times New Roman',  Georgia, 'Bookman Old Style',  Garamond, Times, serif;;
	font-size: 16px;
	}

h3	{
	color: #666;
	border-bottom:  1px solid #cdb;
	letter-spacing: 0.1em;
	margin: 1px;
	margin-bottom: 5px;
	font-family:  'Times New Roman',  Georgia, 'Bookman Old Style',  Garamond, Times, serif;;
	font-size: 15px;
	}


h4	{
	color: #d62;
	text-align: center;
	letter-spacing: 0.3em;
	margin: 1px;
	margin-bottom: 5px;
	font-family:  'Times New Roman',  Georgia, 'Bookman Old Style',  Garamond, Times, serif;;
	font-size: 15px;
	}

h5	{
	color: #666;
	margin: 1px;
	font-style: italic;
	margin-bottom: 2px;
	border-bottom:  1px solid #666;
	font-family:  'Times New Roman',  Georgia, 'Bookman Old Style',  Garamond, Times, serif;
	font-size: 13px;
	}


ul	{
	margin: 0 0 0 1em;
	padding: 3px 0px 3px 12px;
	list-style-type: square;
	}

ol	{
	margin: 0 0 0 1em;
	padding: 3px 0px 3px 12px;
	}

li	{
	margin: 0 0 3px 0;
	padding: 0;
	}
	
ul.thumblist {
	list-style-type: none;
	}
	
ul.thumblist li {
	margin-bottom: 15px;
	}

blockquote
	{
	color: #666;
	padding-left: 12px;
	font-size: 12px;
	}

#footer
	{
		margin: 20px 0 20px 0;
		font-size: 10px;
		color: #666;
		text-align: center;
		font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, 
		Helvetica, sans-serif;
	}

/* ---( misc. )-------------------------------- */

.hide
	{
		display: none;
	}

.noline
	{
		border-style: none;
	}

.small {
	font-size:10px;
	}

.tiny {
	font-size:8px;
	}
	
.center {
	text-align: center;
	}	


hr {
	border-top: 1px solid #cdb;
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: transparent;
	background-color: transparent;
	}
