* {
    margin:0;
    padding:0;
    }
 
body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #fff;
}

a	{
	text-decoration: none;
	color: #A32124;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0 0 4px 0;
	font-size: 120%;
	color: #333333;
}

h1.big {
	font-size: 180%;
	color: #333333;
	font-weight: bold;
	margin-top: 0;
}

h1.hidden {

	display: none;
}

h2 {
	font-size: 160%;
	font-weight: normal;
	color: #19458A;
}

h3 {
	font-size: 120%;
	color: #19458A;
	font-weight: bold;	
	padding-top: 1em;
}

h4 {
	padding-top: 0.75em;
	font-size: 100%;
	font-weight: bold;
}

#extracts table {

}

td.leftborder {
	border-left: 1px solid black;
	text-align: center;	
}

#extracts th	{
	text-align: left;

	}	
	
#extracts td	{
	/*border: 1px solid #000; */
	padding: 5px;
	height: 20px;
	background-color: #fff;
	}

#extracts  caption	{
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
	font-size: 200%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;

	}

.title {
	font-size: 140%;
	font-weight: normal;
}



.superscript {
	font-size: 90%;
	letter-spacing: 1px;

}

.head {
	font-size: 140%;
	font-weight: normal;
}

.heading {
	font-size: 140%;
	font-weight: normal;
}

blockquote {
	color: #FFFFFF;
	font-style: italic;
}

form {
	padding-top: 0.5em;
}

form fieldset	{
	border: 1px solid #666;
	margin-bottom: 20px;		
	padding: 0px 0 10px 0;
}
form legend	{
	margin-left: 20px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	color: #19458A;
	}

form label	{  
	position: relative;
	text-align: right;   
	width: 9em;
	clear:left;
	display:block;
	float:left;    
	line-height: 1em; 
	margin: 6px 1em 6px 0;  
	padding-top: 3px;
} 

form.addlink label	{
	width: 15em; !important 
}

form.addlink small	{
	position: relative;
	display: block;
	margin-left: 17em; 
	top: -5px;
	color: #19458A; !important 
}

form.addlink input.submit {
	margin-left: 16.3em;
}

form input, select, textarea {
	border: 1px solid #999;    
	width: 150px; 
	margin: 6px 1em 6px 0;  
}

form input#add1, input#add2, input#add3 {
	width: 300px;
}

form input.submit	{
	margin-left: 10.3em;
	}

form input.submit, input.reset	{
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	color: #fff;	
	background-color: #C0272C;
	border: 1px solid #581214;    
	margin-top: 10px;
	padding: 1px;
	width: auto;	
}

form textarea	{
	width: 400px;
	height: 100px;
}

form input:focus, textarea:focus {
	border: 1px solid #19458A;
	}
