/* CSS Document */

BODY {
	color: #B3A381;
}

.main {
    font-family: Times New Roman, Arial, sans-serif;
	font-size:10pt;
	font-weight: normal;
}

.14 {
    font-size: 14pt;
	font-weight: normal;
}

.14b {
    font-size: 14pt;
	font-weight: bold;
}

.12 {
    font-size: 12pt;
	font-weight: normal;
}

.12b {
    font-size: 12pt;
	font-weight: bold;
}

.footer {
	border-top: 1px solid #595952;
    padding-top: 8px;
	padding-bottom: 8px;
	font-size: 8pt;
	font-weight: normal;
	color: #595952;
}

P {
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 10pt;
	color: #B3A381;
}

INPUT {
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 8pt;
	color: #B3A381;
}

A {
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 10pt;
	color: #756e60;
	text-decoration: none;
}

A:Hover {
	color: #CCC7BC;
	text-decoration: blink;
}

.title {

	font-family: Times New Roman, Bodoni MT Black, Arial, Helvetica, sans-serif;
	border-bottom: #26211F;
	font-weight: bold;
	font-size: 24pt;

}

.title_sm {

	font-family: Times New Roman, Bodoni MT Black, Arial, Helvetica, sans-serif;
	border-bottom: #26211F;
	font-weight: bold;
	font-size: 16pt;

}

.title_12 {

	font-family: Times New Roman, Bodoni MT Black, Arial, Helvetica, sans-serif;
	border-bottom: #26211F;
	font-weight: bold;
	font-size: 12pt;

}

.box {
	border:1px solid #CCC7BC;
	padding: 0px;
}

.content_box_rt {
	border:1px solid #595952;
	padding-left: 10px;
}

.box:Hover {
	background-color:#332E2C;
}
