body,td {font-size: 13px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif}
	
body {text-align: left;
	margin: 0px}	

hr {width: 100%;
	height: 1px}

p {margin-top: 0.75em;
	margin-bottom:0.75em}
	
img {border: 0}

.awmAnchor {position:relative;z-index:0}

/* Create margins for main body of page & set text justification */
.indent {padding-left: 10px;
	padding-right: 10px;
	text-align: justify}

/* Create buttons replicating style of menus */
.button, .buttonover {border: 1px;
	border-style: solid none;
	text-decoration: none !important;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	padding: 3px 1px;
	text-transform: capitalize;
	font-family: sans-serif;
	position: relative;}

/* Create object floating to right of page title */	
.titlefloater {position: absolute;
	top: -25px;
	right: 10px;
	z-index: 1000}

/* Positioning of title graphic & setting of font properties where no graphic used */
.title {font-weight: 900;
	font-size: 25px; 
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	letter-spacing: 0px;
	font-family: Eurostile, sans-serif;
	text-transform: uppercase}

.indexheader, a.indexheader:link, a.indexheader:visited {font-weight: bold;
	font-size: 20px; 
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	letter-spacing: 0px;
	font-family: Eurostile, sans-serif;
	text-transform: uppercase;
	text-decoration: none}
	
.indexcell {border-style: solid}
	
/* Dates used on news articles, tour dates & article */
.smallleft, .smalltext {font-weight: normal; 
	font-size: 10px; 
	text-align: left}
	
.smallright {font-weight: normal; 
	font-size: 10px; 
	text-align: right}
	
.smallcenter {font-weight: normal; 
	font-size: 10px; 
	text-align: center}
	
/* News headlines & other headings */ 
.headl {font-weight: bold; 
	font-size: 14px; 
	text-decoration: underline; 
	text-transform: uppercase;
	padding-bottom: 6px; 
	padding-top: 0px;
	white-space: normal;}
	
/* Standard colour headings for tour dates */
.heading {font-weight: bold; 
	font-size: 14px; 
	text-decoration: underline; 
	text-transform: uppercase;
	padding-bottom: 6px; 
	padding-top: 3px}

/* Create borders around images with text flowing around them */	
.articlebody img {margin-left: 10px;
	margin-right: 10px}

/* Create borders around images to be used as links */	
a.linkimage img {margin-left: 10px;
	margin-right: 10px}	


/* Styles for guestbook & reviews pages */

.formbox {border-style: solid;
	border-width: 1px}


.fanname {font-weight: bold;
	font-size: 13px; 
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: sans-serif}
	
.adminname {font-weight: bold;
	font-size: 15px; 
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
	letter-spacing: 1px;
	font-family: sans-serif;
	text-transform: uppercase}
	
/* Styles for interview*/
.question {font-weight: normal;
	font-style: italic;
	font-size: 13px; 
	text-align: left;
	padding-bottom: 12px;
	padding-top: 0px;
	font-family: sans-serif}

.answer {font-weight: normal;
	font-style: normal;
	font-size: 13px; 
	text-align: justify;
	padding-bottom: 24px;
	padding-top: 0px;
	font-family: sans-serif}

/* Styles for photos pages */	
	
.photo_cell {border-style: ridge;
		border-width: 5px}

/* Style for pop up boxes on admin pages */
.admin_pop_up {
	display:none;
 	position:absolute;
	border-style: solid;
	background-color: white;
	padding: 5px;
}