/* ================= Body Elements ================= */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	Background-color:#000000;
	color: #FFFFFF;
}

/* ================= Hyperlinks ================= */
a:link {
	color: #ffcc99;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #ffcc99;
	}
a:hover {
	text-decoration: none;
	color: #cc0000;
	}
a:active {
	text-decoration: none;
	color: #ffcc99;
	}
a.hyper2:link {
	color: #ffffff;
	text-decoration: none;
	}
a.hyper2:visited {
	text-decoration: none;
	color: #ffffff;
	}
a.hyper2:hover {
	text-decoration: none;
	color: #ffcc99;
	}
a.hyper2:active {
	text-decoration: none;
	color: #ffffff;
	}
a.hyper3:link {
	color: #002A68;
	text-decoration: none;
	}
a.hyper3:visited {
	text-decoration: none;
	color: #002A68;
	}
a.hyper3:hover {
	text-decoration: none;
	color: #cccccc;
	}
a.hyper3:active {
	text-decoration: none;
	color: #002A68;
	}
/* ================= Typography ================= */
.nav_cyanokit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcc99;
	font-weight: bold;
}
.title_cyanokit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #cc0000;
	font-weight: bold;
}
.title_cyanokit_r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
}
.title_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
}
.nav_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffcc99;
	font-weight: bold;
}
.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.text_body_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
}


/* ================= Design Elements ================= */

.navtop{
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #002A68;
}
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EA9692;
}
.gold_line {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #cccccc;
}
.subnav_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
/* ================= Margins - top, right, bottom, left ================= */
.navmargin {
	MARGIN: 5px 5px 5px 5px
}
