a {
color: blue; 
font-size: 10pt; 
text-decoration: none; 
font-family: Tahoma;
}

a:visited {
	COLOR: Purple; 
	TEXT-DECORATION: none; 
	font-family: Tahoma;
}

a:hover {
COLOR: #ff0000;
TEXT-DECORATION: underline;
font-family: Tahoma;
}

BODY {font-family: Tahoma;
SCROLLBAR-FACE-COLOR: #dac5b4; 
SCROLLBAR-SHADOW-COLOR: #a69c94; 
SCROLLBAR-3DLIGHT-COLOR: #6e6761; 
SCROLLBAR-ARROW-COLOR: #7e7a77; 
SCROLLBAR-TRACK-COLOR: #ede6e0; 
SCROLLBAR-DARKSHADOW-COLOR: #7e7a77; 
SCROLLBAR-BASE-COLOR: #ede6e0;}

#menu {
	padding: 5px 0 0 5px
}

#menu a, #menu a:visited {
color: black; 
font-size: 10pt; 
TEXT-DECORATION: none; 
font-family: Tahoma;
}


#menu a:hover {
COLOR: Red; 
font-size: 10pt; 
TEXT-DECORATION: underline; 
font-family: Tahoma;
}

H1 {font-size: 18pt; text-align: center; font-family: arial; color: #000000}
table {font-size: 10pt}

H2 {font-size: 16pt; text-align: center; font-family: arial; color: #000000}

a.a1 {
font-size: 11pt; 
font-family: Tahoma;
color : Black;
 font-weight : bold;
}

a.a1:visited {
font-size: 11pt; 
font-family: Tahoma;
color : Black;
 font-weight : bold;
}

a.a1:hover {
font-size: 11pt; 
font-family: Tahoma;
color : Red;
 font-weight : bold;
}

H3 {
font-size: 12pt; 
font-weight: strong; 
text-align: left; 
font-family: arial; 
color: #000000
}

#content {
	text-align: justify;
}

#claim {
	background: #eeecb7; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding-left: 15px; 
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
}

.left {
	background: #CEBCA8; 
	margin-top: 30px; 
	padding-top: 10px; 
	text-align: center
}

.head {
	background: #AD8F6D;
	font-weight: bold;
	margin: 0
}