/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
  background: url(images/background.gif);
  color: #000000;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12pt;
  margin-bottom: 0px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 0px;
}

HR {
  color: #000000;
  height: 1px;
}

/* default link */
A {
  color: #3C54A8;
  font-size: 11pt;
}

A:hover {
  text-decoration: none;
}

.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */

/* menu */
A.menuTxt {
  position: relative;
  top: 3px;
  color: #000000;
  font-size: 10pt;
  text-decoration: none;
}
A:hover.menuTxt {
  color: #FFFFFF;
  text-decoration: none;
}
DIV.gutter {
	width: 130px;
	height: 100%;
	padding: 2px;
}
DIV.menu {
	background: url(images/button1.gif) no-repeat;
	height: 33px;
	width: 169px;
	text-align: center;
	vertical-align: middle;
	margin-top:5px;
	font-family: Times New Roman, serif;
	font-weight: bold;
}
DIV.menu2 {
	background: url(images/button2.gif) no-repeat;
	height: 33px;
	width: 169px;
	text-align: center;
	vertical-align: middle;
	margin-top:5px;
	font-family: Times New Roman, serif;
	font-weight: bold;
}
