/* Standard Tags */
body {
     background-color: #0F6292; 
     margin: 0px;
}

h1
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 24px;
	color: #0F6292;
	font-weight: 600;
	text-decoration: none;
}

h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	color: #0F6292;
	font-weight: 600;
	text-decoration: none;

}

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

}

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

}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	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;
	margin-left: -0.2in;
}

/* Your own classes*/

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

 }

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

 }

 .mastertable {
	background-color: #FFFFFF;

}

 .bordertable td {
	border: 1px #0F6292 dotted;
	padding: 2px;
}

.content{
    padding: 15px;
	
}
.rightside {
    padding: 10px;

}
.nav {
     text-align: center;
     padding: 10px;
     border-top: 1px solid #FFCC00;
     border-bottom: 1px solid #FFCC00;
     

}

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

 }
 
.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
    text-align: center;
    border-top: 1px solid #0F6292;
    border-bottom: 1px solid #0F6292;
    padding: 10px;
}
 
/* 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;


}




