body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
    background-image:url(../images/background.png);
	background-repeat:no-repeat;
	background-attachment:fixed;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	vertical-align: top;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #666699;
	font-style: italic;


}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
hr {

	height: 1px;
	color: #666699;

}
a {
	text-decoration: none;
	color: #666699;
}
a:hover {
	text-decoration: underline;
}
input:focus {
	background-color: #FFEEEE;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.note {
	padding: 22px;
	margin: 22px;
	border: 1px solid #FF0000;
	background-color: #FFFF00;
}
.okay {
	padding: 22px;
	margin: 22px;
	border: 1px solid #000000;
	background-color: #00FF00;
}

.box {
	background-color: #D6D6E7;
	margin: 1px;
	padding: 2px;
	border: 1pt solid #666699;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topleft: 10px;
}
.top-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;

}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: italic;
	text-align: center;
}
.main-list {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;

}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
}
.dark-row {
	background-color: #D6D6E7;
}
