
	a:link {text-decoration:none;  color:#3d373a}
	a:visited { text-decoration:none;  color:#000000}
	a:hover {color:#006666 }
	a:active { }

p { }
table{
	border:0;
	border-collapse:collapse;
}
th {border:0;
	padding:0;
}
td {border:0;
	padding:0;
}
h1 {
	font-size: 12px;
	font-weight: Normal;
	margin: 0px ;
	color: #003300;
	text-align: left;
}
h2 {
	font-size: 4px;
	font-weight: Normal;
	line-height: 3px;
	margin: 0px ;
	color: #FFFFFF;
	text-align: left;
}

html{
    height:100%;
}
body{
    background-image:url(./images/bg.gif);
	background-repeat: repeat;
    font-size:12px;
	line-height: 160%;
    height:100%;
    width:80%;
    margin:0px auto;
 	leftmargin=:0;
	marginheight:0;
	marginwidth:0;
	topmargin:0;
}
div#main{
    border:solid 1px #cfcfcf;
    border-width:0px 1px;
    height:100%;

}
body > #main {
    height: auto;
}

