@charset "UTF-8";
.text10blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 00006A;
}.text12blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00006A;
}

.text12black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text12gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {background-image: url("images/background.jpg");
  }
  
  a:link { 
	text-decoration: underline;
	color: #000069;
	}
a:visited { 
	text-decoration: underline;
	color: #000069;
	}
a:hover { 
	text-decoration: underline;
	color: #000069;

	}
a:active { 
	text-decoration: underline;
	color: #000069;
	}
	
	
.text14blueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000069;
	font-weight: bold;
}


.rtBox {
	overflow: auto;
	position: relative;
	height: 400px;
	width: 490px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #FFFFFF;
}
.text11blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 00006A;
}

.text14redBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

