.title { font-family: Verdana, sans-serif; font-size: 11pt; text-decoration: none; color: #E55A1D; font-weight: bold}
.subtitle { font-family: Verdana, sans-serif; font-size: 10pt; text-decoration: none; color: #000099; font-weight: bold}
.text { font-family: Verdana, sans-serif; font-size: 10pt; text-decoration: none; color: #000000;}
.th {
	background-color: #000099;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.td_on {  background-color: #AEC0EC; font-family: Verdana, sans-serif; font-size: 10pt; color: #000000}
.td_off {  font-family: Verdana, sans-serif; font-size: 10pt; color: #000000; background-color: #F1F1F1}
.body_small {  font-family: Verdana, sans-serif; font-size: 9pt; color: #000000}


/* The three following block define the style for all the website links */
A:link
{
	font-size:10pt;
	font-family:verdana, sans-serif;
	text-decoration:none;
	color:#000099;
}

A:visited
{
	font-size:10pt;
	font-family:verdana, sans-serif;
	text-decoration:none;
	color:#0099CC;
}

A:hover
{
	font-size:10pt;
	font-family:verdana, sans-serif;
	color:#0099CC;
	
}


/* Page */
.PageMessageWarning{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: red;
	padding: 5px;

}

.PageMessageSuccess{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: green;
	padding: 5px;

}

/* Order */
.OrderDetails{
	background-color:#AEC0EC;
	font-family: Verdana, sans-serif; 
	font-size: 10pt; 
	text-decoration: none; 
	color: #000000;	
}

