body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size:11px;
}

select {
        height: 20px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: black;
        font-size:11px;
}

#headertbl{
	position: absolute;
	top: 0px;
	left:0px;
}

#bartbl{
	position: absolute;
	top: 61px;
	left:0px;
	background-image:url(images/bar.gif);
	background-repeat:repeat-x;
}

#menutbl{
	position: absolute;
	top: 110px;
	left:0px;
}

#menutbl{
	position: absolute;
	top: 110px;
	left:0px;
}

#contenttbl{
	position: absolute;
	top: 110px;
	left:200px;
}

.bartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	font-weight: bold;
}

.bartextred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:red;
	font-size:12px;
	font-weight: bold;
}

.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size:13px;
	font-weight: bold;
	text-decoration:none;
}
.menulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}

.menulink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size:12px;
	font-weight: bold;
	text-decoration:underline;
}

.barlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}

.barlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
}

.usersearch {
	border:1px;
	border-style:solid;
	border-color: black;
	width:140px;
}

.stdinput {
	border:1px;
	border-style:solid;
	border-color: black;
	width:100px;
}

.largeinput {
        border:1px;
        border-style:solid;
        border-color: black;
        width:150px;
}

.largeinputh {
	height: 20px;
        border:1px;
        border-style:solid;
        border-color: black;
        width:150px;
	font-size:15px;
}

.largeinputhxl {
        height: 20px;
        border:1px;
        border-style:solid;
        border-color: black;
        width:200px;
        font-size:15px;
}

.largeinputhxxl {
        height: 20px;
        border:1px;
        border-style:solid;
        border-color: black;
        width:250px;
        font-size:15px;
}



.smallinput {
        border:1px;
        border-style:solid;
        border-color: black;
        width:30px;
}


.submit{
	width:60px;
	height:25px;
	border:1px;
	background-color:#E3E3D9;
	border-color:black;
	border-style: solid;
}

.submit2{
        width:90px;
        height:20px;
        border:1px;
        background-color:#E3E3D9;
        border-color:black;
        border-style: solid;
}

.submit3{
        width:120px;
        height:20px;
        border:1px;
        background-color:#E3E3D9;
        border-color:black;
        border-style: solid;
}

.submitwarn{
        height:25px;
        border:1px;
        background-color:#FF0000;
        border-color:white;
        border-style: solid;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

.submitwarn2{
        height:20px;
        border:1px;
        background-color:#FF0000;
        border-color:white;
        border-style: solid;
        color: white;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight: bold;
}

h2{
	color:#E3E3D9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

h3{
        color:#E3E3D9;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:13px;
        font-weight:bold;
}


.bodytext{
	color:#E3E3D9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.bodytextb{
        color:#E3E3D9;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight:bold;
}

.bbodytext{
	color:black;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight:normal;
}

.warningtext{
        color:#DD3333;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight:bold;
}

.warningtext2{
        color:#DDDD00;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight:bold;
}

