body {
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em; */
	margin:1em auto;
   width:760px;
	
	visibility: inherit;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
h1{
	font-size: 120%;
	border-bottom: 1px dotted #add8e6;
	font-variant: small-caps;
}
	
.list{
	width: 100%;
	
	
}	
.list tr{
	padding: 0px;
	margin: 0px;
	border-top: 1px solid red;

}
.list > td{
	margin: 0px;
	border: 0px;
	vertical-align: middle;
}

.list th{
		font-variant: small-caps;
		text-align: left;

}
.alt { background-color:#eeeeee; }  

hr {
	height: 1px;
	color: silver;
}


hr.dotted{
		border-top: 1px dotted Black;
		border-bottom: 0px none Black;
		height: 1px;
}
img.header-image{
	border: 1px solid #8cb2d3;
}
.center
{
	text-align: center;
}

img {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}


a {
	text-decoration: none;
	font-weight: normal;
	color: #5075B4;
}

a:hover {
	color: #DC143C;
	text-decoration: underline;
	font-weight: normal;
}
input.disabled
{ background-color: Gray; }

input.button {
	background-color: #EEF2F7;
	border: 1px solid #335588;
	cursor: hand;
	height: 30px;
	width: 100px;
}

.box {
	border: 1px solid #335588;
	
}

.leftbox
{
	float: right;
	
	border-color: #dcdcdc	;
	border-style: solid;
	border-width: thin;
	padding: 0.5em;
	width: 30%;
	position: relative;
	
	}
	
.leftbox p
{
   margin-top: 0px;
	margin-bottom: 0px;

}

.footer{
	text-align: center;
	font-variant: small-caps;
}

.green{
    color: green;
}

.redline {
    color: red;
    text-decoration: line-through;
}	