body {
	margin:				0px;
	padding:			0px;
	font-family:			"TheSansCorrespondence","TheSansOffice","CorpoS","Frutiger 45","Tahoma","Arial","Sans";
	font-size:			10pt;
	letter-spacing:			1pt;
	line-height:			12pt;
	background-color:		#FFFFFF;
	color:				#3D77BA;

	background-image:		url("/.images/page/bg-header.gif");
	background-repeat:		repeat-x;
	background-position:		top;
}

.news-text {
	font-size:			8pt;
	letter-spacing:			1pt;
	line-height:			10pt;
	padding:			10px;
	color:				#FFFFFF;
}

.main-links {
	font-size:			9pt;
	letter-spacing:			1pt;
	text-decoration:		none;
	color:				#FFFFFF;
}

.main-links:hover {
	color:				#DDDDDD;
}

.customer-img {
	border:				solid;
	border-width:			1px;
	border-color:			#000000;
}

.big-white {
	margin-top:			5px;
	color:				#FFFFFF;
	font-size:			12pt;
	line-height:			14pt;
	font-weight:			bold;
}

hr {
	border:				dashed;
	border-width:			1pt;
	border-color:			#9CBEE4;
}

.hr-white {
	border:				solid;
	border-width:			1pt;
	border-color:			#FFFFFF;
}

.table-header {
	font-family:			"TheSansCorrespondence","TheSansOffice","CorpoS","Frutiger 45","Tahoma","Arial","Sans";
	font-weight:			bold;
	font-size:			11pt;
	color:				#FFFFFF;
	background-color:		#3D77BA;
}

.table-field1 {
	font-family:			"TheSansCorrespondence","TheSansOffice","CorpoS","Frutiger 45","Tahoma","Arial","Sans";
	font-size:			10pt;
	color:				#3D77BA;
	background-color:		#DFE4E7;
}

.table-field2 {
	font-family:			"TheSansCorrespondence","TheSansOffice","CorpoS","Frutiger 45","Tahoma","Arial","Sans";
	font-size:			10pt;
	color:				#3D77BA;
	background-color:		#E7ECEF;
}





form {
	margin-top:			0px;
	margin-bottom:			0px;
}

input {
	font-family:			"TheSansCorrespondence","TheSansOffice","CorpoS","Frutiger 45","Tahoma","Arial","Sans";
	font-size:			10pt;
	background-color:		#DDDDDD;
	border-width:			2px;
	border-style:			inset;
	border-top-color:		#9CBEE4;
	border-left-color:		#9CBEE4;
	border-bottom-color:		#3D77BA;
	border-right-color:		#3D77BA;
}
input:hover {
	background-color:		#EDEDED;
}
input:focus {
	background-color:		#EDEDED;
}

select {
	font-family:			"TheSansCorrespondence","TheSansOffice","CorpoS","Frutiger 45","Tahoma","Arial","Sans";
	font-size:			10pt;
	font-weight:			normal;
	height:				17px;
	background-color:		#DDDDDD;
	border-width:			2px;
	border-style:			inset;
	border-top-color:		#9CBEE4;
	border-left-color:		#9CBEE4;
	border-bottom-color:		#3D77BA;
	border-right-color:		#3D77BA;
}
select:hover {
	background-color:		#EDEDED;
}
select:focus {
	background-color:		#EDEDED;
}

textarea {
	font-family:			"TheSansCorrespondence","TheSansOffice","CorpoS","Frutiger 45","Tahoma","Arial","Sans";
	font-size:			10pt;
	background-color:		#DDDDDD;
	border-width:			2px;
	border-style:			inset;
	border-top-color:		#9CBEE4;
	border-left-color:		#9CBEE4;
	border-bottom-color:		#3D77BA;
	border-right-color:		#3D77BA;
}
textarea:hover {
	background-color:		#EDEDED;
}
textarea:focus {
	background-color:		#EDEDED;
}

optgroup {
	font-family:			"TheSansCorrespondence","TheSansOffice","CorpoS","Frutiger 45","Tahoma","Arial","Sans";
	font-size:			10pt;
	font-weight:			bold;
	font-style:			normal;
	background-color:		#CCCCCC;
}

.submit-buttons {
	font-family:			"TheSansCorrespondence","TheSansOffice","CorpoS","Frutiger 45","Tahoma","Arial","Sans";
	font-size:			10pt;
	color:				#000000;
	width:				92px;
	height:				21px;
	background-color:		#DDDDDD;
	border-width:			2px;
	border-style:			solid;
	border-top-color:		#FAFAFA;
	border-left-color:		#FAFAFA;
	border-bottom-color:		#547DBF;
	border-right-color:		#2F5697;
}
.submit-buttons:hover {
	color:				#000000;
	width:				92px;
	background-color:		#EDEDED;
	border-width:			2px;
	border-style:			solid;
	border-top-color:		#FAFAFA;
	border-left-color:		#FAFAFA;
	border-bottom-color:		#547DBF;
	border-right-color:		#2F5697;
}
.submit-buttons:active {
	color:				#000000;
	width:				92px;
	background-color:		#D0D0D0;
	border-width:			2px;
	border-style:			groove;
	border-top-color:		#547DBF;
	border-left-color:		#2F5697;
	border-bottom-color:		#FAFAFA;
	border-right-color:		#FAFAFA;
}

