A {text-decoration:none;}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}

a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}

BODY,table,div,input,select,textarea {
	font-family:Arial,???;
	font-size:9pt;
	line-height: 18px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bordercolor{
  border-left:1px  #3399CC solid;
  border-right:1px  #3399CC solid;
  border-top:1px  #3399CC solid;
  border-bottom:1px #3399CC solid;
}
th {
  color:#FFFFFF;
  background-color:#3A6EA5;
}

input {
	border: 1px solid;
	text-transform: uppercase;
}

textarea {
	border: 1px solid;
}

.radiostyle {
	border: thin solid #FFFFFF;
}

.table_bottom_dashed {
   border-bottom: 1px dashed;
}

.table_bottom_solid {
   border-bottom: 1px solid #3872B1;
}

.table_right_solid {
   border-right: 1px solid #3872B1;
}

.table_left_solid {
   border-left: 1px solid;
}

.td_right_solid {
   border-right: 1px solid;
   border-right-color:#8C3C10;
}
.td_left_solid {
   border-left: 1px solid;
   border-left-color:#8C3C10;
}
.td_bottom_solid{
   border-bottom: 1px solid;
   border-bottom-color:#8C3C10;
}
.td_bottom_dotted{
	border-bottom-width:2px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
}
.st_right_solid{
     border-right:1px #8DB4DD solid;
   }