
BODY	{
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}

	
TH, TD, P	{
	font-family:  arial,helvetica, sans-serif;
	font-size: 12pt;
}

	
A:link {
	color: #000066;
}

A:visited {
	color: #333399;
}

A:hover {
	background-color: #CCCCCC;
}

STRONG	{
	font-weight: bold;
}

LI	{
	color: #666666;
	list-style-type: circle;
	line-height: 1.3em;
}

	
.defaulttext {
	font-size: 12pt;
	font-weight: normal;
	line-height: normal;
}

	
.newstext {
	/* news text style */
	font-size: 10pt;
	font-weight: normal;
	padding-bottom: 12px;
	text-decoration: none;
}

.smalltext {
	font-size: 10pt;
	padding-top: 3px;
	line-height: 1.2em;
}

	
.smalltext2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	padding-top: 4px;
	font-weight: bold;
	font-height: normal;
	color:#333333;
}

.smalltext3 {
	font-size: 10pt;
}

	
.smalltext4 {
	font-size: 10pt;
	padding-bottom: 12px;
}

	
.smalltextblue {
	font-size: 10pt;
	color: #000066;
	padding-left: 0px;
}

	
.backgroundtext {
	/* text with a background */
	font-size: 12pt;
	padding: 4px;
}

.script {
	/* little red superscripts */
	font-size: 10pt;
	font-weight: bold;
}

	
.dateline {
	/* date at top of page */
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}

.bodylinks1 {
	font-size: 10pt;
	padding-bottom: 3px;
	padding-top: 4px;
}

.bodylinks2 {
	font-size: 10pt;
	padding-bottom: 20px;
	padding-top: 4px;
}

	
.smhead	{
	font-size: 12pt;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 2px;
}

	
.head1 {
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	padding-top: 4px;
}

	
.head2 {
	font-size: 10pt;
	color: #333333;
	padding-top: 4px;
}

.linkhead1 {
	font-size: 12pt;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #660000;
	line-height: 1.1em;
}

.linkhead2 {
	font-size: 12pt;
	padding-bottom: 0px;
	padding-top: 4px;
	color: #660000;
	line-height: 1.1em;
}

	
.linkheadcolor {
	color: #660000;
}

.wontitle {
	font-size: 10pt;
	font-weight: bold;
	color:#FF6600;
	padding-top: 7px;
}

.wontitle2 {
	font-size:10pt;
	color:#FF6600;
	padding-top: 10px;
}

.wondescription {
	font-size: 10pt;
	padding-top: 3px;
	color: #666666;
}

	
.leftmargin {
	padding-left: 9px;
}

/*Nav Bar Credits: CSSpplay - http://www.cssplay.co.uk/menus/pro_eight */

	div#n {
		position:absolute;
		top:1px;
		left:0;
		width:100%;
		}

	div#n ul {
		width:100%;
		padding:0 0 0 1%;
		margin:0;
		list-style:none;
		height:23px;
		background:#182C28 url(http://www.wales-photos.co.uk/images/css/navbg.gif) ;
		position:relative;
		border:1px solid #000;
		border-width:0 1px 1px 1px;
		border-bottom-color:#444;
		}
	
	div#n li {
		float:left;
		width:14%;
		}

	li#home {
	width:11%
	}

	li#guide {
	width:19%
	}

	div#n li a {
		display:block;
		height:24px;
		width:100%;
		line-height:23px;
		color:#fff;
		font-weight:700;
		font-size:80%;
		text-align:center;
		text-decoration:none;
		border-bottom:none;
		background:url(http://www.wales-photos.co.uk/images/css/navbut.gif) ;
		font-family:Verdana,'Trebuchet MS', Helvetica, Tahoma, Geneva, Arial, 'MS Sans Serif', Sans-serif;
		}

	div#n li a:hover {
		background:url(http://www.wales-photos.co.uk/images/css/navhovbut.gif) ;
		font-size:80%;
		}

