/*Default links when not specifically specified*/
A:link
{
FONT-FAMILY: Verdana,Arial,Helvetica;
color: #333333
}

A:visited
{
FONT-FAMILY: Verdana,Arial,Helvetica;
color: #333333
}

A:hover
{
color: #666666
}

/*--------------------------------------------*/

a.menu1:link
{
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE: 12px; 
color: #009900;
font-weight:bold;
text-decoration:none
}

a.menu1:visited
{
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE: 12px; 
color: #009900;
font-weight:bold;
text-decoration:none
}

a.menu1:hover
{
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE: 12px; 
font-weight:bold;
color: #666666;
text-decoration:none
}

a.menu2:link
{
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE: 12px; 
color: #333333;
font-weight:bold;
text-decoration:none
}

a.menu2:visited
{
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE: 12px; 
color: #333333;
font-weight:bold;
text-decoration:none
}

a.menu2:hover
{
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE: 12px; 
font-weight:bold;
color: #666666;
text-decoration:none
}

/*Pagtext links and styles*/
.pagetext
{
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE: 11px;
color:#333333
}

A.pagetext:link
{
FONT-FAMILY: Verdana,Arial,Helvetica;
text-decoration: underline;
FONT-SIZE: 12px;
color: #333333; 
}

A.pagetext:visited
{
FONT-FAMILY: Verdana,Arial,Helvetica;
text-decoration: underline; 
FONT-SIZE: 12px;
color: #333333
}
/*--------------------------------------------*/


/*Smalltext links and styles*/
.smalltext
{
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE: 9px
}

A.smalltext:link
{
FONT-SIZE: 9px; 
color: #333333; 
text-decoration: underline
}

A.smalltext:visited
{
FONT-SIZE: 9px; 
color: #333333; 
text-decoration: underline
}

A.smalltext:hover
{
color: #666666
}


/*--------------------------------------------*/


/*Bigtext links and text*/
.bigtext
{
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE: 13px;
color: #000000;
font-weight: bold
}

A.bigtext:link
{
FONT-SIZE: 13px;
color: #000000; 
text-decoration: underline;
font-weight: bold

}

A.bigtext:visited
{
FONT-SIZE: 13px;
color: #0000ff; 
text-decoration: underline;
font-weight: bold
}

/*--------------------------------------------*/



/* Pagetiles The page title text used throughout the exhibitions.com webiste.*/
.pagetitles 
{
FONT-FAMILY: Verdana,Arial,Helvetica;
font-size: 16px; 
font-weight: bold; 
color: #333333; 
}
/*--------------------------------------------*/


/* Form fields: Text box*/
.textfield
{
font-size:11px;
FONT-FAMILY: Verdana,Arial,Helvetica;
border-style: inset;
border-color: #efefef
}
/*--------------------------------------------*/

.hr
{
height:1px;
color:#cccccc;
}

/*Greytext styles*/
.whitetext
{
FONT-FAMILY: Verdana,Arial,Helvetica;
FONT-SIZE: 13px;
color:#333333
}


.headings
{  
font-family: Verdana,Arial,Helvetica; 
font-size: 11px; 
font-weight: bold;
text-decoration:underline; 
color: #666666
}
.imgDiv {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.innerDiv {
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
}
.magnify {
	text-align: center;
}