/* CSS Document */

font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
}
a {
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/*a:link {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #FFFF99;
}
a:hover {
	color: #FF9966;
}
a:active {
	color: #99CCFF;
}*/
a:link {
	color: #FFFFFF;
	/*font-weight: normal;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #6699FF;
}
a:active {
	color: #99CCFF;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: table;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
div {
	vertical-align: text-top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
p {
	color: #FFFFFF;
}
.gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.border {
	border: thin solid #FFFFFF;
	padding-left: 20px;
	padding-bottom: 20px;
}
