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

body{padding:0;
margin:0;
}

.tblOuter
{
width:1024px;
height:768px;
}

.tblMnu
{
background:url(../images/inner/mnubg.jpg);
background-repeat:repeat-x;
width:1024px;
height:116px;
}

.tblMiddle
{
/*background-color:#941816;*/
background:url(../images/inner/middleBg.jpg);
background-repeat:no-repeat;
background-position:center top;
}

.tblBottom
{
background-color:#cdc6aa;
}

/*.txtLogo
{
font-family:Script MT Bold;
font-size:38px;
color:#FFFFFF;
text-decoration:none;
}*/

.txtLogoBottom
{
font-family:Arial;
font-size:13px;
color:#FFFFFF;
text-decoration:none;
}

.txtGray
{
font-family:verdana;
color:#cdc6aa;
font-size:19px;
text-decoration:none;
}

.txtContent
{
font-family:verdana;
color:#e5b9b8;
font-size:14px;
text-decoration:none;
}

.txtContentDark
{
font-family:verdana;
color:#530d0d;
font-size:12px;
text-decoration:none;
}

.txtContentSmallwht
{
font-family:verdana;
color:#ffffff;
font-size:10px;
text-decoration:none;
}

.txtContentSmalldark
{
font-family:verdana;
color:#530d0d;
font-size:11px;
text-decoration:none;
}

.txtMnu
{
font-family:Verdana;
font-size:18px;
color:#FFFFFF;
text-decoration:none;
}

.txtMnuBlack
{
font-family:Verdana;
font-size:15px;
color:#000000;
text-decoration:none;
}

.txtMnuLarge
{
font-family:Verdana;
font-size:19px;
color:#921817;
text-decoration:none;
}

a:hover
{
color:#FFFF99;
}


