html, body
{   margin: 0;
    padding: 0;
    background-color: #000000;
}
/* Main Content for pages */
.bodytext {	font-family: Dotum; font-size: 14px; font-weight: normal; color: #FFFFFF; }
.bodytext_bold {font-family: Dotum; font-size: 14px; font-weight: bold; color: #FFFFFF; }
.bodytext_bold_black {font-family: Dotum; font-size: 14px; font-weight: bold; color: #333333; }
.pageHeading {font-family: Dotum; font-size: 22px; font-weight: bold; color: #FFFFFF; font-style: normal;}
.pageSubHeading {font-family: Dotum; font-size: 16px; font-weight: bold; color: yellow; font-style: normal;}
.bodyRedlargeText {	font-family: Dotum; font-size:20px; font-weight: bold; color: #FF0000;}
.successPostBlue {	font-family: Dotum; font-size:16px; font-weight: bold; color: Blue;}
.bodyEmailSuccess {font-family: Dotum; font-size: 30px; font-weight: bold; color: #333333; font-style: oblique;}

.h1 {font-family: Dotum; font-size: 12px; font-weight: bold; font-style: italic;color: #333333;}
.h2 {font-family: Dotum; font-size: 20px; font-weight: bold; font-style: italic; text-decoration: none; color: #FF1010;}
.h3 {font-family: Dotum; font-size: 18px; font-weight: bold; font-style: italic; text-decoration: none; color: #333333;}

.a:hover {font-family: Dotum; font-size: 12px;color: #333333;}
.a {font-family: Dotum; font-size: 12px; color: #FFFFFF; text-decoration: none; }

/* Menu */
.amenu:hover {font-family: Dotum; font-size: 16px;color: yellow;}
.amenu {font-family: Dotum; font-size: 16px; color: #FFFFFF; text-decoration: none; }
.menuselect {font-family: Dotum; font-size: 16px;color: yellow; text-decoration: none;}


/* Admin */
.adminbodytext {font-family: Dotum; font-size: 14px; font-weight: normal; color: #000000; }
.adminbodytextwhite {font-family: Dotum; font-size: 14px; font-weight: normal; color: #ffffff; }
.adminbodytextbold {font-family: Dotum; font-size: 14px; font-weight: bold; color: #ffffff; }
.adminbodytextblack {font-family: Dotum; font-size: 14px; font-weight: bold; color: #000000; }
.adminpageheading {font-family: Dotum; font-size: 22px; font-weight: bold; color: #ffffff; font-style: normal;}
.admintableheading {font-family: Dotum; font-size: 20px; font-weight: bold; color: #ffffff; font-style: normal;}

.admin:hover {font-family: Dotum; font-size: 12px;color: #333333;}
.admin {font-family: Dotum; font-size: 12px; color: #ffffff; text-decoration: none; }


/* Footer */
.footertext { font-family: Dotum; font-size: 11px; color: #c9c9c9; }
.afooter:hover {font-family: Dotum; font-size: 11px;color: #333333;}
.afooter {font-family: Dotum; font-size: 11px;color: #c9c9c9; text-decoration: none; }

.magnify { background: url(images/magnify.cur);}

