body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

table {
	width: 100%;
	background-color: #DDDDDD;
	border-collapse: collapse;
}

tr {
	background-color: #FFFFCC;
}

th,td,p { 
	font-size: smaller;
}

th,td {
	border: solid #DDDDDD 1px;
	vertical-align: top;
	padding: 1px;
}

td.Col1 {
	width: 160px;
	background-color: #FFFF99;
}

td.Col2 {
	background-color: #FFFFCC;
}

td.DBCol1 {
	width: 60%;
	border: none;
}

td.DBCol2 {
	width: 20%;
	border: none;
}

td.DBCol3 {
	width: 20%;
	border: none;
}

.NoBorder {
	border: none;
}

a:link,a:active,a:visited {
	text-decoration: none; 
	color: #6633CC;
}

a:hover		{
	text-decoration: underline; 
	color : #9966FF;
}

hr	{
	height: 0px;
	border: solid #DDDDDD 0px;
	border-top-width: 1px;
}

input, textarea, select {
	color : #000000;
}

.Titre1 {
	font-size: large;
	font-weight: bold;
}

.Titre2 {
	font-size: medium;
}

.Footer {
	font-size: xx-small;
}

.Warning {
	color: #FF9900;
}

.Error {
	color: #FF0000;
}

.StatusGood {
	font-weight: bold;
	color: #009900;
}

.StatusWarning {
	font-weight: bold;
	color: #FF9900;
}

.StatusError {
	font-weight: bold;
	color: #FF0000;
}

.PleaseWait {
	font-size: large;
	font-weight: bold;
}

.Confirm {
	font-size: small;
}

