*{
    font-family: Verdana;
}
body {
    margin: 0px;
    font-family: Verdana;
    font-size: 10px;
    color: #525252;
    /*background-color: #2f1508;*/
    background-color:#D2BC8D;
    overflow:hidden;
}

#divhome{
    text-align:right;
    vertical-align:bottom;
    width:100%;
    height:100%;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
    top:0px;
    left:0px;
}

#opaque{
    position:relative;
    top:0px;
    left:0px;
    background-color:#D2BC8D;
    width:100%;
    height:100%;
    vertical-align:bottom;
    filter:alpha(opacity:30);
    -moz-opacity:.30;
}

#background{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:-1;
}

.selected{
    color: #39331D;
}

.message{
    color:#2f1508;
    font-weight:bold;
    font-style:italic;
    font-size:14px;
    position:absolute;right:0px;top:0px;
    width:300px;
    height:305px;
    background:url(../img/message.png) no-repeat;
}

.slogan{
    font-family:Old English Text MT,Verdana;
    color:#000000;
    /*color:#1E0507;*/
    width:100%;
    vertical-align:bottom;
    text-align:right;
    font-weight:bold;
    font-style:italic;
    font-size:24px;
    position:absolute;right:0px;bottom:0px;
    padding:10px;
}

.normalcontent{
    vertical-align:top;
    text-align:left;
    position:absolute;right:0px;bottom:0px;
}

#contenttd{
    height:403px;
    overflow:auto;
    background: url(../img/bg.png);
    border-top:1px solid #D2BC8D;
    border-right:1px solid #D2BC8D;
	border-bottom:1px solid #D2BC8D;
    border-left:1px solid #D2BC8D;
	vertical-align:top;
}
td {
	font-family: Verdana;
	font-size: 10px;
	color: #2f1508;
}
textarea, input, select {
	font-family: Verdana;
	font-size: 10px;
	color: #39331D;
}
.tableDetail {
	font-size: 10px;
	font-family: Verdana;
	color: #49394E;
}
a:link {
	color: #2f1508;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #2f1508;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #2f1508;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

h1{
    color: #2f1508;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
    margin:0px;
    padding:0px;
}

h2{
    color: #2f1508;
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
    font-style:italic;
    margin:0px;
    padding:0px;
}

h3{
    color: #2f1508;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
    margin:0px;
    padding:0px;
}

h4{
    color: #2f1508;
	font-family: Verdana;
	font-size: 13px;
	font-style:italic;
    margin:0px;
    padding:0px;
}

h5{
    color: #2f1508;
	font-family: Verdana;
	font-size: 12px;
	font-style:italic;
    margin:0px;
    padding:0px;
}

/* MESSAGE BOX */

#messagebox {
position: absolute;
/* float:center; */
width: 400px;
height: 0px;
top: 10px;
left: 10px;

visibility: hidden;
}

#message {
padding-top: 20px;
padding-bottom: 10px;
font-family: Verdana;
font-size: 13px;
color: gray;
}

.pointer {
cursor: pointer;
}

.messagetitle {
padding: 2px 0px 0px 0px;
font-family: Verdana;
font-size: 13px;
font-weight: bold;
color: orange;
text-align: center;
}

td.roundBox {
position: relative;
background-color: white;
width: 200px;

font-family: Verdana;
font-size: 13px;
font-weight: normal;
color: gray;
text-align: center;
}
td.uedge {
background-position: top;
background-image: url(../img/message_box/u.jpg);
background-repeat: repeat-x;
height: 26px;
}
td.redge {
background-image: url(../img/message_box/r.jpg);
background-position: top right;
background-repeat: repeat-y;
}
td.bedge {
background-image: url(../img/message_box/b.jpg);
/*background-position: bottom left; */
background-position: top;
background-repeat: repeat-x;
}
td.ledge {
background-image: url(../img/message_box/l.jpg);
background-repeat: repeat-y;
}
td.ulcorner {
background-image: url(../img/message_box/ul.jpg);
background-position: top left;
background-repeat: no-repeat;
}
td.urcorner {
background-image: url(../img/message_box/ur.jpg);
background-position: top right;
background-repeat: no-repeat;
cursor: pointer;
}
td.blcorner {
width: 23px;
height: 7px;
background-image: url(../img/message_box/ll.jpg);
background-position: bottom left;
background-repeat: no-repeat;
}

td.brcorner {
width: 23px;
height: 7px;
background-image: url(../img/message_box/lr.jpg);
background-position: bottom right;
background-repeat: no-repeat;
}