
a:link {color:#FFF}      /* unvisited link */
a:visited {color:#800080}  /* visited link */
a:hover {color:#FF9C1B}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */ 


	

/* images */

a.border img { 
border: 2px solid #FFA525; 
} 



/* buttons */

.button
{
  display: block;
  height: 44px;
  background: url("../images/upbutton.gif");
  background-repeat: no-repeat;
  font-family: Times New Roman;
  color: white;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height:43px;
  text-decoration:none;

}

.button:hover
{ 
  background: url("../images/downbutton.gif");
  background-repeat: no-repeat;
  font-family: Times New Roman;
  color: black;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height:43px;
  text-decoration:none;
}


.subbutton
{
  display: block;
  height: 44px;
  background: url("../images/subup.gif");
  background-repeat: no-repeat;
  font-family: Times New Roman;
  color: white;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height:43px;
  text-decoration:none;

}

.subbutton:hover
{ 
  background: url("../images/subdown.gif");
  background-repeat: no-repeat;
  font-family: Times New Roman;
  color: black;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height:43px;
  text-decoration:none;
}
/* background colours */

/* borders */

/* text */


.h1 {
	font-family: Times New Roman;
	color: black;
	font-size: 20px;
	font-weight: normal;
}


.h2 {
	font-family: Times New Roman;
	color: black;
	font-size: 18px;
	font-weight: normal;
}

.h3 {
	font-family: Times New Roman;
	color: black;
	font-size: 14px;
	font-weight: normal;
}

.welcome {
	font-family: Times New Roman;
	color: #FF9C1C;
	font-size: 20px;
	font-weight: normal;
}

.ptitle {
	font-family: Times New Roman;
	color: #FF9C1C;
	font-size: 22px;
	font-weight: normal;
}

.style1 {
	font-size: medium;
	color: #FF9C1C;
	text-decoration: underline; 
}
.style2 {
	font-family: Garamond;
	font-size: medium;
}
.style3 {
	font-family: "Times New Roman";
	font-size: x-small;
}
.style4 {
	font-family: Arial;
}
.style5 {
	border: 0 solid #000000;
}
.style6 {
	border-color: red;
	border-width: 0;
}