/* ========== Common styles ========== */

* { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.normal {
	margin-top: 10pt;
	margin-bottom: 10pt;
	font-size: 10pt;
}

.normal h2 {
	font-weight: normal;
	font-size: 14pt;
	margin-top: 0pt;
}

.normal h3 {
	font-size: 12pt;
}

.smallbold {
	font-size: 8pt; 
	font-weight: bold;
}

.small {
	font-size: 8pt;
}

.small h3 {
	font-size: 10pt;
}

.bullet {
	margin-top: 5pt;
	margin-bottom: 5pt;
	margin-left: 10pt;
	font-size: 10pt;
}

.nicetable {
	background-color: #064EA2;
}


.tableheader {
	background: #4E5A96;
	color:white;
	font-weight: bold;
	font-size: 10pt;
	
}

.tableheader b{
	background: #4E5A96;
	color:white;
	font-weight: bold;
	font-size: 12pt;
	
}


.tableheader a {
	color:white;
}


td.small {
	border-right: none;
	border-left: none;
	border-bottom: none;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.searchform {
	background: #4E5A96;
	color:white;
	font-weight: bold;
	font-size: 10pt;
	border: 1px solid black;
}

.searchbox  {
	font-size: 9pt;
}

.searchbox input {
	border: 1px solid black;
	font-weight: normal;
}

.searchbox select {
	border: 1px solid black;
	font-weight: normal;
}


