body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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 */
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

.color_ff0000_red {
	color: #ff0000;
}

.color_cc0033_red {
	color: #cc0033;
}

.color_990000_red {
	color: #990000;
}

.color_ffffff_white {
	color: #ffffff;
}

.color_111_black {
	color:#111;
}

.color_999_gray {
	color:#999;
}

.color_555_gray {
	color:#555;
}

.color_006600_green {
	color:#006600;
}

.navigation_font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.navigation:link {
	text-decoration:none;
	color: #000000;
}

a.navigation:visited {
	text-decoration:none;
	color: #000000;
}

a.navigation:active {
	text-decoration:underline;
	color: #000000;
}

a.navigation:hover {
	text-decoration: underline;
	color: #0000ff;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0000ff;
}

a:active {
	text-decoration: underline;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #0000ff;
}

.font_terminal_14 {
	font-family: Monaco, Lucida Console, monospace;
	font-size: 14px;
}

