
body {
 margin: 0;
 padding: 0;
 background: #333333;
 font-family: Arial, helvetica, sans-serif;
 font-weight: 500; 
 text-align: left;
 letter-spacing: 1px;
 text-indent: 0px;
 font-size: 16px;
 color:#FFFFFF;
}
.main-table {
	background-color: #001E55;
	background:"img/bg06.gif";
}
.header-table {
	background-color: #001E55;

}
a:link {
 text-decoration: none;
 color: #6666CC;
 font-weight: 400;
 font-size: 14px;
}

a:visited {
 text-decoration: none;
 color: #9999FF;
 font-weight: 400;
 font-size: 14px;
}

a:hover {
 text-decoration: underline;
 color: #CCCCCC;
 font-weight: 400;
 font-size: 14px;
}
.related {
	color:white; 
	font-size:13px; 
	line-height:1em;
}
p {
 font-family: Arial, helvetica, sans-serif;
 font-weight: 500; 
 letter-spacing: 1px;
 text-indent: 15px;
 color: #ffffff;
 font-size: 16px;
}
b {
 font-family: Arial, helvetica, sans-serif;
 font-weight: 600; 
 letter-spacing: 0px;
 color: #6666CC;
 font-size: 1em;
}

#app3 {
 font-family: Arial, helvetica, sans-serif;
 font-weight: 600; 
 letter-spacing: 0px;
 color: #6666CC;
 font-size: 1em;
}
#home {
 font-weight: 500; 
 letter-spacing: 0px;
 text-indent: 0px;
 color: #ccccff;
 font-size: 1em;
}
#copy {
 font-weight: 600; 
 letter-spacing: 0px;
 text-indent: 0px;
 color: #ccccff;
 font-size: 13px;
}
.width721 {
			width: 721px;
}
.width621 {
			width: 621px;
}
.width600 {
	width: 600px;
}
@media (max-width: 640px) { 
	.width600,
	.width621,
	.width721 {
/* 		outline: solid 2px red; */
		width: 100%;
	}
	.no-mobile {
		display: none;
  }
  .bottom-td,
	.side-menu {
	display: table-footer-group;
	width: 100%
	}
	.top-td,
	.main-body {
	display: table-header-group;
	width: 100%;
	}
	.width621 {
	width: 100%;
	}
}

@media (max-width: 481px) { 

	.no-mobile-sm {
		display: none;
	}
	blockquote {
		margin: 1em 20px;
	}
	.link-spacing a {
		min-height: 28px;
		display: inline-block;
	}
}
@media (max-width: 321px) { 
	.related {
		/* outline: solid 2px red; */
		display: none;
	}
}