/**
	Style sheet compliments mount doug website's one
	@author: Steve Harrison <thestevospeedo@hotmail.com>
*/

th.first {font-weight: normal;
          text-align: left;
          font-style: italic;}
div.bread {font-size: 10px;
          font-weight: normal;
		  padding: 3px;
          background-color: #bbbbff;
          text-align: left;}
th.sidebar {font-size: 10px;
            font-weight: normal;
            text-align: left;
            background-color: #6666ff;
            color: white;}
th.white {background-color: white;
          font-weight: normal;
          text-align: left;}
th.gray  {background-color: #eeeeee;
          font-weight: normal;
          text-align: left;}
th.title {text-align: left;
          background-color: #bbbbff;}
th.date  {text-align: right;
          font-weight: normal;
          background-color: #bbbbff;}
.banner {text-align: center;
          font-weight: bold;
          font-size: 30px;}
i        {text-align: center;
          font-weight: normal;
          font-size: 12px;}
.error {
	color: red;
}
.center {
	text-align: center;
}

.bigger {
  font-weight: bold;
  font-size: 20px;
}

body, td, th, tr, div, p {
     font-size: 13px !important;
}
