@charset "UTF-8";
html,body {
	background-color:#FFFFFF;
	height: 100%; 
	width:100%; 
}

html,body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#9d704b; 
}

input {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#999999; 
}
img { 
	-ms-interpolation-mode: bicubic; 
}

h1 {
	font-weight:bold;
	font-size:15px;
	color:#9d704b;
	padding:0 0 15px 0;
	text-transform:uppercase;
}

h2 {
	font-weight:normal;
	font-size:12px;
	color:#9d704b;
	width:260px;
}

p {
	margin: 0 0 10px 0;
	line-height:14px;
}

ul {
	padding:0;
	margin:0;
	list-style:none;
}

li {
	padding:0em 1em 1em 0em;
	line-height:14px;
}

sup {
	vertical-align:super;
	text-transform:lowercase;
	line-height:10px;
}

.ie6 sup, .ie7 sup {
	line-height:20px;
}

a, 
a:link, 
a:visited	{ 
	color: #9d704b; 
	text-decoration:underline;
}

a:hover	{ 
	text-decoration:none;
}

a.info, 
a.info:link, 
a.info:visited	{ 
	color: #9d704b; 
	text-decoration:none;
}

a.info:hover	{ 
	text-decoration:underline;
}

span.info {
	display:none;
	font-size:10px;
	color: #9d704b; 
}

.outstand {
	color:#9d704b;
}
