body {
    text-decoration: none;
    font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    font-weight: normal; 
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	background: white;
	text-align: center;
}

/* Pervasive Styles */
h1, h2, h3, h4, h5, h6 {
	font-family: "ProximaNovaSemibold", Helvetica, Arial, sans-serif;	
}

label {
	font-weight: bold;
}

.curved {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.button {
	text-transform: capitalize;
	padding: .2em 1em;
	font-family: "ProximaNovaSemibold", Helvetica, Arial, sans-serif;
	background-color: #F2F2F2;
	font-size: 1.2em;
}

/* Structural Styles */

#container {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#header {
	background: url(../images/border-top.png) repeat-x;
	padding-top: 11px; /* let the background peek through */
}

#header .topMenu {
	height: 40px;
	line-height: 40px;
	text-align: right;
}

#header .topMenu > table {
	float: right;
}

/* note: multiple selectors to handle the fact that the .NET menu control renders differntly for different browsers */
#header .topMenu > table > tbody > tr > td,
#header .topMenu > div > span {
	padding-left: 20px;
}

#header .topMenu a {
	color: #666666;
	font-size: 1em;
	font-weight: bold;
}

#header .topMenu a:hover {
	color: black;
}

#header .topMenu a.selected {
	color: black;
	font-weight: bold;
}

#main {
	background: url(../images/mainbackground.png) repeat-y;
	padding: 10px 20px 20px 20px;
}

#footer {
	height: 50px;
	line-height: 50px;
	font-size: 0.8em;
	color: #333;
}

#footer a {
	color: black;
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	text-decoration: underline;
}

.social {
	margin-top: 80px;
	text-align: center;
}

img {
	border: none;
}

table {
    text-decoration: none;
    font-size: 11pt;
    font-weight: normal; 
}

.tableTitle {
	color:Black;
	text-align:left;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold; 
}

th {
    text-decoration: none;
    background-image: none;
    color: White;
    background-color: #d17239;
    font-size: 9pt;
    font-weight: bold; 
}

tr {
    text-decoration: none;
    font-weight: normal;
}

a.whitelink {
	color: White;
}

div {
    font-size: 10pt;
    font-weight: normal; 
}

.small {
    font-size: 8pt;
    font-weight: normal; 
}

.reportTable {
	background-color: White;
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
    text-decoration: none;
    font-size: 11pt;
    font-weight: normal; 
}

.reportTable th {
    background-color: #8E9FBC;
	color: White;
    font-size: 10pt;
    font-weight: bold; 
}

.reportTableHeader {
    background-color: #8E9FBC;
	color: White;
    font-size: 10pt;
    font-weight: bold; 
}

.reportTableHeader2 {
    background-color: #B9B9B9;
	color: White;
    font-size: 8pt;
    font-weight:bold;
    text-align: center;
}

.reportTableCellOdd {
	background-color: White;
	color: Black;
    font-size: 10pt;
    font-weight: normal; 
}

.reportTableCellEven {
	background-color: #E8E8EA;
	color: Black;
    font-size: 10pt;
    font-weight: normal; 
}

.GridViewStyle {
    font-size: 10pt;
}

.GridViewHeaderStyle {
    font-size: 10pt;
}

.GridViewHeaderStyle th {
    background-color: #94944C;
	color: White;
}

.GridViewHeaderStyle a {
	color: White;
}

.GridViewHeaderStyleLevel2 th {
    background-color: #CC9933;
	color: White;
}

.GridViewRowStyle {
    background-color: White;
	color: #555555;
}

.GridViewAlternatingRowStyle td {
	background-color: #E1E1CC;
	color: #555555;
}


