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

/* User heading  */

h1 {
	font-size: 21px;
	font-weight:lighter;
	line-height:24px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 21px;
	font-weight:lighter;
	line-height:24px;
	color:#F00;
	margin-bottom:3px;
}


h3 {
	font-size: 16px;
	font-weight:lighter;
	line-height:18px;
}

h4 {
	font-size: 16px;
	font-weight:lighter;
	line-height:18px;
	color:#FFF;
}

h5 {
	font-size: 21px;
	font-weight:lighter;
	line-height:24px;
	color:#F00;
	padding-left:16px;
}

h6 {
	font-size: 16px;
	font-weight:lighter;
	line-height:19px;
	color:#F00;
	padding-bottom:1px;
	font-family: Arial, Helvetica, sans-serif;
}




/* User positional */

/* Main page content floating left */
.moveleft {
	left:-150px;
	margin-right:-150px;
	position:relative;
	float:left;
	padding-top:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:120px;
}

.moveleft a {
	font-weight:bold;
}

.moveleft a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#F00;
}

.moveleft a:active, a:visited {
	text-decoration:none;
	font-weight:bold;
}





/* Main page content floating right */

.moveright {
	right:-240px;
	margin-left:-200px;
	position:relative;
	float:right;
	padding-top:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:190px;
}

.moveright a {
	font-weight:bold;
}

.moveright a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#F00;
}

.moveright a:active, a:visited {
	text-decoration:none;
	font-weight:bold;
}







/* User font specifications */



.red {
	color:#F00;
}

.black {
	color:#000;
}

.grey {
	color:#424242;
}


.larger {
	font-size:120%;
}

.smaller {
	font-size:80%;
}


