/* CENTRIX */

/* SITE BASICS */
html {
	scrollbar-face-color:#D4D0C8;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-arrow-color:#464646;
	scrollbar-3dlight-color:#CCCCcc;
	scrollbar-darkshadow-color:#999999;
	scrollbar-track-color:#e6e6e6; 
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #FFFFFF;
}

ul {
	list-style: square;
}

img { 
	border-color: #000000;
}
img.mug { 
	border-color: #000000;
	margin-right: 10px;
}





/* BASIC TEXT */
.text, .text table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 125%;
	color: #000000;
}
.text a {
	font-weight: bold;
	color: #74000D;
	text-decoration: none;
}
.text a:hover {
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
}
.text .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 100%;
	color: #000000;
}
.text ul {
	list-style-type: square;
	line-height: 150%;
}
.text ol {
/*	line-height: 150%;*/
}
.text .subhead {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.text .medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.text .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}




/* RECENT HIGHLIGHTS */
.highlights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.highlights .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 1px;
}




/* SIDEBAR */
.sidebar, .sidebar table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}
.sidebar a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.sidebar a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.sidebar ul {
	margin-left: 0px;
	margin-top: -1em;
	padding-left: 20px;
	text-indent: -15px;
	list-style-type: square;
	list-style-position: inside;
	line-height: 150%;
}
.sidebar .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 100%;
	color: #000000;
}
.sidebar .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 150%;
}

