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

/* EAST CHEROKEE STORAGE 2009
===================================== */




/* LAYOUT
===================================== */

body {
	background-image: url(images/bkg-page.jpg);
	background-repeat: no-repeat;
	background-color: #0256D0;
}



/* TYPE
===================================== */

h3 {
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 16px;
	padding-top: 10px;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding-left: 16px;
	padding-right: 24px;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.navtwo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.chart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4FC5D7;
	font-size: 13px;
	font-weight: bold;
}

/* LINKS
===================================== */

.maintext a:link {
	color: #4229BD;
	text-decoration: none;
}
.maintext a:visited {
	text-decoration: none;
	color: #4229BD;
}
.maintext a:hover {
	text-decoration: underline;
	color: #4229BD;
}
.maintext a:active {
	text-decoration: none;
	color: #4229BD;
}

.nav a:link {
	color: #000000;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #000000;
}
.nav a:hover {
	text-decoration: none;
	color: #6DC6DE;
}
.nav a:active {
	text-decoration: none;
	color: #000000;
}

.navtwo a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navtwo a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.navtwo a:hover {
	text-decoration: none;
	color: #4229BD;
}
.navtwo a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.chart a:link {
	color: #4FC5D7;
	text-decoration: none;
}
.chart a:visited {
	text-decoration: none;
	color: #4FC5D7;
}
.chart a:hover {
	text-decoration: underline;
	color: #4FC5D7;
}
.chart a:active {
	text-decoration: none;
	color: #4FC5D7;
}

/* IMAGE STYLE
===================================== */
