/* CSS 2.0 stylesheet for www.wiesbaden.army.mil */
/* default.css */
/* Aaron Rothschild,kbu, Feb.2006 */
/* Version 1.0 */

/* helpful to know:
   "For CSS style sheets, the base URI is that of the style sheet, not that of the source document."
   Source: http://www.w3.org/TR/REC-CSS2/syndata.html#uri
*/


/* General Tags */
body {
	margin: 0;
	padding: 0;
	font-family: , 'Times New Roman', Times, Serif;
	font-size: 10pt;
	line-height: 1.1em;
}

/* -------------------------------------------- */
/**  NO  -- SIDE BAR                          **/
/* ------------------------------------------ */


.sidebar_group {
       display: none;
}

/* ----------------------------------------------------- */
/**                            **/
/* ----------------------------------------------------- */

h1 {
	font-size: 16pt;

}

h2 {
	font-size: 14pt;

}

.title {
	font-size: 14pt;
	padding: 20px 0px 10px 0px;
}


.headline {
	font-size: 14pt;

}


img {
       display: none;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #000;
	text-decoration: none;
	background-image: none;
}

/* at the very bottom of the stylesheet */

/* CSS filter for IE4-5.5 */
@media tty {
	@import url(ie40-55.css);
}
