body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.8em;
	border: black;
}
.style1 {color: #B01E22}
.style2 {
	font-size: 0.8em;
	font-style: italic;
}

.style6 {
	font-size: 5em;
	color: #B01E22;
}
.style7 {font-size: 2px}
h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0 0 5px 0;
	font-size: 2.5em;
}
p.title {
	margin-bottom: 0;
}
table {
	width: 600px;
	background-color: #ffffcc;
	border: 1px solid #000;
}
td {
	padding: 5px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	width: 33%;
}
td.parent {
	font-size: 1.1em;
	font-weight: bold;	
}
td.parent-bottom {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 0;	
}
td.bottom {
	border-bottom: 0;
}
td.grandparent {
	font-size: .8em;
	border-right: 0;
}
td.grandparent-bottom {
	font-size: .8em;
	border-right: 0;
	border-bottom: 0;
}
a {
	color: #b01e22;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #000;
}

h1, h2, h3, h4, h5 {
	margin: 5px 0 0 0;
}

h1 {
	font-size: 2.2em;
	color: #b01e22;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

hr {
	border: 0;
	border-top: 4px solid #000;
	background-color: 0;
	margin: 0;
	clear: both;
	height: 1px;
}

img {
	border: 0;
}

* html p {
	margin-bottom: 5px;
	margin-top: 5px;
}

/*	MENU	*/

#menu {
	font-family: Arial Narrow, Helvetica, sans-serif;
}

#menu a {
	color: #fff; 
	text-decoration: none; 
	text-indent: 10px; 
	display: block; 
	width: 115px; 
	height: 20px; 
	line-height: 20px; 
	background-image: url(../img/button.jpg); 
}
			   
#menu a:hover {
	background-image: none;
}

/*	BOTTOM	*/

#bottom p {
	text-align: center;
	color: #fff;
	font-size: .9em;
}

#bottom a {
	color: #000;
	font-size: .8em;
}

/*	RIGHT	*/

#right {
	text-align: center;
}

#right h1 {
	color: #fff;
	font-size: .8em;
	font-weight: normal;
	background-color: #000;
	margin: 0 0 10px 0;
	text-align: center;
}

#right img {
	margin: 0 0 10px 0;
}

#welcome {
	color: #fff;
	text-align: center;
	background-color: #000;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}

.clear {
	clear: both;
}

