body {
	margin: 0px;
	background-color: #9EBBDB;
	background-image: url('images/bg_gradient.jpg');
	background-repeat: repeat-x;
	color: #606060;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
}


p {
	margin-top: 3;
	margin-bottom: 3;
	line-height: 170%;
	color: #606060;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
}

p.on_dark {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 200%;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
}

td {
	color: #606060;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
}

span.form-element-validation {
	display: none;
}





a {
	font-size: 8pt;
	color: #5B84B7;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}

a:hover {
	font-size: 8pt;
	color: #5B84B7;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 0;
	margin-bottom: 0;
}

a.link-title {
	font-size: 8pt;
	color: #5B84B7;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}

a.link-title:hover {
	font-size: 8pt;
	color: #5B84B7;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0;
	margin-bottom: 0;
}


a.anchor {
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	margin-top: 3;
	margin-bottom: 3;
}

a.anchor:hover {
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	margin-top: 3;
	margin-bottom: 3;
}





a img.portfolio {
	border-width: 5px;
	border-color: #C3D5E5;
}

a:hover img.portfolio {
	border-width: 5px;
	border-color: #5A85B5;
}



h1 {
	font-size: 8pt;
	color: #B0B0B0;
	font-family: Arial;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 14pt;
	color: #000000;
	font-family: Georgia;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20;
}

h3 {
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	margin-top: 3;
	margin-bottom: 3;
}



/***********************************
*  DATA TABLES                     *
************************************/

/* General Table Styles */

table.data-table {
	margin-top: 20px;
}

table.data-table tr.row-header {
	background-color: #37434F;
}

table.data-table tr.row-header img {
	margin-left: 5px;
}

table.data-table td {
	height: 22px;
	padding-left: 5px;
	vertical-align: center;
	border-right: 1px solid #FFFFFF;
}


/* Text Styles */

table.data-table p {
	margin: 0px;
}

table.data-table a {
	font-size: 8pt;
}

table.data-table tr.row-header a {
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
}

table.data-table td p {
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	margin: 0px;

}

table.data-table td p.cell-text {
	overflow-y: hidden;
	height: 13px;
}

table.data-table tr.row-header a, table.data-table tr.row-header p {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


/****** Styles for alternating rows and highlighed row *******/

tr.row1 {
	background-color: #FFFFFF;
}

tr.row2 {
	background-color: #D1D6DB;
}

tr.row-over1 {
	background-color: #FFFFFF;
}

tr.row-over2 {
	background-color: #D1D6DB;
}

tr.row-highlight {
	background-color: #C2E5F9;
}

td.header-focus {
	background-color: #2C5072;
}



/****************************************
*   Paging                              *
*****************************************/

#page-navigation {
	margin-top: 10px;
	width: 780px;
}

#page-navigation p {
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
}



/***********************************
*  NOTICE                          *
************************************/
/*
#notice {
	background-color: #C3D5E5;
	border: 1px solid #5D80AA;
	margin-bottom: 10px;
}

#notice-container {
	padding: 10px;
	font-weight: normal;
}

#notice p {
	font-size: 10pt;
	font-family: Verdana;
	font-weight: normal;
	padding-left: 10px;
	line-height: 150%;
}
*/