.title {  font-family: "Times New Roman", Times, serif; font-size: 36px; font-style: normal; font-weight: bold; color: #990033; text-decoration: none}
.tableborder {  border: 1px #000000 solid}
.tablebordernotop { border: solid; border-width: 0px 1px 1px; border-color: black #000000 #000000}

A.menulink
{text-decoration: none;font-family:arial, helvetica, "sans serif";
font-size:12px;
color: #666666;
BORDER: none;
}
A.menulink:hover
{ border: none;; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #C0D5B3}

.vertline {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #999999; text-decoration: none}
.tagline {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #AA266D}
.bodytext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #CCCCCC; text-decoration: none}
.subhead {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #999999; text-decoration: none}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.smallbodytext {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none}
.emaillink {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #CC9933; text-decoration: none}
.partialborder {  border: solid; border-width: 1px 1px 0px; border-color: #000000 #000000 black}
.bodytextdark { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none }
.noblueborder {  text-decoration: none}
.fieldcolour {  background-color: #CCCCCC}
.storefieldcolour {
	background-color: #F4F1E8;
	border: 1px solid #DBD1AE;
}



.spiffy{ 
display:block;
} 
.spiffy *{ 
display:block;
height:1px;
overflow:hidden;
background:#666666;
} 
.spiffy1{ 
border-right:1px solid #666666;
padding-right:1px;
margin-right:3px;
border-left:1px solid #666666;
padding-left:1px;
margin-left:3px;
background:#666666;
} 
.spiffy2{ 
border-right:1px solid #666666;
border-left:1px solid #666666;
padding:0px 1px;
background:#666666;
margin:0px 1px;
} 
.spiffy3{ 
border-right:1px solid #666666;
border-left:1px solid #666666;
margin:0px 1px;
} 
.spiffy4{ 
border-right:1px solid #666666;
border-left:1px solid #666666;
} 
.spiffy5{ 
border-right:1px solid #666666;
border-left:1px solid #666666;
} 
.spiffy_content{ 
padding:0px 5px;
background:#666666;
} .blackborder {
	border: 1px solid #000000;
}
.lightouterborder {
	border: 1px solid #CCCCCC;
}
.beigeborder {
	border: 1px solid #C0D5B3;
}
.whiteborder {
	border: 5px solid #FFFFFF;
}
.invertedcommas {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
}
.courier {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
.verysmalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.greyborder {
	border: 1px solid #CCCCCC;
}
.boxheaders {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.boxheaders2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */


#box
	{
	position: relative;
	margin-left: 10px;
	margin-right: auto;
	margin-top: auto;
	padding: 0;
	text-align: left;
	/* <-- use this to tie width to viewport size */
	width: 610px;				/* <-- use this for a set width */
	background-color: #FFFFFF;
	margin-bottom: auto;
	}
 	
#content
	{
	padding:2em;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 1px; letter-spacing:1px;}
#xsnazzy h1 {font-size:2.5em; color:#fff;}
#xsnazzy h2 {font-size:2em;color:#ccc; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:0em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.xb1 {margin:0 5px; background:#ccc;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {
	display:block;
	background:#fff;
	border:0 solid #ccc;
	border-width:0 1px;
}
