body {
	margin: auto;
	background-color:#FFFFFF;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-y
	text-align:center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #426C84;
	text-decoration: none;
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #426C84;
	text-decoration: none;
	margin: 0;
}
.submitLink
{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #426C84;
	text-decoration: none;
	border: none;
	cursor: pointer;
	cursor: hand;
}

.submitLink:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold; 
  text-decoration: underline;
}

.arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #50585C;
	text-decoration: none;
}
.arial10Form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #426C84;
	background-color:#FFFFFF;
	border: 1px solid #6A8598;
}
.arial11BoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #426C84;
	text-decoration: none;
}
.arial11Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #426C84;
	text-decoration: none;
}
.arial10blueIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #426C84;
	text-decoration: none;
}
.arial10blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #426C84;
	text-decoration: none;
}
.arial10blue:hover
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #426C84;
	text-decoration: none;
}
.arial10BoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #426C84;
	text-decoration: none;
}
.arial12Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-decoration: none;
}
.arial12RedNoBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	text-decoration: none;
}

.text_black 
{
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  padding-left: 10px;
}

.arialRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: brown;
	text-decoration: none;
}
.back{
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  font-weight: bold; 
  text-decoration: none;
  /*padding-left: 20px;*/
}
.back:hover {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  font-weight: bold; 
  text-decoration: underline;
  /*padding-left: 20px;*/
}

.current{
  font-family: Verdana;
  font-size: 11px;
  color: red;
  font-weight: bold;
  text-decoration: underline;
  /*padding-left: 20px;*/
}
.disabled{
  font-family: Verdana;
  font-size: 11px;
  color: gray;
  font-weight: bold;
  text-decoration: none;
  /*padding-left: 20px;*/
}
.link {
	font-family: Arial;
	font-size: 11px;
	color: #50585C;
	text-decoration: none;
}
.link:hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.link1 {
	font-family: Arial;
	font-size: 11px;
	color: #426C84;
	text-decoration: none;
}
.link1:hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.form {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #426C84;
	background-color:#FFFFFF;
	border: 1px solid #6A8598;
}
.formCapitalize {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #426C84;
	background-color:#FFFFFF;
	border: 1px solid #6A8598;
	text-transform:capitalize;
}
.formUpper {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #426C84;
	background-color:#FFFFFF;
	border: 1px solid #6A8598;
	text-transform:uppercase;
}
.t {background: url("images\panel_top.gif") 0 0 repeat-x;}
.b {background: url("images\panel_bottom.gif") 0 100% repeat-x}
.l {background: url("images\panel_left.gif") 0 0 repeat-y}
.r {background: url("images\panel_right.gif") 100% 0 repeat-y}
.bl {background: url("images\panel_corner_lb.gif") 0 100% no-repeat}
.br {background: url("images\panel_corner_rb.gif") 100% 100% no-repeat}
.tl {background: url("images\panel_corner_lt.gif") 0 0 no-repeat}
.tr {background: url("images\panel_corner_rt.gif") 100% 0 no-repeat; padding:10px}

input.my-url{display:none;}