/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ol, ul, li {
	list-style-type: none;
}

ul li ul li {
	margin-top: 0.5em;
	margin-left: 1em;
	color: #000000;
}

body {
	line-height: 1;
	padding-bottom: 1em;
	text-align: center;
	padding-top: 20px;
	color: #333333;
}
body {
	background-image: url(imgs/bg-body.gif);
	background-position:center top;
	background-repeat:  repeat-y;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #003300;
}

h1 {
	font-size:1.5833em;
	display: block;
	color: #003300;
	width: 640px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(imgs/bg-h1.gif);
	height: 47px;
	text-indent: -9000em;
	padding-bottom: 0.5em;
	background-repeat: no-repeat;
}
h2 {
	font-size:1.3333em;
	padding-top: 1em;
}
h3 {
	font-size:1.1666em;
	padding-top: 2em;
} 
h5,h6 {
font-size:.8333em
}
dl {
	margin-left: 1em;
}
dt {
	padding-bottom: 0.25em;
	padding-top: 0.5em;
}
dd {
	font-weight: bold;
}
p {
	padding-top: 1em;
}
a, a:visited  {
	color:#0066FF;
	text-decoration:none
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#description {
	background-color: #FFFFCC;
	padding: 1em;
}
#page {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 1em;
	padding-top: 1em;
}

/* other */
small {
	font-family: Tahoma;
}
.hidden {
	display: none;
}
