html, body {
    height: 100%;
    padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Tahoma, Sans;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	background: #ddecff url(../gfx/bg.gif) no-repeat center center;
}

h1 {
    margin: 0px 10px 10px 0px;
    padding: 0px;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}

h2 {
    margin: 0px 10px 10px 0px;
    padding: 0px;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

h2 a, h3 a {
    color: #000;
    text-decoration: none;
}

h3 {
    margin: 10px 10px 10px 0px;
    padding: 0px;
    color: #000;
    font-size: 12px;
}

a {
	color: #FFF;
}
a:hover {
    color: #661515;
}

p {
    margin: 10px 0 10px 0; 
    padding: 0px;
    text-align: justify;
}
strong {
    font-weight: bold;
}

img {
	border: 0;
	margin: 0;
}
form {
	border: 0;
	margin: 0;
	padding: 0;
}
div.clearer {
	clear: both;
}

label {
	cursor: pointer;
}

input, textarea, select {
	font-family: Verdana, Arial, Tahoma, Sans;
	font-size: 12px;
}

.textarea250 {
    width:269px;
    padding:2px 2px 2px 2px;
    background-color: #ebebeb;
    height:75px;
    border:0px;

}

.text250 {
    width: 269px;
    height: 23px;
    padding: 2px 2px 2px 2px;
    background-color: #ebebeb;
    border: 0;
}

.text200 {
    width: 214px;
    height: 23px;
    padding: 2px 2px 2px 2px;
    background-color: #ebebeb;
    border: 0;
}

.text50 {
    width: 46px;
    height: 23px;
    padding: 2px 2px 2px 2px;
    background-color: #ebebeb;
    border: 0;
}

.submit {
    width: 103px;
    height: 27px;
    border: 0;
    background-color: #1062a4;
    color: #FFF;
    cursor: pointer;
}


ul.error_list {
    color: red;
}

/* main */
table.main-container {
    width: 100%;
    height: 100%;
}

    table.main-container td.main-content {
        width: 832px;
        height: 509px;
        padding: 25px 33px 35px 35px;
        background: transparent url(../gfx/content-bg.png) no-repeat center center;
        
    }
    
    div.header-left {
        float: left;
        width: 135px;
        height: 90px;
    }
    
    div.header-right {
        float: right;
        width: 600px;
        height: 90px;
        color: #003c78;
        font-size: 16px;
        line-height: 20px;
    }
    
        div.header-right p {
            margin: 0;
            padding: 0;
            text-align: right;
        }
        
        div.header-right p.tiny-text {
            text-align: right;
            font-size: 12px;
            line-height: 14px;
        }
    
    div.content {
        float: left;
        width: 832px;
        height: 297px;
    }
    
    div.footer-left {
        float: left;
        width: 318px;
        height: 16px;
        padding-top: 70px;
    }
    
    div.footer-right {
        float: right;
        width: 245px;
        height: 57px;
        padding-top: 60px;
    }
    
    p.error-box {
        color: red;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    
    p.ok-box {
        color: green;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    
    p.info-box {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    
