@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}
p, td {
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color: #FF3399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#menu {
}
#menu a {
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#menu a:hover {
	text-decoration: underline;
}
#top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 50px;
}
#top a {}
#top a:hover {}
#footer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #999999;
}
#footer a {}
#footer a:hover {}
.right {

}
.site {
	font-size: 24px;
}
.site2 {
	color: #999999;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
.big {
	font-size: 36px;
	font-weight: bold;
	color: #CCCCCC;
}
.largetext {
	font: 18px Arial, Helvetica, sans-serif;
	color: #0033CC;
	text-align: left;
	display: none;
}
.title {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tableline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}