body {
	font-family: "Trebuchet Ms";
	font-size: 11px;
	color: #9f9f9f;
	line-height:13px;
	text-align: justify;
}

A:link,a:active,a:visited {
	color:#9e7bc2;
	text-decoration: none;
	font-weight:bold;
}
A:hover {
	color:#d98ac0;
	text-decoration: none;
	font-weight:bold;
}

.title {
font-family: Trebuchet MS, sans-serif;
	color: #d98ac0;
	text-transform:lowercase;
	background-color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;


}

h1 {
font-family: Trebuchet MS, sans-serif;
	color: #d98ac0;
	text-transform:lowercase;
	background-color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;

}


h2, h3 {
background-color:#ffffff;

	-moz-border-radius: 4px;
color: #999999;
text-transform:uppercase;
font-size: 7px;
text-align:left;
padding: 2px;
font-family: "Small Fonts";
margin-bottom: 5px;
font-weight:normal
}


input, submit, textarea {
font-family: Trebuchet MS;
font-size: 10px;
padding: 5px;
color: #999999;
border: 0px;
background-color:#ffffff;
	-moz-border-radius: 4px;
}

.noborder {
background: none;
border:0px;
padding: 0px;
}

img {
background-color:#ffffff;
border: 1px solid #999999;;
	-moz-border-radius: 4px;
	padding: 5px;

}

a img {
background-color:#ffffff;
border: 1px solid #999999;
	-moz-border-radius: 4px;
	padding: 5px;
}

a:hover img {
background-color:#ffffff;
border: 1px solid #d98ac0;

	-moz-border-radius: 4px;
	padding: 5px;
}

