/* CSS Document */

/* Generic Styling */

html {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
body {
	background-color: #D2CBB4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	color: #817959;
	font-size: 70%;
	font-weight: normal;
	line-height: 150%;
}
p.nobreak {
	display:inline;
}

	a { 
	color: #817959;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:hover { 
	text-decoration: underline;
	}

.date {
	font-size: 65%;
	color: #75797C;
}

h5 {
	color: #8C3664;
	font-size: 75%;
	font-weight: bold;
	margin:0px;
}

h5.nobreak {
	display:inline;
}

hr {
	height: 1px;
	color: #CD7CAB;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

hr.grey {
	color: #75797C;
}

/* Sub Nav Styles */

.sub_nav{
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 65%;
	font-weight: normal;
	letter-spacing: 0.13em;
	line-height: 120%;
}
	a.sub_nav {
	text-decoration: none;
	color: #FFFFFF;
}
	a.sub_nav:hover {
	color: #CE9D00;
	text-decoration: none;
}

/* Specific classes */

.navigation {
	color: #FFFFFF;
	font-size: 70%;
}
	a.navigation {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 70%;
}
	a.navigation:hover {
	text-decoration: underline;
}


.footer {
	color: #3F4E1A;
	font-size: 65%;
}
	a.footer {
	text-decoration: none;
	color: #3F4E1A;
	font-size: 65%;
	font-weight: normal;
}
	a.footer:hover {
	text-decoration: underline;
}
.table_content {
	color: #817959;
	font-size: 70%;
	font-weight: normal;
	line-height: 150%;
}

.panel {
	color: #505050;
	font-size: 70%;
	font-weight: normal;
	line-height: 120%;
}
.panel_white {
	color: #ffffff;
	font-size: 70%;
	font-weight: normal;
	line-height: 120%;
}
