/* CSS Document */

.body
{
margin-top: 0;
margin-left: 0;
font-family: Trebuchet MS;
font-size: 10px;
}

.redtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.content
{
	background-image: url(background.jpg);
	background-repeat:repeat-y;
	font-family: Trebuchet MS;
	font-size: 10px;
	border: 2px solid #000000;
}

.navbox
{
	background-color: #E8BACE;
	border: 1px solid #000000;
	font: bold 11px "Trebuchet MS";
	color: #696057;
}

.homebox
{
	border: 2px solid #696854;
}

.hometext
{
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: #696854;
}

.homecontenttext
{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #515341;
}

.palatino
{
	font-family: Palatino Linotype;
	font-size: 15px;
	color: #515341;
	font-weight: bold;
}
