/* 
  Styles for DIMIN Software, Dima Fedorov 
  ver 2.0
  04/10/2006 20:29
*/

body {
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
}

/******************************************************************
// HTML
******************************************************************/

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; }

p {	text-align: justify; }

form { margin-bottom: 0; }

table { margin-bottom: 0; }

img { border: 0; }

h1 {
	color: #004989;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	color: #006699;
	font-size: 180%;
	font-style: normal;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin-top: 2em;
}

h3 {
	color: #004989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: lighter;
}

h4 {
	color: #333333;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}

pre {
	font-family: "Courier New", Courier, mono;
	font-size: 100%;
}


/******************************************************************
// Classes
******************************************************************/

.pagebody {
	margin: 0px 30px 0px 30px;
}

.pagebody table {
	border-width: 0px;
}

.pagebody th {
	background-color: #CCCCCC;
	color: #333333;
	font-weight: bold;
	padding: 10px 5px 5px 10px;
}

.pagebody td {
	background-color: #EEEEEE;
	text-align: left;
	padding: 5px 10px 5px 10px;	
}

.pagebody td#transparent {
	background-color: transparent;
}

.pagebody table#download {
	width: 640px;
}

.header {
	background-color: #EEEEEE;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 15px 30px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
}

.header img {
	float: right;
	margin: 0px 0px 10px 20px;
}

.headlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 10px 30px 0px 30px;
}

.pagelinks {
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 5px 30px;
	border-bottom-color: #004989;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	clear: both;
}


.url {
	font-family: Courier New, Courier, mono;
}

.code {
	font-family: Courier New, Courier, mono;
	font-size: 90%;
}

.bottomlinks {
	margin: 50px 0px 10px 0px;
	text-align: center;
	clear: both;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-style: italic;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #EEEEEE;
	padding: 10px 20px 20px 20px;
	font-size: 90%;
	clear: both;
}

.copyright img {
	margin: 2px 2px 2px 2px;
	padding: 0px 0px 0px 0px;
	float: left;

}
