/* CSS Document */

/* Global Styles -Tag styles- */
body {
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: no-repeat;
}

/*
p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}
*/
a /* link colour */
{
	color: #666666;
}

a:hover /* hover link colour */
{
	color: #CC6633;
}


/* ID Styles -classes- */
.headerMenu
{
	color: #666666;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.pageTitle
{
	color: #666666;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*font-weight: bold;*/
	line-height: 18px;
	padding: 3px;
}

.sectionTitle
{
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
}

.sectionSubTitle
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 3px;
}

.bodyText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	padding: 3px;
}

.bodyTextAddInfo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding: 3px;
}

.linkTextBelowPicture
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 36px;
	padding: 3px;
	padding-bottom: 12px;
}

.footerText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}


.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color:  #666666 ;
}

.NavigationMenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 24px;
}

.NavigationSubMenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}

.detailTitle
{
	color: #666666;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 18px;
	padding: 0px;
}

/* IDs*/
#CollectionPictProperty
{
	/*
	width: 192px;
	height: 144px;
	*/
	width: 	144px;
	height: 108px;
	border: 0px;
}

#CollectionTblProperty
{
	width: 	576px;
	/*
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
	*/
}

#DetailPictProperty
{
	width: 320px;
	height: 240px;
	border: 0px;
}

#DetailTable
{
	/*width: 670px;*/
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}

#DetailPictCell
{
	/*width: 350px;*/
	text-align: center;
}

#DetailPrvNxtCell
{
	width: 160px;
	text-align: center;
}

#DetailExplainCell
{
	
}

#ThumbPictProperty
{
	width: 64px;
	height: 48px;
	border: 0px;
}

