/* Default CSS Stylesheet for a new Web Application project */

H2
{
	font-family: Verdana;
	font-size:14pt;
	color: #000000;
}
.light
{
	background-color: #caeef8;
	background: #caeef8;
	color: #caeef8
}

.mid
{
	background-color: #74d8f1;
	background: #74d8f1;
	color: #74d8f1
}

.dark
{
	background-color: #003d7d;
	background: #003d7d;
	color: #003d7d
}	
.dimensions
{
	font-family: Verdana;
	font-size:8pt;
	color: #003d7d;
	border-bottom: 1px solid #003d7d;
	padding-left:10px;
	padding-right:10px
}
.dimensions A:hover
{
	text-decoration: underline;
}
.list
{
	font-family: Verdana;
	font-size:8pt;
	border-top: 1px solid #eeeeee;
}
TD
{
	font-family: Verdana;
	font-size:8pt;
	color: #000000;
}
P
{
	font-family: Verdana;
	font-size:8pt;
	color: #000000;
}
BODY
{
	font-family: Verdana;
	font-size:8pt;
	color: #000000;
}
.tiny
{
	font-family: Verdana;
	font-size:9px;
}
A
{
	text-decoration: none;
	color: #0F5E93;
}
.language
{
	color: #8C8C8C;
}
.address
{
	color: #0F5E93;
	font-family: Verdana;
	font-size:11px;
}
.catalogue_link a
{
	color: #000000;
	text-decoration: none;
}
.catalogue_link a:hover
{
	color: #000000;
	text-decoration: underline;
}
.blue_table
{
	background-color:#caeef8;
	color:#003d7d
}