a {
	color: blue ;
	font-weight:bold;
}
a:hover {
	color: red;
	font-weight:bold;
}
body {
	margin: 1px;
	font-family: 'arial' ;
	font-size: 12px ;
	color: #535AA7;
	background-position : center;
	background-attachment : fixed;
 	background-image: url("images/clouds2.jpg");
	cursor:url("images/baton.cur");
}
table {
	border-collapse:collapse;
}
td {
	font-family: 'arial' ;
	font-size: 12px ;
	background-color : transparent;
}
input {
	font-family: 'arial' ;
	font-size: 12px ;
	border: 1px solid #125FC9 ;
}
select {
	font-family: 'arial' ;
	font-size: 12px ;
	border: 1px solid #125FC9 ;
}
textarea {
	font-family: 'arial' ;
	font-size: 12px ;
	border: 1px solid #125FC9 ;
}
.bluehead {
	color: #535AA7 ;
	font-weight: bold;
	font-size: 14px;
}
.redhead {
	color: red ;
	font-weight: bold;
	font-size: 12px;
}
.whitehead {
	color: white ;
	font-weight: bold;
	font-size: 12px;
}

.alternatingitem td {
	background-color: transparent;
}




div.borders {
}
div.borders table {
	border: 1px outset ;
	background-color:white;
}
div.borders td {
	border: 1px solid;
	background-color:transparent;
}




div.noborders {
}
div.noborders input {
	border: none;
}




.listtableheader {
	padding:2px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/backgroundtab.jpg) ;
	background-color: #535AA7 ;
	color: white;
	text-align: left;
}
.formtableheader {
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/backgroundtab.jpg) ;
	background-color : #535AA7;
	color: white;
	text-align: right;
}