body { 
/*     background-color: #DEDEDE;*/

/*    background-image:url(../images/circuit120x.png);
      background-repeat: repeat; */ 

      background:url(../images/background.png) top center repeat-y #DEDEDE; 

}

h1
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 22px;
	color: #C01F25;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	color: #C01F25;
	font-weight: bold;
	text-decoration: none;

}

h3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #C01F25;
	font-weight: bold;
	text-decoration: none;

}

h4 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #C01F25;
	font-weight: bold;
	text-decoration: none;

}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000; /* black */
	font-weight: normal;
	text-decoration: none;

}

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

}

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

/* Your own classes */
.toolieredbold { 
    font-weight: bold;
    color: #C01F25;

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

.mastertable { 
    background-color: #FFFFFF; /* white */
/*    border: ridge #0F6292 8px;*/
    border: solid #C01F25 1px;
    margin-top: 15px;  
}
.header { 
    padding: 5px 0px;
}
.nav {
    border-top: 1px #0F6292 solid;
    border-bottom: 1px #0F6292 solid;
    padding: 5px;
    text-align:center;
 }
.content {
    padding: 10px 15px 15px 15px;
 }

.rightcolumn {
    padding: 10px;
    border-left: 1px #0F6292 solid;
 }
.sysreq {
    padding: 10px 15px;
    border-top: 1px #0F6292 solid;
 }
 .footer {
    padding: 10px 15px;
    border-top: 1px #0F6292 solid;
    text-align:center;
    font-size:11px;     
  }
.audiodiv {
    float:right;
    border:1px dotted #C01F25;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    text-align:center;
    padding:4px;
    margin-left:5px;
    margin-bottom:5px;    
 }

.videodiv {

    font-family: Verdana, Arial, sans-serif;
    margin:15px auto;
}
#tinyprinterdiv { 
	width:45px;
	text-align:center;
	border:1px dashed #C01F25;
	padding-bottom:5px;
	float:right;
}

.lpart {
	border-top:1px #0F6292 solid;
	border-left:1px #0F6292 solid;
	
}
.lhead { 
	padding:5px;
	font-weight:bold;
	border-top:1px #0F6292 solid;
}

.lpage { 
	padding: 2px;
}
.lcount { 
	padding: 3px;
}
.lbullet { 
	background-color:#81AAC1;
}

/* Hyperlinks */

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

}

a:hover {
	color: #C01F25;
	font-weight: bold;
	text-decoration: underline;

}

a:active {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;

}

a:visited {
	color: #0F6292;
	font-weight: bold;
	text-decoration: underline;

}

a:visited:hover {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;


}
