body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 5px;
  color: #666;
}
td {
  font-size: 12px;
  line-height: 130%;
}
input {
	font-size: 12px;
	padding-top: 2px;
}
form {
	margin: 0px;
	padding: 0px;
}
li {
	color: #FF6600;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}



.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.borderRight
{
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCC;
}


.borderAll {
	border: 1px solid #CCC;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #294F94;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

a.linkWhite:link {
	color: #FFFFFF;
}
a.linkWhite:visited {
	color: #FFFFFF;
}
a.linkWhite:hover {
	color: #FFFFFF;
}
a.linkWhite:active {
	color: #FFFFFF;
}

a.linkNav:link {
  color: #4C555A;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
a.linkNav:visited {
  color: #4C555A;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
a.linkNav:hover {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
a.linkNav:active {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.fontCaption {
	font-weight: bold;
	padding: 2px;
	font-size: 14px;
}
.fontRed {
	color: #FF0000;
}
.fontGreen {
	color: #008000;
}
.fontYellow
{
  color: #FFFFCC;
}
.fontBright {
	color: #FF3300;
}
.fontBold {
	font-weight: bold;
}
.fontSmall
{
  font-size: 12px;
}
.fontBig
{
  font-size: 14px;
}

.fontComment
{
  color: #999999;
  font-size: 12px;
}
.fontWhite
{
  color: #FFFFFF;
}
.bgFleet {
  background-color: #0066FF;
}
.bgDeep {
  background-color: #4C555A;
  color: #FFFFFF;
}

.bgYellow {
  background-color: #FFFFDF;
}

.lineDotted {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.buttonBig {
	background:url(/images/button_big.gif) no-repeat;
	border:none;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	height:32px;
	padding-left:16px;
	text-align:center;
	vertical-align:middle;
	width:111px;
}
.buttonMiddle {
	border:none;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	height:31px;
	text-align:center;
	vertical-align:middle;
	width:141px;
	padding-top:3px;
	background:url(/images/button_middle.gif) no-repeat;
}
.inputMiddle {
	width: 130px;
	border: 1px solid #CCC;
}
.buttonSmall {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
.lineA
{
  background-color: #EEF4FF;
}

.areaOk {
	background-color: #FFFFCC;
	border: 1px dashed #66CC33;
	padding-right: 5px;
	padding-left: 5px;
}
.areaErr {
	background-color: #FFFFCC;
	border: 1px dashed #FF9966;
	padding-right: 5px;
	padding-left: 5px;
}
