/* General Styles ---------------------------------------------*/
html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	border: 0;
}	
body {
   font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   font-size: 11pt;
   color: #ffffff;
   margin: 0;
   padding: 0;
   background-color: #000000;
   /* background-image:url(/~jwilliams/us-military-guide/images/main/background-color.jpg); 
   background-repeat: repeat-x; */
}
h1 {
	font-size: 175%;
	color: #616161;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px; 
}
h2 {
	font-size: 145%;
	color: #868686;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px; 
}
h3 {
	font-weight: bold;
	color: #ffffff;
	font-size: 90%;
}
h4 {
	margin-top: 10px;
	font-size: 85%;
	color: #ffffff;
	font-weight: normal;
    line-height: 1.3em;
	/* margin-top: 25px;
	margin-bottom: 10px; */ 
}

h5 {
	color: #ffffff;
	font-size: 95%;
	font-weight: normal;
	margin-top: 5px;
}
h6 {
	font-size: 75%;
	color: #CCCCCC;
	font-weight: normal;
}
img {
	border: 0;
}
p {
	margin-bottom: 10px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #ffffff;
	/* font-size: 95%; */
}
a:hover {
	text-decoration: none;
	color: #547fa8;	
}
a:active {
	text-decoration: underline;
	color: #ffffff;	
}

/* Table -----------------------------------------------------------*/
table {
	/* font: 11px/24px Verdana, Arial, Helvetica, sans-serif; */
	font-size: 11pt;
	border-collapse: collapse;
	line-height: 1.4em;
	/* width: 505px; */
	}
