@charset "utf-8";



p, li {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 90%;
	line-height: 125%;
}


p.menu {
	font-weight: bold;
	line-height: 90%;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 80%;
}

ul {
	
}


img {
	
}


p.small {
	font-size : 80%;
}

p.fuss {
	font-size : 80%;
}

.logout {
	color:#ff0000;
}

.user {
	color:#009900;
}
a.fuss {
		color:#333333;
}


a {
	color:#666666;
		text-decoration: none;
}

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

a:visited {
	color:#666666;
}

a:hover {
	color:#666666;
	text-decoration: underline;
}

a.menu:hover {
	color:#ff0000;
	text-decoration: none;
}


a.fuss:link {
		color:#333333;
		text-decoration: none;
}

a.fuss:hover {
		color:#333333;
		text-decoration: underline;
}

a.fuss:visited {
		color:#333333;
		text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:125%;
	margin-top:0px;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ff0000;
	font-weight: bold;
	font-size: 90%;
	margin-left: 10px;
	margin-bottom: 2px;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#ff0000;
	font-weight: bold;
	font-size: 100%;
	margin-left: 1px;
	margin-bottom:0px;
	}
	
hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	margin-bottom: 2px;
}

