body {
 background-color: #A5DE94;
 }
	
P  { font-family: Arial, Helvetica; font-size : 10pt;	}
td { font-family: Arial, Helvetica; font-size : 10pt;	}
H1  {}
H2  {}
H3  {}
H4  { font-family: Arial, Helvetica; }
A  {}
LI { font-family: Arial, Helvetica; font-size : 10pt; font-weight : bold; }
UL { font-family: Arial, Helvetica; font-size : 10pt; font-weight : bold; }
A:Visited  {}
A:Active  {}
A:Hover  {}
BODY  {}
.red { color: #CC0000; }
.title { font-family: Arial, Helvetica; font-size : 22pt; font-weight : bold; font-style: italic; }
.sm  { font-family: Arial, Helvetica; font-size : 8pt; }
.underline { text-decoration: underline; }
.sm2  { font-family: Arial, Helvetica; font-size : 7pt; font-style: italic; }
.bold  { font-family: Arial, Helvetica; font-size : 10pt; font-weight : bold; }
.sm3  { font-family: Arial, Helvetica; font-size : 7pt; font-style: italic; text-decoration: underline; }
.P2  { font-family: Arial, Helvetica; font-size : 10pt; font-style: italic; }
.tbl_head { font-weight: bold; color: #FFFFFF; background-color: #000000; padding: 5px; padding-left: 10px; padding-right: 10px; }
.tbl_data { padding: 5px; padding-left: 10px; padding-right: 10px; background-color: #FFFFFF; }
.tbl_bdr { border: 1px solid #000000; }
td.indent { text-indent: 10px; }
div.article { border: 1px solid #000000; padding: 10px; }

div#itrc_content {
 width: 660px;
 }
	
div.itrc_pic {
 width: 150px;
	height: 120px;
	float: left;
	padding-left: 10px;
 }

img.fpg {
 border-width: 0px;
	width: 150px;
	height: 120px;
 }
	
a.fcww {
 font-size: 10px;
 color: #339900;
	text-decoration: none;
 }
a.fcww:hover {
 text-decoration: underline;
 }	
	
.blink_text {
	text-align: center;
	font-weight: bold;
	border: 1px solid #FF0000;
	width: 400px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	
-webkit-animation-name: blinker;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;

-moz-animation-name: blinker;
-moz-animation-duration: 1s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;

 animation-name: blinker;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;

 color: red;
}

@-moz-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@-webkit-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }	
	
div.gallery {
	text-align: center;
	margin: 5px;
}