@charset "utf-8";
/* CSS Document */

/********************** Page Links ***********************/
  a:link{
	text-decoration: none;
	color: #99CC33;
	font-size: 12px;
	padding-top: 0px;
	margin: 0px;
	font-weight: normal;

	border-style: none;
	border-width: 0px;

   }

  a:visited{
	text-decoration: none;
	color: #669933;
	font-size: 12px;
	
	border-style: none;
	border-width: 0px;

   }

  a:active{
	text-decoration: none;
	color: #669933;
	font-size: 12px;
	
	border-style: none;
	border-width: 0px;
   }
	
  a:hover{
	text-decoration: none;
	color: #669933;
	font-size: 12px;
	padding-top: 0px;
	margin: 0px;
	font-weight: normal;

	border-style: none;
	border-width: 0px;
	
   }

   
/********************** Page Body ***********************/
body{
	
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	
	background-color: #314B6E;
	background-image: url("http://auchinawa.org.uk/images/bg.png");
	background-repeat: repeat;
	background-attachment: fixed;

	height: 100%;
    width: 100%;
	margin: 0;
    padding: 0;
}

/********************** H1 ***********************/
h1{
padding: 0px;
margin: 0px;
font-size: 13px;
text-align: left;
font-weight: bold;
color: #0033FF;
line-height: 20px; 
}


/********************** H2 ***********************/
.welcome{
padding: 0px;
margin: 0px;
font-size: 16px;
text-align: left;
font-weight: bold;
color: #3B3B3B;
line-height: 19px;
}

h2{
padding: 0px;
margin: 0px;
font-size: 12px;
text-align: left;
font-weight: normal;
color: #3B3B3B;
line-height: 19px;
}

/********************** H3 ***********************/
h3{
font-size: 11px;
padding-top: 0px;
margin: 0px;
font-weight: bold;
color: #FFFFFF;
}

/********************** default Font ***********************/
.defaultFont, table td {
	font-size: 12px;
	color: #333333;
	
}

/********************** image link ***********************/
.imageLink{
	border-style: none;
}
