.pages {
	display: block;
	clear: both;
	text-align: center;
	margin: 10px 0;
}

.pages a {
	padding: 2px 4px;
	border: 1px solid #e3e6e2;
	margin: 0 0px;
	text-decoration: none;
}

.pages a:hover {
	background: #e3e6e2;
	border-color: #b4b5b4;
	text-decoration: none;
}


ul {
	margin-left: 2em;
	padding-left: 0px;
}

body {
	font-size: 0.7em;
}

a {
	font-weight: bold;
	#color: #DB7C1A;
	color: #5699CD;
	text-decoration: none;
}

a:hover {
	#color: #DB7C1A;
	color: #5699CD;
	text-decoration: underline;
}

a.hot {
	color: #0000cc;
}
a.hot:hover {

	color: #3B38AA;	
}

.navTitle {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4B4A74;
}

.navTitle a {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4B4A74;
}

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


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

.title2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #2D265C;
}

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

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

.text2 {
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #4c4c4c;
}

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

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

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

.input {
	font-family: "Verdana", "Arial";
	font-size: 12px;
	color: #5c5c5c;	
	text-align: justify;
	border: 1px solid #dededf;
	height: auto;
	width: auto;
}

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