/* Standard Tags */
body {
	margin: 0;
	background-color: #F0F0F0;

}

h1 { 
	color: #505050;
	font-weight: 600;
	font-size: 24px;
	font-family: Tahoma, Helvetica, sans-serif ;
	text-decoration: none;
}

h2 { 
	color: #505050;
	font-weight: 600;
	font-size: 18px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
}

h3 { 
	color: #505050;
	font-weight:  600;
	font-size: 16px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
 }
 
h4 { 
	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*/

.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 {
/*
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	padding: 5px; */
	border-top: solid 1px #C01F25;
	border-bottom: solid 1px #C01F25;
	background-color: #E4E4E4;
}

.rightcolumn {
	padding: 8px 8px 10px 8px;
	border-left: 1px solid #808080;
	text-align: center;
}

.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;
}

