/* CSS Document */

body {

	margin: 0;
	padding: 0;

}

div.floater {
	
	float: right;
	visibility:visible;
	margin: 50px 6px 6px 6px;
	padding : 0px;
	font-family:Arial, sans-serif;
	font-weight:bolder;
	font-size:x-small;
	position:static;

}

div.header {
	clear : both;
	background-image: url(faintbluelines.jpg);
	margin : 0px;
	padding: 6px;
	margin-bottom: 2px;
	border-bottom: 1px solid #cccccc;
}

div.menu {

	float: left;
	width: 130px;
    margin: 6px;
	padding : 0px;
	font-family:Arial, sans-serif;
	font-size:x-small;
	border: 1px solid #cccccc;
	display: inline; 
}

div.links {
	
	float: right;
	width: 150px;
	margin: 6px;
	padding : 0px;
	font-family:Arial, sans-serif;
	font-size:x-small;
	border: 1px solid #cccccc;
	display: inline; 
	
}
	
div.main {

	padding: 6px 165px 0px 145px;
	margin: 0;
	font-family:Arial, sans-serif;
	font-size:small;
	
}



div.padding {

	padding : 6px;

}

div.footer {

	clear: both;
	font-family:Arial, sans-serif;
	font-size:small;

}
div.window {


	height:98px;
	width:118px;
    float:left;
	color:#FF0000;
	background-image: url(web_page.jpg);

}

div.window2 {


	height:123px;
	width:165px;
	border:6px;
	float:right;
	margin:6px;

}
div.box {

	border: 1px solid #cccccc;
	padding:0px;

}



div.header2 {

	background-image: url(faintbluelines.jpg);
	padding: 6px;
	font-weight: bolder;

}

div.header1 {

	background-image: url(faintbluelines.jpg);
	padding: 6px;
	font-size: medium;
	font-family:Arial, sans-serif;
	font-weight:bolder;
	color:#000000;

}

div.last_update {

	color:#FF0000;
	
}

div.subtitle {

	font-size:small;
	font-style:normal;
	font-weight:bolder;
	color:#000000;
	
}

div.red_bold {

	color:#FF0000;
	font-weight:bolder;
	
}	

table.default th, table.default td {
  font-size : small;
  font-family : Arial,sans-serif;
  
}

table.cookies th {

  font-size : small;
  font-family : Arial,sans-serif;
  color:#FF0000;
  background-color:#FFCC66;
  
}

table.cookies td {

  font-size : small;
  font-family : Arial,sans-serif;
  color:#0000FF;

}

a.menu:link{

	color:black;
	text-decoration:none;
}

a.menu:visited{
	color:black;
	text-decoration:none;
}

a.menu:hover{
	color:black;
	background-color:yellow;
}
a.quote:link{
	color:red;
	text-decoration:none}
a.quote:hover{
	text-decoration:underline;
}
a.current:link{
	color:red;
	text-decoration:none;

}
a.current:visited{
	color:red;
	text-decoration:none;

}
