a {
	font-weight: bold;
	color: #b5b5c5;
	text-decoration: none;
}

a:hover {
	color: #9595a5;
	text-decoration: none;
}

hr {
	border: 0;
	color: #dededf;
	background-color: #dededf;
	height: 1px;
}

.title1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #b5b5b5;
}

.title2 {
	font-family: "Century Gothic", "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-style: normal;	
	color: #505585;
}

.title3 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 19px;
	color: #705585;
}

.text1 {
	font-family: "Century Gothic", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #4c4c4c;
	list-style-image: url(../images/triangle.gif);
}

.text2 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #b5b5b5;
}

.text3 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	letter-spacing: 0px;
	color: #858585;
}

.border {
	border-collapse: collapse;
	border: 1px solid #dededf;
}

.border2 {
	border-collapse: collapse;
	border: 1px solid #eeeeef;
}

.input {
	font-family: "Arial";
	font-size: 10px;
	text-align: justify;
	border: 1px solid #dededf;
	height: auto;
	width: auto;
}

.button {
	font-family: "Arial";
	font-size: 10px;
	border: 1px solid #dededf;
	cursor: pointer; /* netscape/mozilla */
	cursor: hand; /* ie */
}