body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	margin: 10px;
	padding: 10px;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link{
	color: #9999FF;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #9999FF;
}

.title {
	font-size: 36px;
}
.big {
	font-size: 24px;
}
.notice {
	font-size: 18px;
	font-weight: bold;
}
.main {
	font-size: 14px;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.sans {
	font-family: Arial, Helvetica, sans-serif;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
	text-indent: 0px;
}
.paragraph {
	text-align: justify;
	text-indent: 10px;
}
.justify {
	text-align: justify;
}
.highlight {
	font-style: italic;
	font-weight: bold;	
}
.header {
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
	text-align: center;
}

.dark1 {
	color: #1155AA;
}
.dark2 {
	color: #CC6633;
}
.light1 {
	color: #AACCEE;
}
.light2 {
	color: #FFEECC;
}
.error {
	color: #E92D25;
}
.success {
	color: #0066CC;
}
.black {
	color: #000000;
	background-color: #888888;
}
.red {
	color: #990000;
}
.blue {
	color: #000099;
}
.purple {
	color: #990099;
}
.green {
	color: #009900;
}
.orange{
	color: #FF9900;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menubutton {
	font-family: "Papyrus", "Tempus Sans ITC", Arial, sans-serif;
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px;
}
.menubutton a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000099;
	font-size: 18px;
	font-weight: bolder;
}
.menubutton a:hover{
	background-color: #DDDDFF;
	text-decoration: none;
	color: #0000FF;
}
.photo {
}
.photo a{
	text-decoration: none;
	display: block;
	font-weight: bold;
	background-color: #555555;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.photo a:hover{
	text-decoration: none;
	border: 2px solid #00FFFF;
}
.movie {
}
.movie a{
	text-decoration: none;
	display: block;
	font-weight: bold;
	background-color: #666688;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCEE;
	border-right-color: #333355;
	border-bottom-color: #333355;
	border-left-color: #CCCCEE;
}
.movie a:hover{
	text-decoration: none;
	border: 2px solid #00FFFF;
}
.subheader {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	color: #0099FF;
	background-color: #333333;
}
.border {
	border: 1px solid #8C8CD8;
	padding: 5px;
	margin: 15px;
}
.window {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
}
.holiday {
	color: #990000;
	background-color: #999999;
	font-weight: bold;
}
.colpad {
	padding-bottom: 8px;
}

