/* Stylesheet for EZProxy applications.*/

body {
	font:13px Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-top: 0;
}

h1 {
	display: inline;
	background-color: white;
	color: #993333;
	font-size: 1.2em;
	padding-left: 10px;
}

h2 {
	font-size: 1.2em;
	color: #000099;
	background-color: white;
}

table {
	width: 100%;
	cell-spacing: none;
	border: 0;
	border-collapse: collapse;
}

td {
	
	padding: 0;
	margin: 0;
}

em {
	color: #993333;
	background-color: white;
	font-style: normal;
	font-weight: bold;
}

#content img {
	border: 0;
	margin-left: 30px;
}

#content table {
	border: 0;
}

#content td {
	vertical-align: top;
}

form {
	background-color: silver;
	color: black;
	padding: 10px;
	border: 1px solid gray;
}

hr {
	background-color: black;
	color: gray;
	height: 1px;
}

ul {
	list-style: none;
	font-size: 12px;
	margin-top: 5px;
}

li {
	list-style-type: none;
	list-style-image: url(../public/link.gif);
}

.copyright {
	font-size:.8em;
	color:#6F6F6F;
	background-color: white;  
  	text-align:center;
}
.copyright a {
	color: gray;
}

