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

@import url(layout.css);

/* #######################  GENERAL SETTINGS ############################ */

html{
	height:100%
} 

body{
	margin:0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
}

/*  Heading Formatting */
h1 {
	font-size:1.9em;
	line-height: 0.8em;
	font-weight: 900;
	color: #000;
}
h2 {
	font-size:1.7em;
	line-height: 0.8em;
	font-weight: 900;
	color: #FF0;
}
h3 {
	font-size:1.5em;
	line-height: 0.8em;
	font-weight: 900;
	color: #000;
}
h4 {
	font-size:1.4em;
	line-height: 0.8em;
	font-weight: 900;
	color: #000;
}
h5 {
	font-size:1.3em;
	line-height: 0.8em;
	font-weight: 900;
	color: #000;
}
h6 {
	font-size:1.2em;
	line-height: 0.8em;
	font-weight: 900;
	color: #F0F;
}

/* Bssic links */

a:link {
	color: #060;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #060;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #060; 
}
a:active {
	color: #F0F;
	font-weight: normal;
	text-decoration: none;
}

img {border: 0 none;}

/* Clears Divs */
.clr{
	clear: both;
}



