body {
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px, 0px, 0px, 0px;
        background-color: #FFFFFF;
}
body.menu {
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px, 0px, 0px, 0px;
/*        background-image: url("images/menu_bg.gif"); */
        background-color: #ffffff;
}
td {
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

th {
 font-size: 12;
 font-weight: bold;
 color: #cecece;
 background-color: #0000ff;
}
.list {
font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}
.list th {
font-size: 12;
font-weight: bold;
color: #cecece;
background-color: #0000ff;
}
.list td {
font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
font-size: 11px;
background-color: #efefef;
color: #000000;
}


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

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

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

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

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

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

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

.small {
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
}
.mid {
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.updateTxt{
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
        background-color: #CECECE;
}
.error{
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}
.oeline {
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #efefef;
	color: #000000;
}

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

.bodystyle {
	font-family: Tahoma, 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 {
  background-color: #ffffff;
  font-size: 12;
  font-weight: normal;
  color: #000000;
}
.autonbr {
  background-color: #ffffff;
  font-size: 14;
  font-weight: normal;
  color: #000000;
}

th a:link, th a:visited, th a:active, {
  font-size: 11px;
	text-decoration: underline;
	color: #cecece;
	font-weight: bold;
}
th a:hover, th a:focus {
	font-size: 11px;
	text-decoration: none;
	color: #cecece;
	font-weight: bold;
	}
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: #0000ff;
	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: #0000ff;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #c3c3c3;
	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: #efefef;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;
	font-size: 11px;
	font-weight: bold;
}
.tblheading{
 font-size: 12;
 font-weight: bold;
 color: #cecece;
 background-color: #0000ff;

}
.button{
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #0000ff;
	font-weight: bold;
	/*color: #FF6633;*/
	color: #cecece;
	font-size: 11px;
	font-weight: normal;
	cursor: hand;
}

