/*** Fix HTML Default Styles ***/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: normal;
}

img {
	border: 0;
}


body {
	background: #404040 url(background.jpg) repeat-x;
	font: 0.7em Lucida, Verdana, Helvetica, Arial, sans-serif;
}

#top {
	height: 19px;
	background: url("top.png");
}


#big {
	height: 187px;
}

#headline {
	height: 30px;
}

#menu {
	height: 26px;
	background: url("menu_background.gif");
	text-align: center;
}

.content {
	padding: 18px 18px 18px 18px;
	line-height: 16px;
	color: #333333;
	overflow: auto;
	background: white url("text_background.png");
}

.content .highlighted {
	font-weight: bold;
}



.footer {
	text-align: center;
	height: 18px;
	width:665px;
	background: url("footer.png");
	}

#footer {
	line-height: 19px;
	text-align: center;
	font-size: 0.9em;
	color: #555000;
	
}

#footer a {
	text-decoration: none;
	color: #000080;
}

#footer a:hover {
	color: black;
}

.error {background: url("text_background.png") repeat scroll 0 0 white;
    color: #ac3732 !important;
    line-height: 16px;
    overflow: auto;
    padding: 18px;
	font-size: 150%;
	font-weight: bold;
}
