﻿body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#808080;
	scrollbar-face-color:#3399FF;
	scrollbar-highlight-color:silver;
	scrollbar-shadow-color:gray
}

TH {
	font-weight:bold
}

A:LINK {
	text-decoration:none;
	color:blue
}

A:VISITED {
	text-decoration:none;
	color:blue
}

A:HOVER {
	text-decoration:underline;
	color:red
}

#container {
	min-height:600px;
}

#header {
	border: solid 1px black;
	background-color:#3399FF;
	padding:5px;
	text-align:center
}

#navigation {
	border: solid 1px black;
	background-color:#c0c0c0;
	text-align:center
}

#content {
	min-height:451px;
	background-color:White;
	border: solid 1px black;
	padding:5px
}

#footer {
	border: solid 1px black;
	background-color:#3399FF;
	text-align:center
}

.pagetitle {
	font-size:14pt;
	color:blue
}

.infovalue {
	font-weight:bold;
	color:blue;
	text-align:left
}

.infoname {
	text-align:right;
	vertical-align:top
}

.centered {
	text-align:center
}

.row {
	background-color:white
}

.alternaterow {
	background-color:#c0c0c0
}

.errore {
	color:Red;
}
