body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #759375;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #759375;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #759375;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #759375;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #759375;
}


.navstyle {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

.navstyle a:link {
  color: #FFFFFF;
  text-decoration: none;

}
.navstyle a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.navstyle a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.navstyle a:focus {
  color: #FFFFFF;
}

.navstyle a:active {
  color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.box {
	border: thin solid #999999;
	padding: 6px;
	background-color: #666666;
}

.right_border {
	background-image: url(../images/right_page_border.gif);
	background-repeat: repeat-y;
	
}
.left_border {
	background-image: url(../images/left_page_border.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.head_bg {
	background-image: url(../images/world_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.main_bg {
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.main_botbg {
	background-image: url(../images/bot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.box_bg {
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

.l_nav_bg {
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.r_nav_bg {
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.page_bg {
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.errorStyle {
	color:#FF0000;
	font-weight:bold; 
}
