/* the following classes control the stripes of colour in the catalogue page. Use three similar colours */

.tableone
{
	background-color: #4169E1
}

.tabletwo
{
	background-color: #FF69B4
}

.tablethree
{
background-color: #CCCCCC
}

/* ----------------------end of table classes-------------------- */

.one 
/* heading font; this is a paragraph class use either verdana or arial, 12 - 14 pts, do not alter colour */
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color: black;
font-weight: bold
}

.two 
/* main body font; this is a paragraph class use verdana, 8pts, use any dark colour */
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: black
}

.topnav
/* do not alter! */
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: white
}

.browse
/* only change colour */
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: blue;
text-decoration: underline
}

.country 
/* only change colour */
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: blue;
text-decoration: underline
}

.smalllinks
/* do not alter! */
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: black;
text-decoration: none
}

.toplink
/* do not alter! checkout | proceed | new search */
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: white;
text-decoration: none
}

.booktitle
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
color: black;
font-weight: bold
} 

.results
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: black;
font-weight: bold
} 

.type
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: red
} 

.author
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: black;
font-style: italic;
font-weight: normal
} 



/* ----------------------end of CATALOGUE classes-------------------- */




.sitetext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000;
	}

.sitelink {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	text-decoration: none;
	}

.sitelink:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	text-decoration: underline;
	}

body {
	background-attachment: fixed;
	}

.static {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #FFFFFF;
	}

.adverthead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #FFFFFF; 
	font-weight: bold;
	}

.advert {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000;
	}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #696969;
	font-weight: bold;
	}
	
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #464646;
	}

.mainlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #6699FF;
	text-decoration: none;
	font-weight : normal;
	}

.mainlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0099;
	text-decoration: none;
	font-weight : normal;
	}	

.copy {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000;
	}

.toppara {
	text-align: right;
	}

.top {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #666666; 
	text-decoration: none;
	}
	
.top:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #6699FF; 
	text-decoration: none;
	}

HR {
	color: #AAAAAA;
	}


LI{
	color: #464646; 
	list-style-type: square;
	}
	
UL {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #464646;
	}

OL {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #464646;
	}
	
.sideNav {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #999999; 
	text-decoration: none;
	}
	
.pinkLinkBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0099;
	text-indent: 1pt;
	text-decoration: none;
	}
	
.smallText { 
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 8pt; 
	 font-weight: normal; 
	 color: #000000;
	 }
	 
.botm {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #6699FF; 
	text-decoration: none;
	}
	
.botm:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #6699FF; 
	text-decoration: underline;
	}
	
.smallNav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #666666; 
	text-decoration: none; 
	font-weight: normal;
	}
	
.pinkLink, .smallNav:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #FF0099; 
	text-decoration: none;
	}
.sideNav:hover  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0099;
	text-decoration: none;
 } 