BODY {
	background-image: url(../images/bg.jpg);
	margin-top: 20px;
	padding-top: 20px;

}
P {
	FONT-SIZE: x-small; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H1 {
	FONT-WEIGHT: normal;
	COLOR: #000000;
	FONT-SIZE: medium;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;


}
H2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: small;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;

}
H3 {
	FONT-WEIGHT: normal; FONT-SIZE: medium; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H4 {
	FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #CC0000; FONT-FAMILY: Arial, Helvetica, sans-serif
}B {
	COLOR: #cc0000
}
A:link, A:visited {
	COLOR: #cc0000
}
A:hover {
	background-color: #CCCCCC;
	color: #000000;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-image: url(../images/bullet.jpg);
	font-size: x-small;

}

THEAD {
	border: 1px #CC0000;
}
TBODY {
}
TH {
	font-family: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt;
	background-color: #CC0000;
	color: #FFFFFF;
}

IMG {
	border: 0;
	}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px solid #CCCCCC;



	}
#navbar {
	background-color: #CC0000;
	font-size: 9px;
	height: 20px;
/*	font-weight: bold;
	font-variant: small-caps; */
	font-family: Arial, Helvetica, sans-serif;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;

}
#navbar li {
	margin: 0;
	padding: 0;
	display: inline;
	color: #FFFFFF;
	font-size: 12px;

}
#navbar a:link, #navbar a:visited {
	color: #FFFFFF;
	background-color: #CC00000;
	text-decoration: none;
	padding: 0px 5px 4px 0.5em;
}
#navbar a:hover {
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: underline;
}
#footer P{
	font-size: xx-small;
	text-align: center;
	color: #666666;
	margin: 10px;
	padding: 10px;

}
#footer a:link, #footer a:visited {
	color: #CC)00000;
	text-decoration: underline;
}
#footer a:hover {
	background-color: #CCCCCC;
	color: #000000;
}

#lphoto {
	float: left;
	margin: 10px;
	}

#rphoto {
	float: right;
	margin: 10px;
	}
