a {
	color: #426C96;
	text-decoration: none;
}

a:link{
	color: #426C96;
	text-decoration: none;
}

a:visited{
	color: #426C96;
	text-decoration: none;
}

a:hover{
	color: #426C96;
	text-decoration: underline;
}

body {
	background-color: #F0F7FD; /* background : url(images/bgnd_strip.jpg);
	*/
	color: #999999;
	font: 13px Georgia;
	margin: 0;
}

hr {
	color: #426C96;
	height: 1px;
	text-align: center;
	width: 50%;
}

img {
	display: inline;
	margin: 0;
	padding: 0;
}

input {
	background-color: transparent;
	border: 1px solid #548FC9;
	color: #000000;
	font: 13px Georgia;
	height: 18px;
}

input.submit 	{
	background-color: #426C96;
	border: 2px outset #548FC9;
	color: #FFFFFF;
	font-weight: bold;
	height: auto;
}

select {
	background-color: #F1F7FF;
	border: 2px outset #5990C8;
	color: #000000;
	font: 11px Georgia;
}

td {
	color: #000000;
	font: 13px Georgia;
}

td img {
	display: inline;
}

td p {
}

textarea {
	background-color: transparent;
	border: 1px solid #548FC9;
	color: #000000;
	font: 13px Georgia;
}

.credits {
	color: #000000; /*background : url(images/bottom.jpg) no-repeat fixed bottom right;
	color : #5082BD;*/
	font: 10px Georgia;
}

.credits a{
	color: #000000;
	font: 10px Georgia;
	text-decoration: none;
}

.credits a:link{
	color: #000000;
	font: 10px Georgia;
	text-decoration: none;
}

.credits a:visited{
	color: #000000;
	font: 10px Georgia;
	text-decoration: none;
}

.credits a:hover{
	color: #000000;
	font: 10px Georgia;
	text-decoration: underline;
}

.img {
	border: 0px solid #000000; /* filter : progid:DXImageTransform.Microsoft.dropShadow( Color=cccccc,offX=3,offY=3,positive=true);
	*/
}

.small {
	color: #000000;
	font: 10px Georgia;
}

.titles {
	color: #5082BD;
	font: bold 14px Georgia;
}

.topbgnd {
	background-color: #F0F7FD;
	background-image: url(images/top1.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#footer {
	background-image: url(images/bottom_bgnd.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	bottom: 0px;
	display: block;
	height: 50px;
	position: absolute;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
}

.validation-advice {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif
	color : red;
	text-align:left;
	background-color:#FFEAEB;
}