@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
}
.wronglogin
{
	 width:200px;
	 padding:5px 2px 5px 2px;
	 background-color:#cccccc;
}

table.login
{
	BORDER: black 1px solid;
	font-size:12px;
	background-color:#F2F2F2;
}
td.tdHeader
{
	color:#242424;
	background-color:#CCCCCC;
	padding:10px 0 10px 0; 
}
tr.topRow{
	background:#CCC;
	font-weight:bold;
}
.cssValid
{
 font-family:Garamond;
 font-size:medium;	
}

.cssValid1
{
 font-family:Garamond;
 font-size:smaller;	
}
body, div, p, ul, li, img {
	padding:0px;
	margin:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #625A49;
}

a:active {
	color:#625A49;
	text-decoration:none;
}

a:link {
	color:#625A49;
	text-decoration:none;
}

a:visited {
	color:#625A49;
	text-decoration:none;
}

a:hover {
	color:#00058D;
	text-decoration:underline;
}

#container {
	margin:15px auto;
	width:798px;
}

.header {
	text-align:center;
	margin:5px auto;
}

.header img{
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-bottom:1px solid #000;
}

.files {
	margin:15px 0;
}

.files td {
	padding:5px;
}

tr.brown {
	background-color:#fefefe;
}
.imageIcon 
{
	margin:0px 3px 10px 0px;
	padding:0px;
	border:none;
}
.rptLight
{
	text-align:left;
	background-color:#fefefe;	
	border:solid 1px #f2f2f2;
	padding:4px;
	height:22px;
}
tr.brown a:active {
	color:#625A49;
	text-decoration:none;
}

tr.brown a:link {
	color:#625A49;
	text-decoration:none;
}

tr.brown a:visited {
	color:#625A49;
	text-decoration:none;
}

tr.brown a:hover {
	color:#39F;
	text-decoration:underline;
}

tr.white {
	background-color:#fefefe;
	color:#625A49;
}

tr.white a:active {
	color:#625A49;
	text-decoration:none;
}

tr.white a:link {
	color:#625A49;
	text-decoration:none;
}

tr.white a:visited {
	color:#625A49;
	text-decoration:none;
}

tr.white a:hover {
	color:#39F;
	text-decoration:underline;
}

.currentFile {
	color:#39F;
	font-weight:bold;
	font-size:16px;
}

.nav {
	margin:0 auto;
	text-align:center;
}
