/* DESIGN */

/***********************
         TEXT
***********************/

.small {
	font-size: 95%;
}
.big {
	font-size: 108%;
}
.large {
	font-size: 116%;
}
h2 {
	font-size: 116%;
	font-weight: 200;
	color: #1F2325;
}
.bold {
	font-weight: 700;
}

/***********************
         COLOR
***********************/



/***********************
		LINKS
***********************/

a {
	text-decoration: none;
	color: #86D9FF;
	cursor: pointer;
}
a:hover {
	color: #DCF4FF;
}
a img {
	text-decoration: none;
	border: none;
}


/***********************
       ALIGNMENT
***********************/

.center {
	text-align: center;
	margin: 0 auto 0 auto;
}
ul {
	list-style: none;
}
.clearall {
	clear: both;
	width: 100%;
	height: 0em;
	line-height: 0em;
}
.pre-load {display:none;}

/***********************
         MISC.
***********************/

.hr {
	background-color: #4D4D4D;
	height: 1px;
	width: 100%;
	margin: 3px auto;
	padding: 0 0px;
	font-size: 0em;
	line-height: 0em;
}

/***********************
       TRANSPARENT
***********************/

/*.transparent {
	background-color: #000033;
	width: 200px;
	height: 200px;
	filter: alpha (opacity=25);
	opacity: .25;
}*/

