﻿<%@ ContentType="text/css" %>

body
{
    background-color: #b49c84;
}

.frame_page
{
    border: 1px solid #BBBABA;
    background-color: #FFFCE8;
}
.content
{
    font-family: "Verdana";
    font-size: 11px;
    color: #636363;
    font-weight: bold;
}
.title
{
    font-family: "Verdana";
    font-size: 12px;
    color: #636363;
    font-weight: bold;
}
.content_small
{
    font-family: "Verdana";
    font-size: 10px;
    color: #333333;
}


/*==================================================*/
/* Error Message                                    */
/*==================================================*/
.errmessage
{
    font-family: "Verdana";
    font-size: 11px;
    color: #FF0000;
    font-weight: bold;
}
