/*
* fonts.css - file describes basic fonts. 
*
*/

body {
	font-family: Tahoma;
}

a {
	font-size: 8.5pt;
}

#tools {
	font-size: 9pt;
	
}

#tools h2, #tools strong {
	font-size: 14pt;
	font-weight: normal;
	color: #999999;
	
}

#tools .submit {
	font-size: 9pt;
}

#tools form label {
	font-size: 8.5pt;
}

#search .submit {
	font-size: 9pt;
	
}

#menu a {
	font-size: 9pt;
}

.usermenu a {
	font-size: 9pt;
}

#left {
	font-size: 9pt;
}

#right {
	font-size: 9pt;
}

#view1 {
	font-size: 9pt;
}

#view1 table tbody td b {
	font-size: 9pt;
	
}

#view1 table tbody td p {
	font-size: 9pt;
	padding-top: 8px;
}

#bottom div{
	font-size: 8.5pt;
	
}

#rlabel h1, #right h1{
	font-size: 14pt;
	font-weight: normal;
}

#rlabel span.very, #right span.very {
	font-size: 14pt;
	font-weight: normal;
}

table #image1 a {
	font-size: 9pt;
}

font .small> b > a {
	font-size: 9pt;
}

/*
#tools strong {
	font-size: 14pt;
	font-weight: normal;
	color: #999999;
}
*/