/* CSS Document */
body {
	background-image: url(images/background.gif);
	margin-top: 10px;
}

.error {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
}

.signin {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}

A.signin {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}

A.signin:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	border-bottom:1px solid #FFCC00;
	font-family: Verdana;
}

A.viewImage {
	color: #000099;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: underline;
}

A.viewImage:hover {
	color: #000099;
	font-size: 9px;
	font-weight: bold;
	border-bottom:1px solid #FFCC00;
	text-decoration: none;
	font-family: Verdana;
}

A.logout {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}

A.logout:hover {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 10px;
	border-bottom:1px solid #FFCC00;
	font-family: Verdana;
}

A.linktext {
	color: #000099;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: underline;
}

A.linktext:hover {
	color: #000099;
	font-size: 12px;
	font-weight: bold;
	border-bottom:1px solid #FFCC00;
	text-decoration: none;
	font-family: Verdana;
}

A.linkjob {
	color: #0000CC;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
}

A.linkjob:hover {
	color: #B1B9CE;
	font-size: 10px;
	font-weight: bold;
	border-bottom:1px solid #0000CC;
	font-family: Verdana;
}

.bodyhead {
	background: url(images/body-head.jpg);
}

.bodyhead2 {
	background: url(images/body-head-fill2.jpg);
}

.signin-fill {
	background: url(images/header-fill.jpg);
}

h1 {
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	margin-bottom: 0;
	margin-top: 0;
}

.bodytext {
	color: #000066;
	font-size: 12px;
	font-family: Verdana;
}

.edittext {
	color: #FF0000;
	font-size: 12px;
	font-family: Verdana;
}

tr.text10 {
	color: #000066;
	font-size: 10px;
	font-family: Verdana;
	height: 18px;
}

.copyright {
	color: #666666;
	font-size: 10px;
	font-family: Verdana;
}

div.scroll {
	overflow: auto;
	height: 330px;
}
