div {
	font-family: , tahoma, sans-serif;
	font-size: 9pt;
		color: #000000;
}

h1 {
	font-size: 08pt;
	line-height: 1em;
	margin-left: 30;
	margin-bottom: 10px;
	padding: 0;
        text-transform: lowercase; 
        text-color: #000000;
        border-bottom: #000000 1px dashed ; width:100; 
        letter-spacing: 05px; 
        text-align: right
}


h2 {
	font-size: 08pt;
	line-height: 1em;
	margin-left: 130;
	margin-bottom: 10px;
	padding: 0;
        text-transform: lowercase; 
        text-color: #000000;
        border-bottom: #000000 1px dashed ; width:180; 
        letter-spacing: 05px; 
        text-align: right
}


div.header {
	background-color: #6C6C6C;
	margin: auto;
	padding: 10px;
	width: 600px;
}

div.header img {
	margin-bottom: 05px;
}

* html div.header img { margin-bottom: 2px; }




div.nav {
	width: 150px;
	float: left;
}

div.nav div {
	background-color: #5C5C5C;
	border: 1px solid #A2A2A2;
	margin-bottom: 10px;
	margin-left: 13px;
	padding: 5px;
	width: 140px;
}

div.nav ul {
	margin: 0 0 0 15px;
	padding: 0;
}

div.nav li {
	font-size: 07pt;
        text-color: #000000;
}





div.main {
	background-color: #5C5C5C;
	border: 1px solid #A2A2A2;
	float: right;
	margin-left: 10px;
	margin-right: 13px;
	padding: 10px;
	text-align: justify;
	width: 375px;
}

body {
	background-image: url(images/bg-1.png);
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
        background-color: #5C5C5C;
}

input, textarea {
	background-color: #5D7682;
	border: 1px solid #A2A2A2;
	color: #000;
	font-family: tahoma, sans-serif;
	font-size: 7pt;
	line-height: 140%;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
        border-bottom: 1px dashed #000000;

}

a:hover {
	color: #000000;
	text-decoration: none;
}