BODY {
	font-family: Arial;
	font-size: 11px; 
	margin: 0px;
	background-image: url(img/bg.gif);
	padding: 0px; }
	
TABLE, TR, TD {
	vertical-align: top;
	padding: 0px; }
	
#pageContent h1 {
	font-size: 18px;
	color: #004D8E;
	margin: 0px 0px 0px 0px; }
	
#pageContent h2 {
	margin: 0px 0px 15px 5px;
	font-size: 14px; }
	
#pageContent li {
	font-size: 12px; }
	
#pageContent p {
	font-size: 12px;
	margin: 0px 0px 10px 15px; }

A:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00316F; }
A:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00316F; }

.topbuttonLeft {
	padding-top: 1px;
	border-right: 1px solid #B2C0D0;
	vertical-align: middle;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #00316F; }
	
.topbuttonMiddle {
	padding-top: 1px;
	border-right: 1px solid #B2C0D0;
	border-left: 1px solid #B2C0D0;
	vertical-align: middle;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #00316F; }
	
.topbuttonRight {
	padding-top: 1px;
	border-right: 2px solid #B2C0D0;
	border-left: 1px solid #B2C0D0;
	vertical-align: middle;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #00316F; }
	
A:link.topButton {
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #00316F; }
A:visited.topButton {
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #00316F; }
	
.copyright {
	font-size: 10px;
	padding-top: 25px;
	font-style: italic;
	text-align: right; }

/* Standard Revolution Styles */
.breadcrumb_current {
	font-size: 11px;
	font-weight: bold;
	color: #636363;
	text-decoration: none; }

.breadcrumb_link {
	font-size: 11px;
	font-weight: bold;
	color: #8E8376;
	text-decoration: none; }
	
#pageContent {
	padding-top: 0px; }
	
.searchResultTitle {
	font-weight: bold;
	font-size: 12px; }
	
.searchResultDescription p {
	padding-left: 10px;
	color: #333;
	font-size: 11px; }
	
/* Paginated Table classes */
.paginated-table {
	margin-left: 10px;
	margin-right: 20px;
	width: 98%;
	font-family: arial;
	border: 2px dotted #C3C3C3; }

.paginated-table-row-0 {
	text-align: left;
	font-size: 12px;
	border: 1px solid #000;
	background-color: #DEE4E8; }

.paginated-table-row-1 {
	text-align: left;
	font-size: 12px; }

.paginated-table-row-base0 {
	text-align: left;
	font-size: 12px;
	border-top: 1px dotted #C3C3C3;
	padding: 2px 0px 2px 1px; }

.default-cell-0 {
	text-align: left;
	font-size: 12px;
	border-top: 1px dotted #C3C3C3;
	background-color: #CBD6DD;
	padding: 1px 0px 2px 2px; }

.paginated-table-row-base1 {
	text-align: left;
	font-size: 12px;
	padding: 0px 0px 2px 2px;
	border-top: 1px dotted #C3C3C3;
	background-color: #DEE4E8; }


/* Below are classes and redefinitions for Form Elements */
form {
	margin: 0px;
	padding: 0px; }

input .default {
	padding-bottom: 3px;
	margin-bottom: 2px; }

input .disabled {
	background-color: #fff;
	padding-bottom: 3px;
	margin-bottom: 2px; }

input { 	// For IE
	font-family: sans-serif;
	font-size: 12px;
	color: #2E415A;
	padding: 2px 0px 2px 2px;
	border: 1px solid #000; }

input[type=hidden] {
	margin: 0px;
	padding: 0; }

input[type=radio] {
	margin-bottom: 4px;
	padding: 0; }

input[type=text], input[type=password] { 	// Only works on compliant browsers
	height: 16px;
	font-family: sans-serif;
	font-size: 12px;
	color: #2E415A;
	padding: 2px 0px 3px 2px;
	margin-bottom: 2px;
	border: 1px solid #000; }

input[type=submit] { 				// Only works on compliant browsers
	height: 16px;
	font-family: sans-serif;
	font-size: 11px;
	border: 1px outset;
	background-color: #fff;
	padding: 0px 4px 2px 4px; }

input[type=button] { 				// Only works on compliant browsers
	height: 16px;
	font-family: sans-serif;
	font-size: 11px;
	border: 1px outset;
	background-color: #fff;
	padding: 0px 4px 2px 4px; }

input:hover[type=button] {
	color: #fff;
	background-color: #7d95b5; }

input:hover[type=button] .disabled {
	color: #fff;
	background-color: #fff; }
	
input:hover[type=submit] {
	color: #fff;
	background-color: #7d95b5; }

input:hover[type=submit] .disabled {
	color: #fff;
	background-color: #fff; }

textarea {
	font-family: sans-serif ;
	font-size: 12px;
	color: #2E415A;
	padding: 2px 1px 2px 2px;
	margin-bottom: 5px;
	border: 1px solid #000;
/*	scrollbar-base-color: #C3C3C3;
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-shadow-color: #D3D3D3;
	scrollbar-face-color: #D3D3D3;
	scrollbar-highlight-color: #FFF; */ }

select {
	height: 15px;
	font-family: sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-bottom: 5px;
	border: 1px solid #000; }

#twitter_update_list {
	margin-left: 0px;
	padding-left: 25px;
	padding-right: 7px;
	color: #999999;
	margin-top: 4px;
	width: 145px;
}

#twitter_update_list li {
	word-wrap: break-word;
}

#twitter_update_list li a {
	font-size: 11px;
	color: #FFF;
}

#twitter_update_list li a:visited {
	font-size: 12px;
	color: #FFF;
}

#twitter_update_list li span {
	font-size: 11px;
	color: #FFF;
}

#profileLink {
	color: #FFF;
	padding-left: 3px;
	font-size: 10px;
}
#twitterPreloader {
	color: #FFF;
	font-size: 11px;
	padding-left: 5px;
}

