/*
	Default Style for Indiver.com pages
*/


p, th, td, body {
	font-family: Helvetica, Sans-Serif;
	font-size: 11px;
}

h1 {
	padding:4;
	font-family: Helvetica, Sans-Serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000080;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	background-color: #BADCDC;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #0099FF;
	border-left: 1px solid #CCCCCC;
	margin-bottom: -2px;

}

small {
	font-family: Helvetica, Sans-Serif;
	font-size: 10px;
	color: gray;
}

hr {
	height: 1;
	color: #ff0000;
}

.infotext {
	nopadding: 3;
	color: navy;
	background-color: #F0FEFE;
}

table {
	border-collapse: collapse;
}

a {

	text-decoration: underline;
	color: #0000ff;
}

a:visited {
	color: #4545ff;
}

a:hover {
	text-decoration: underline overline;
	background-color: #FFF0F0;
	color: #0000ff;
}

td.npkeyb, th.npkeyb {
	font-size: 14px;
	border: 1px solid #000000;
	font-weight: normal;
}

td.npkeyb:hover, th.npkeyb:hover {
	#font-size: +1;
	font-weight: bold;
}

textarea.mytextarea {
	border-collapse: collapse;
	border: 1px solid #000;
	padding-left: 5px;
	//padding-right: 5px;
	font-size: 15px;
}

.sitetitle {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-weight: bold;
	margin-bottom: 0px;
}
