/* 
  Styles for HTMLDirCreate, Dima Fedorov 
  ver 1.0
  02/04/2003 23:59
*/

body { 
  margin: 10px;
  color: #666666;
  background: #E6E6DC;
  font-family: font-family: Arial, Helvetica, sans-serif;	
}

/******************************************************************
// BEGIN LINKS
******************************************************************/

a:link { color: #004989; background: transparent; text-decoration: none; } 

a:visited { color: #006699; text-decoration: none; }

a:active { color: #FF0000; }

a:hover { color: #000000; text-decoration: underline; }


/******************************************************************
// PARAGRAPH
******************************************************************/
p {	text-align: justify; }

.arialnomargin {
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0.3em;
	margin-bottom: 0;
}

form { margin-bottom: 0; }
table { margin-bottom: 0; }

.list {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.heading {
	color: #004989;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	text-align: left;
}

.heading3 {
	color: #004989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;

}

.url {
	font-family: Courier New, Courier, mono;
}

hr { border-style: dotted; height: 1px; width: 100%; color: #004989; }

ul { 
  font-family: Geneva, Arial, Helvetica, sans-serif; 
  list-style-type: circle;
  text-indent: 0em;
}

a img { border: 0; }

.imgright {
	float: right;
	margin: 10px;

}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-style: italic;
	font-size: 80%;
}

.headlinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 90%;
	color: #333333;
	margin: 0px;
}
a:link.headlinks, a:visited.headlinks, a:active.headlinks { color: #333333; } 
a:hover.headlinks { color: #000000; }

.pagelinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 90%;
	color: #333333;
	margin: 2px 0px 2px 1px;
}

.bottomlinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 90%;
	color: #333333;
	margin: 1em 0px 0px;
}
a:link.bottomlinks, a:visited.bottomlinks, a:active.bottomlinks { color: #333333; } 
a:hover.bottomlinks { color: #000000; }

/******************************************************************
// WINDOWS
******************************************************************/
.winbase {
	background-color: #000000;
	padding: 0px;
	width: 100%;
	margin: 0px;
	border: 0px;
}

.winhead {
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-transform: capitalize;
	/*background-color: #9FD535;*/ background-color:  #006699;
	/*color: #333333;*/color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}

.wintext {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #666666;	
	padding: 10px;
}
