@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
}

.hide {
	position: absolute;
	left: -10000px;
}

img {
	border: none;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}
.smaller {
	font-size: 80%;
}
a:link, a:visited, a:hover {
	color: #aebaf6;
	text-decoration: none;
}

a:visited {
	/* color: #755184;
	text-decoration: underline; */
	
	color: #d2d6f5;	
}

a:hover {
	color: #aebaf6;
	text-decoration: underline;
}

body {
	background-color: #6970a7;
}

div.wrapper {
	margin: 0 auto;
	width: 52em;
}

.alert {
    background: #fff6bf url(../_images/icons/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
	width: 65%;
}

.info {
	background: #f8fafc url(../_images/icons/information.png) 15px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	width: 65%;
	}

span.highlight {
	background-color: #eee;
}
span.lighterText {
	color: #777;
	font-style: italic;
	display: block;
	font-size: 90%;
	
}