/* CSS Document */

body, p, td{
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:0px;
	font-size:11px;
}
h1 {
	font-size: 160%;
	color: #FF0000;
}
h2 {
	font-size: 110%;
	color: #000000;
	font-weight: bold;
}
a{
	color: #666666;
	width: 100%;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	width: 100%;
}
.menu{
	text-decoration: none;
	color: #666666;
	width: 100%;
}
.menu:hover {
	text-decoration: none;
	color: #000000;
	width: 100%;
}
.strong {
	font-size: 12px;
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.smallBlack {
	font-size: 11px;
	color: #000000;
}
