@charset "utf-8";
/* CSS Document */

body.mainbody {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: sylfaen;
	background-image: url(structure/CRUMPLE.JPG);
}
body.starter {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: sylfaen;
}
.table {
    font-size: 12px;
}
.mainborder {
    border-right: 4px solid #2A3934;
	border-bottom: 4px solid #2A3934;
	border-left: 4px solid #2A3934;
	border-top: 4px solid #2A3934;
}
.heading1 {
    color: #663333;
	font-size: 20px;
}
.heading2 {
    color: #FFFFFF;
	font-size: 18px;
}
.heading3 {
    font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.heading4 {
    font-size: 18px;
	color: #7A8797;
	font-weight: bold;
}
.heading5 {
    font-size: 13px;
	color: #336666;
}
.heading6 {
    font-size: 14px;
	color: #663333;
	padding: 5px;
	border-bottom: solid 1px #663333;
}
.text1 {
    color: #663333;
	font-size: 16px;
}
.text2 {
    font-size: 10px;
	line-height: 20px;
	color: #585858;
	padding: 5px;
}
.text3 {
    font-size: 14px;
	color: #000000;
}
.text4 {
    color: #FFFFFF;
	font-size:14px;
}
.db {
    font-size: 12px;
	color:#666666;
}
.text5 {
    font-size: 12px;
	color: #000000;
}
.pad {
    padding: 7px;
}
a.textlink {
    color: #CC6633;
	text-decoration: none;
}
a.textlink:hover {
    text-decoration: underline;
}
a.lang {
    color: #663333;
	font-size: 22px;
	text-decoration: none; 
}
a.lang:hover {
    text-decoration: underline;
}
a.dirs {
    color: #585858;
	text-decoration: none;
}
a.dirs:hover {
    color: #7A8797;
}
a.dblink {
    font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
a.dblink:hover {
    text-decoration: underline;
}