/* Body Styles */
body { background: #F1D079; }

/* Tables Styles */
.border { background: #4C4C4C; }

.goldbox { background-image: url('../images/bg_gold_box.jpg'); background-repeat: repeat-x; }

.navbox { background-image: url('../images/bg_navigation.gif'); background-repeat: repeat-x; }

.blue { background: #60667A; }

.brown { background: #A55E3E; }

.calendar { background: #F1D079; }
/* Text Styles */
.nav1 { font-family: Arial, Verdana, sans-serif;
	color: #F7E046;
	font-size: 9pt;
	font-weight: bold;
	}
.nav1 a { font-family: Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	}
.nav1 a:hover { text-decoration: underline; }

.nav2 { font-family: Arial, Verdana, sans-serif;
	color: #F7E046;
	font-size: 9pt;
	}
.nav2 a { font-family: Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	text-decoration: none;
	}
.nav2 a:hover { text-decoration: underline; }

.smallwhite { font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	}
.smallwhite a { font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
	}
.smallwhite a:hover { text-decoration: none; }

.header { font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #A55E3E;
	}

.headerB { font-family: Arial, Verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #A55E3E;
	}
	
.date { font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	}
.date a { font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #A55E3E;
	text-decoration: underline;
	}
.date a:hover { text-decoration: none; }

.copy { font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #000000;
	}
.copy a { font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #A55E3E;
	text-decoration: underline;
	}
.copy a:hover { text-decoration: none; }
.copy b { font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #000000;
	}

.title { font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #A55E3E;
	}
.title a { font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #A55E3E;
	text-decoration: underline;
	}
.title a:hover { text-decoration: none; }

.caption { font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-style: italic;
	}
	
.title2 { font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #A55E3E;
	}
	
.calDate { font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	}
.calDate a { font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #A55E3E;
	text-decoration: underline;
	}
.calDate a:hover { text-decoration: none; }

/* Form styles */
.box { border-style: solid;
	border-color: #A55E3E;
	border-width: 1px;
	background: #F1D079;
	}

.button { font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #A55E3E;
	border-style: solid;
	border-color: #A55E3E;
	border-width: 1px;
	background: #F1D079;
	}