/* Let no border around the body appear, and set
   it to display on a white background */
body, html 
	{
    margin: 0px;
    padding: 0px;
    background-color:  white;
	}

body, ul, td, th, p, small, .small, input, textarea, select
	{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	text-decoration : none;
    font-size: 95%;
	}

A
	{
	color : #545FA9;
	text-decoration : none;	
	}

A:HOVER
	{
	color : #ff0000;
	text-decoration : underline;
	}
	

	
/* The title of articles */
.title
	{
	text-align: center;
	font-weight: bold;
	color: #0066CC;
    font-size: 200%;
	}

/* Headers within articles */
.header 
	{
    font-weight: bold;
    color: #000000;
    font-size: 120%;
	}
	
img 
	{
	border: 0px;
	}
	
form.thin 
	{
	margin-bottom: 0px;
	margin-top: 0px;
	}

/* small gets used in the nav_bar and the search-box */
small, .small 
	{
	font-size: 70%;
	}
a.small 
	{
	color: #660099;
	}

/* Quicksearch table cell on top of every page. */
td.quicksearch 
	{
    color: white;
	}
	
.normal
	{
	font-size: 100%;
	}
	
