body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}.text1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-align:justify;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.right_border {
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.left_border {
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.menu {
	font-family: Tahoma;
	font-size: 11px;
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	height: 38px;
}
.textfields {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	background-color: #D7EBFF;
	border: 1px solid #000000;
}

.textbig {

	font-family: Tahoma;
	font-size: 12px;
	color: #0033CC;
}
.textblue {
	font-weight:bold;
	background-position:bottom;
	font-family: Tahoma;
	font-size: 12px;
	color: #0033CC;
}
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            blue;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            blue;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      bold;
  color:            blue;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      bold;
  color: blue;
  } 


.textbluenormal {
	background-position:bottom;
	font-family: Tahoma;
	font-size: 12px;
	color: #0033CC;
}
