﻿/***** Global Styles *****/

body {
	margin: 10px 0px 10px 0px;
	background-color: #CCCCCA;
}/* body */

table {
	border: none;
	border-collapse: collapse;
}/* table */

td {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}/* td */

a {
	color: #669999;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10 pt;
	text-decoration: none;
}/* a */

a:hover {
	text-decoration: underline;
}/* a: hover */

/***** Class Styles *****/

.page-table {
	width: 100%;
	height: 100%;
}/* page-table */

.row-table {
	width: 100%;
}/* row-table */

.side-cell {
	background-image: url("images/side-background.jpg");
	background-repeat: repeat;
	width: 200px;
}/* side-cell */

.menu-cell {
	padding: 10px 10px 10px 10px;
}/* menu-cell */

.main-cell {
	background-color: #F9F4BD;
}/* main-cell */

.crumb-cell {
	color: #F9F4BD;
	background-color: #53230C;
	padding: 5px 10px 5px 10px;
}/* crumb-cell */

.inset-table {
	background-color: white;
	border: solid 1px #A02D32;
	width: 100%;
}/* inset-cell */

/***** Text Styles *****/

.plain-text {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9pt;
	color: black;
}/* plain-text */

.mini-text {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px; 
	line-height: 11.5px; 
	color: #666666
}/* mini-text */

.red-text-bold {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9.5px; 
	font-weight: bold; 
	color: #993333;
}/* red-text-bold */

.teal-text {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9pt; 
	line-height: 15px; 
	color: #669999;
}/* teal-text */

.teal-text-bold {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9pt; 
	line-height: 15px; 
	font-weight: bold; 
	color: #669999;
}/* teal-text-bold */

.teal-header {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11pt; 
	font-weight: bold;
	color: #669999;
}/* teal-header */

.details-link {
	color: #58422C;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}/* details-link */

.details-link:hover {
	text-decoration: underline;
}/* details-link: hover */
	