/* Standard Tags */
body {
	margin: 0;
/*	background-color: #e5e5e5; 
	background: #C0C0C0 url(../images/background1.png) top center repeat-y;*/
	background-color: #C0C0C0;

}

h1 {
	color: #C01F25;
/*	color: #505050;  */
	font-weight: 600;
	font-size: 24px;
	font-family: Tahoma, Helvetica, sans-serif ;
	text-decoration: none;
}

h2 {
	color: #C01F25;
/*	color: #505050;  */
	font-weight: 600;
	font-size: 19px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
}

h3 {
	color: #C01F25;
/*	color: #505050;  */
	font-weight:  600;
	font-size: 16px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
 }

h4 {
	color: #C01F25;
/*	color: #505050;  */
	font-weight:  600;
	font-size: 14px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
 }

p {
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

td {
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}


li {
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}


/* Your own classes*/

.subhead {
	color: #505050;
	font-weight:  600;
	font-size: 16px;
	font-style: italic;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 130%;
}

.smalllinktext {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.tooliegreybold {
  	color: #404040;
	font-weight: bold;
}

.tooliebluebold {
  	color: #0F6292;
	font-weight: bold;
}

.toolieredbold {
  	color: #C01F25;
	font-weight: bold;
}

.mastertable{
	background-color: #FFFFFF;
}

.content {
	padding: 10px;
}
.nav {
	background-color: #373737;
}

.leftcolumn {
	padding: 10px 5px 10px 5px;
	border-right: 1px solid #808080;
}

.rightcolumn {
	padding: 8px 8px 10px 8px;
	border-left: 1px solid #808080;
}

.footer {
	padding: 10px;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;


}

.textSmallBlack
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000
}

/* Hyperlinks */

a {
	color: #C01F25;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #C01F25;
	text-decoration: underline;
}

a:active {
	color: #FFCC00;
	}

a:visited {
	color: #505050;
	text-decoration: underline;
}

a:visited:hover {
	color: #FFCC00;
	text-decoration: underline;
}

