body {
		font:8pt tahoma;
}

.footer, a.footer, a.footer:link, a.footer:visited, a.footer:active, a.footer:hover, a.footer:focus {
	color : Silver;
	text-decoration: none;
}

a, a:link, a:visited, a:active, a:hover, a:focus {
	color : Black;
}

.text {
	font:8pt tahoma;
}

.panel {
	font:10pt tahoma;
	color: #000000;
	width: 400;
}

.subpanel {
	font:10pt tahoma;
	border:1 solid #000000;
	width: 400;
	padding : 10 10 10 10;
}

.title {
	font:20pt tahoma;
	color: #000000;
	width: 400;
}

.group{
	font:10pt tahoma;
	border:1 solid #000000;
	color: #000000;
	padding : 10 10 10 10;
}


.button {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-size: 11 px;
	padding: 4px 4px 4px 4px;
	color: white;
	background-color: #191970;	
	border-left: thin outset #191970;
	border-right: thin inset #191970;
	border-top: thin outset #191970;
	border-bottom: thin inset #191970;
	margin-left : 3px;
	margin-right : 3px;
	}
	
	.buttonspacer {
	padding-left : 3px;
}
	
.button a {
	color: black;
	text-decoration: none;
}
.button a:hover {
	color: black;
	text-decoration: none;
}
.button a:visited {
	color: black;
	text-decoration: none;
}
.button a:active {
	color: black;
	text-decoration: none;
}

.componentTitle {
	font:8pt tahoma;
	padding : 5 5 5 5;
	font-size: 10;
	color: white;
	background-color: #191970;	
	width:120;
	cursor: crosshair;
	text-align: center;
}
