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

/* Formatting */
body {
	background-image:url(edit.hangul.anko.jpg);
	background-repeat:repeat
}

/* Texts */
.bodytext {
	font-family: Trebuchet MS, Garamond, Verdana, Arial;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.6em;
}
.bodytextkrn {
	font-family: Batang, Gulim;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.6em;
}


/* Header */
.bodyheader {
	font-family: Trebuchet MS, Garamond, Verdana, Arial;
	font-size: 18px;
	color: #770003;
	font-weight: bold;
	line-height: 1.2em;
}
.bodyheaderkrn {
	font-family: Batang, Gulim;
	font-size: 18px;
	color: #770003;
	font-weight: bold;
	line-height: 1.2em;
}
.bodyminorheader {
	font-family: Trebuchet MS, Garamond, Verdana, Arial;
	font-size: 1.1em;
	color: #770003;
	font-weight: bold;
}
.bodyminorheaderkrn {
	font-family: Batang, Gulim;
	font-size: 1.1em;
	color: #880D0D;
	font-weight: bold;
	line-height: 1.3em;
}
.whitebody {
	font-family: Trebuchet MS, Garamond, Verdana, Arial;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.6em;
}
.strongwhitebody {
	font-family: Trebuchet MS, Garamond, Verdana, Arial;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
/* Top headers - template only */
.sectionheader {
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #ffffff;
	text-transform: lowercase;
}


/* Links */
.bodylinks {
	font-family: Trebuchet MS, Garamond, Verdana, Arial;
	font-size: 1em;
	color: #BB595F;
	font-weight: normal;
}
.bodylinks2 {
	font-family: Trebuchet MS, Garamond, Verdana, Arial;
	font-size: 1.1em;
	color: #BB595F;
	font-weight: bold;
}
.headerlinks {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-transform: lowercase;
	text-align:center;
}
.greyheaderlinks {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	text-transform: lowercase;
	text-align:center;
	background-color:#530002;
}


/* Link properties */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/* Tables */

/* Background table */
#mainbodytable {
	background-color: #ffffff;
}
/* Main body table */
#maintable {
	background-color: #3C0001;
}
/* All body tables */
#generictable {
	border-collapse: collapse;
}
/* Body table header text tables */
#bodytable {
	background-color: #8A96A8;
}

/* Top nav table */
#headertable {
	background-color: #b0484c;
	text-align: center;
}
/* Bottom nav table */
#roottable {
	background-color: #530002;
	text-align: center;
	color: #ffffff;
}
/* Maroon - Footertable applies to top and bottom table (logo and credits) */
#footertable {
	background-color: #770003;
}


/* Unused */
#darktable {
	background-color: #575A68;
}
#crimson {
	background-color:#AE0000;
}
#orange {
	background-color: #cc6600;
}
#goldenrod {
	background-color: #CC9900;
}
#maroon {
	background-color:#770003;
}
#ochre {
	background-color:#CC7722;
}
#rust {
	background-color:#B7410E;
}
#burgundy {
	background-color:#801818;
}
#carmine {
	background-color:#960018;
}


/* Footers */
.footermain {
	font-family:Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
}