

.letter_off
{
    border: solid 1px #CCCCCC;
    padding: 0px 2px 0px 2px;
    
}

.letter_on
{
    border: solid 1px #006699;
    padding: 0px 2px 0px 2px;
    font-family :Verdana, Tahoma, Arial;
    background-color:#CCCCCC;
    cursor:hand;
}

.news_line {
  background-image:url(./images/line-up-1.jpg);
  background-repeat: repeat-y;
}
.news_date {
  font-size:10px;
  color:#616161;
  font-weight:bold;
}

.pageHeader{
	font-family : Tahoma, Arial;
	font-size : 16px;
	font-weight :bold;
	color : #616161;
 }

a.photo {
	font-family : Tahoma, Arial ;
	font-size : 12px;
	font-weight :normal;
	color : #616161;
	text-decoration: underline;
}

a.photo:link {
	font-family : Tahoma, Arial ;
	font-size : 12px;
	font-weight :normal;
	color : #616161;
	text-decoration: underline;
}
a.photo:visited {
	font-family : Tahoma, Arial ;
	font-size : 12px;
	font-weight :normal;
	color : #616161;
	text-decoration: underline;
}
a.photo:hover {
	font-family : Tahoma, Arial ;
	font-size : 12px;
	font-weight :normal;
	color : #000000;
	text-decoration: underline;
}
a.photo:active {
	font-family : Tahoma, Arial ;
	font-size : 12px;
	font-weight :normal;
	color : #616161;
	text-decoration: underline;
}

.photo {
	font-family : Tahoma, Arial;
	font-size : 12px;
	font-weight :normal;
	color : #616161;
 }

.input_login {
  font-family : Verdana, Tahoma, Arial ;
  height:16px;
  font-size:10px;
  border-color:#838383;
  border-style:solid;
  border-width:1px;
  background-color : #F0F0F0;
}

.input_textarea {
  font-size:11px;
  border-color:#838383;
  background-image:url(./images/back-in2.jpg);
  background-repeat: repeat-x;
  border-style:solid;
  border-width:1px;
}

.sel {
  height:16px;
  font-size:11px;
  background-image:url(./images/back-in2.jpg);
  border-color:#838383;
  border-style:solid;
  border-width:1px;
}
.tableMain {
  border-color:#006699;
  border-style:solid;
  border-width:1px;
  background-color:#FFFFFF;
}
.tableHeader {
  font-family : Tahoma, Arial;
  font-size : 16px;
  font-weight :bold;
  color : #FFFFFF;
  background-color:#006699;
}
.tableImg {
  background-color:#EFEFEF;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
	


/* End Images */