html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 10px;
	padding: 0px;
}

A:active, A:visited, A:link {
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

.text {
	color: #2D1A00;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

.border {
	border: 1px solid #D98013;
}

.bg_top {
    background-image: url(../images/c_o.gif);
    background-repeat: repeat-x;
}
.bg_left {
    background-image: url(../images/c_l.gif);
    background-repeat: repeat-y;
}
.bg_right {
    background-image: url(../images/c_r.gif);
    background-repeat: repeat-y;
}
.bg_bottom {
    background-image: url(../images/c_u.gif);
    background-repeat: repeat-x;
}

form {
    margin:0px;
    padding:0px;
}
