/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size: 10px;
}
a:link {
	text-decoration:none;
	color: #333333;
}
a:visited {
	text-decoration:none;
	color: #333333;
}
a:hover {
	text-decoration:none;
	color: #000000;
}

.mainmenu {
	font-size:11px;
}
.

.active {
	color: #000000;
}
.active a:link {
	text-decoration:none;
	color: #000000;
}
.active a:visited {
	text-decoration:none;
	color: #000000;
}
.active a:hover {
	text-decoration:none;
	color: #000000;
}

.arrow {
	color: #333333;
	font-size:14px;
}
.arrow a:link {
	text-decoration:none;
	color: #333333;
	font-size:14px;
	
}
.arrow a:visited {
	text-decoration:none;
	color: #333333;
	font-size:14px;
}
.arrow a:hover {
	text-decoration:none;
	color: #333333;
	font-size:14px;
}

.activearrow {
	color: #E3E3E3;
	font-size:14px;
}
.activearrow a:link {
	text-decoration:none;
	color: #E3E3E3;
	font-size:14px;
	
}
.activearrow a:visited {
	text-decoration:none;
	color: #E3E3E3;
	font-size:14px;
}
.activearrow a:hover {
	text-decoration:none;
	color: #E3E3E3;
	font-size:14px;
}

#main {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.style1 {
	font-size: 18px
}