html {
	background-color: #FFF;
	color: #000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	font-size: 100%;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style-image: none;
	list-style-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {
	color: #000;
}

body {
	*font: x-small;
	*font-size: small;
	margin: 0;
	padding: 0;
	font-family: "Arial", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.231;
}

table {
	font-size: 100%;
}

pre,code,kbd,samp,tt {
	*font-size: 108%;
	font-family: monospace;
	line-height: 100%;
}

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

a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}

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

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

a.hidden:visited {
  color: #000000;
  text-decoration: none;
}

a.hidden:hover {
	color: #0000CC;
	text-decoration: none;
}

a.hidden:active {
  color: #000000;
  text-decoration: none;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: "Arial", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: "Arial", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: "Arial", Verdana, Arial, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: "Arial", Verdana, Arial, sans-serif;
}