@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/slice.jpg);
	background-repeat: repeat-x;
	background-color: #BB3733;
	background-attachment: fixed;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

#navcontainer { width: 200px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, .navlist a:visited
{
	color: #BB3733;
	text-decoration: none;
	font-weight: bolder;
	font-size: 16px;
}
#navcontainer a:visited
{
	color: #BB3733;
	text-decoration: none;
	font-weight: bolder;
	font-size: 16px;
}
#navcontainer a:hover
{
	background-color: #369;
	color: #FFFFFF;
	background-image: url(../images/hover.jpg);
}
a:link {
	color: #993366;
}
a:hover {
	color: #339900;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: medium;
}
h2 {
	font-size: small;
}
.footer {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF6600;
}
.style1 {	color: #FFFFFF;
	font-weight: bold;
}
.style3 {color: #FF0000}
