@charset "utf-8";
/* CSS Document */

body {
	
	background-image: url(../images/bg_bwlines.gif);
	background-repeat: repeat; 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #D0E6F3;
	padding: 0;
 	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0px;
}
h1 {
	font-size: 17px; 
	color: #333333; 
	font-weight:bold; 
	background-image:url(../images/bullet_sm.gif); 
	background-position: center left; 
	background-repeat:no-repeat; 
	padding: 0 0 0 18px;
}
h2 {
	font-size: 16px; 
	color: #666666;
	font-weight: bold;
}	
h3 { 
	font-size: 13px; 
	color: #222222; 
	font-weight: bold;
}
h4 { 
	font-size: 13px; 
	color: #1181C4; 
	font-weight: bold;
}
p {
	font-size: 12px; 
	color: #000000; bold;
	padding: 0;
	margin: 0;
}
a{
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#CC3300;
	font-weight: bold;
	text-decoration:none;
}
/* INTRO */
.introEnter{
	color: #0066FF;
	font-size:10px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 20px 0;

}
.introEnter a:hover {
	color: #0066FF;
	text-align: center;
	font-weight: bold;
	padding: 20px 0 0 0;

}
.introSmTxt{
	color: #666666;
	font-size:9px;
	padding: 0 0 0 20px;
}
/* end INTRO */

/* FOOTER */
.footerTop {
	background-image: url(../images/footer_bg.gif); 
	background-repeat: no-repeat; 
	font-size: 11px; 
	font-weight: bold; 
	height: 20px;
	color: #000000;
}
.footerTop a {
	color: #003399;
	text-decoration: none;
}
.footerTop a:hover {
	color: #003399;
	text-decoration: underline;
}
.footerContainer { 
	width: 800px; 
	height:21px; 
	font-size: 10px; 
	color:#888888; 
	padding: 3px 0 0 0; 
}
.footerContainer a {
	color: #888888;
	text-decoration: none;
}
.footerContainer a:hover {
	color: #888888;
	text-decoration: underline;
}
.footerCopyrite {
	padding: 0 0 0 10px;
	float: left; 
}
.footerNST {
	text-align: right;
	padding: 0 10px 0 0;
}
/* end FOOTER */ 

/* DIV IMG */
.divImg
{
  margin: 1px;
  border: 1px solid #0099CC;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  font-size: 11px; 
}	
.divImg img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
.divImg a:hover img {border: 1px solid #333333;}
.divDesc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
/* end DIV IMG */