.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.body2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.subtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #E2ECF5;
	border: 1px solid #6699CC;
	padding: 3px;

}
.boldblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3871A9;
	text-decoration: none;
}
.boldgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
A {text-decoration:none; color:#0099FF}
A:hover {
	text-decoration: underline;
	background-color: #ECFFF2;
}
.border {
	border: 1px solid #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-attachment: fixed;
	background-image: url(images/quotes.gif);
	background-repeat: no-repeat;
	background-position: center top;


}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.portfolio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
	background-color: #CEFFE7;
	background-position: left top;
	border: 1px solid #0099FF;
	padding: 1px;

}
.portfolio-border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #6699CC;
}
/* Begin DataGrid */
.DatagridLabel
{
	border-width : 0;
	color:Black;
	font-size:12;
	font-family:Verdana, Arial;
	text-align:left;
	text-decoration: none;
}
.Datagrid
{
	border-width : 1;
	border-color :Black;
	color:Black;
	font-size:12;
	font-family:Verdana, Arial;
	text-align:left;
	text-decoration: none;
}
.DatagridHeader 
{
	background-color : #bbbbbb;
	color :white;
	font-size: 12;
	font-family :Verdana, Arial;
	font-weight : bold;
	border-style :solid;
	text-align:left;
	text-decoration: none;
}
.DatagridHeaderLabel
{
	background-color : #bbbbbb;
	color :white;
	font-size: 12;
	font-family :Verdana, Arial;
	font-weight : bold;
	border-style :none;
	border-width:0;
	text-align:left;
	text-decoration: none;
}
.DatagridItem
{
	background-color:White;
	text-decoration: none;
}
.DatagridAltItem
{
	background-color:#eeeeee;
	text-decoration: none;
}
/* End DataGrid */
.CalendarText
{
	background-color: White;
	font-family: Verdana;
	font-size: 0.6em;
	font-weight: normal;
}
.CalendarDayHeader
{
	color:White;
	background-color: Black;
	font-family: Verdana;
	font-size: 0.6em;
	font-weight: normal;
}
.CalendarDay
{
	color:Black;
	background-color: White;
	font-family: Verdana;
	font-size: 0.6em;
	font-weight: normal;
}
.CalendarNextPrev
{
	color:Black;
	background-color: Grey;
	font-family: Verdana;
	font-size: 0.6em;
	font-weight: normal;
}
.CalendarTitle
{
	color:Black;
	background-color: Grey;
	font-family: Verdana;
	font-size: 0.4em;
	font-weight: normal;
}
.smallwhitetexte { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF}
.verysmalltext { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 7pt; color: #000000}

.sub-btm-str {
	background-image: url(images/framework/sub-btm-str.gif);
	background-repeat:repeat-x;
}
.sub-btm {
	background-attachment: fixed;
	background-image: url(images/framework/sub-btm.gif);
	background-repeat: repeat;
	background-position: left top;
}
.top-str {
	background-attachment: fixed;
	background-image: url(images/framework/sub-top-str.gif);
	background-repeat: repeat;
	background-position: left top;
}
.button {
	background-color : #009AFF;
	color : white;
	border-bottom-color : #5A9673;
	border-bottom-style : solid;
	border-bottom-width : 3px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	border-left : 4px solid #B5F3CE;
	border-right : 4px solid #427D5A;
	border-top : 2px solid #B5F3CE;
	text-align : center;
	padding-bottom : 4px;
	padding-top : 4px;
}