body {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Courier New", Courier, monospace;
}
.cont_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #03F;
	text-decoration: underline;
	font-weight: bold;
}
.cont img {
	float: right;
	clear: right;
}

h2, h3, h4,h5, h6 { 
  font-family: Arial, Helvetica, sans-serif; 
  color: #666;
  font-weight: bold;
}

h1{ 
  font-family: "Courier New", Courier, monospace; 
  color: #000000;
}

#banner-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #03F;
    font-weight: bold;
}

.conthead {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 10mm;
}
ul {
	font-size: 12px;
}
.base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#bot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	background-color: #f1f1f1;
	text-align: center;
	width: 900px;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: justify;
}

.right{
	text-align: right;
	}
	
.center{
	text-align: center;
	}
	
.left{
	text-align: left;
	}
	
.banner{
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	}

.author {
	font-family: serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	text-align: left;
}

.cont {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: normal;
}

.borderit img{
border: 1px solid #FFF9F9;
}

.borderit:hover img{
border: 1px solid #FF701D;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}
