/* General */         
body{
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background: #000;
	text-align: left;
	margin: 0;
}

---*/
/* General links */
a:link{
	color: #000;
	font-weight: bold;
	border: 0;
}

a:visited{
	color: #707070;
	text-decoration: line-through;
	font-weight: bold;
}

a:hover{
	color: #660000;
	text-decoration: underline;
	font-weight: bold;

}


/* Paragraphs */
p{
	line-height: 1.3em;
	margin: 15px 0 0 10px;
}

acronym {
	color: #B74213;
	font-weight: bold;
	font-size: 10px;
	border-bottom: 1px dashed #B74213;
}

h3{
	font-size: 22px;
	text-align: center;
}

h2{
	font-size: 18px;
	text-align: center;
}

/* Container */
#frame{
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#container{
	position: relative;
	width: 550px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 10 0;
	text-align: left;	
	background: #fff;
}

/*Footer*/
#footer{
	background: #AAAAFF;
	position: absolute;
	bottom:35px;
	line-height: 45px;
	height: 45px;
	margin: 30px -10px -10px -10px;
	padding: 0 10px 0 0;
	border-width: 3px;
	border-style: ridge;
	border-color: #00009C;
	font-weight: bold;
	text-align: center;
}

#footer a{
	text-transform: uppercase;
	font-size: 9px;
	color: #00009C;
	text-decoration: none;
}

/* End code */