body {
	background-image: url(../img/bk.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.navBdrRt {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #585260;
}
.outTable {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3A383B;
	border-right-color: #C8C6C9;
	border-bottom-color: #3A383B;
	border-left-color: #C8C6C9;

}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CAC5CC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CAC5CC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CAC5CC;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CAC5CC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.picTable {
	border-top: 1px solid #585161;
	border-bottom: 5px solid #3A383B;
}
.navBk {
	background-image: url(../img/navBk.jpg);
	background-repeat: repeat-x;
}
.lftPnl {
	background-image: url(../img/lftPnlBk.jpg);
	background-repeat: repeat;
	width: 185px;
	border-right: 1px solid #3A383B
}
.lftPnlBx {
	width: 170px;
	border-top: 5px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
}
.mainPnl {
	background-image: url(../img/lftPnlBk.jpg);
	background-repeat: repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.mainTbl {
	border-top: 5px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #C7C6C8;
	padding-left: 5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #E9E8E8;
	padding-left: 5px;
	font-style: bold;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #C7C6C8;
	padding: 5px;
}

a.popup:link {color: #B52724; text-decoration: none; font-size: 12px; font-weight: bold;}
a.popup:visited {color: #B52724; text-decoration: none; font-size: 12px; font-weight: bold;}
a.popup:hover {color: #B52724; text-decoration: underline; font-size: 12px; font-weight: bold;}
a.popup:active {color: #B52724; text-decoration: none; font-size: 12px; font-weight: bold;}

INPUT,SELECT,TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #C7C6C8;
	background-color: #636363;
	border: 1px solid #343434;
}