body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px, 0px, 0px, 0px;
}
body.menu {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px, 0px, 0px, 0px;
        background-image: url("images/menu_bg.gif");

}
td {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

th {
 font-size: 12;
 font-weight: normal;
 color: #ffffff;
 background-color: #425A5E;
}


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

.ipsmall {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
}

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

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

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

ul {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

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

ol {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

.small {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
}
.psline {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #C4CACD;
}
.mid {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.error{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
}
.msg{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10;
	color: #ff0000;
	font-weight: bold;
}
.oeline {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C4CACD;
	color: #000000;
}

.big {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
}

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

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.heading {
  font-size: 16;
  font-weight: bold;
  color: #000000;
}
p.heading {
  font-size: 16;
  font-weight: bold;
  color: #000000;
}
.lprompt {
  font-size: 12;
  font-weight: bold;
  color: #000000;
 // background-color: #425A5E;
  background-color: #ffffff;
}

a:link, a:visited, a:active, {
  font-size: 11px;
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
}
a:hover, a:focus {
  font-size: 11px;
  text-decoration: none;
  color: #3D532F;
  font-weight: bold;
}
	
a.admin:link, a.admin:visited, a.admin:active, {
  font-size: 10px;
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
}
a.admin:hover, a.admin:focus {
  font-size: 10px;
  text-decoration: none;
  color: #425A5E;
  font-weight: bold;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
	width: 173px;
	font-size: 11px;
	font-weight: bold;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #19363B;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

#sectionLinks a:focus, #sectionLinks a:hover{
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #7792A4;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
.button{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #19363B;
	font-weight: bold;
	/*color: #6C8E6B;*/
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	cursor: hand;
}


