body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: black;	
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	color: #F86523;
	font-size: 12px;
}

h3 {
	color: #BA2A6C;
	font-size: 12px;
}

table.container {
	margin: auto;
	padding: 0px;
	width: 725px;
	border-collapse: collapse;
}

table.container td {
	padding: 0px;
}

.bullet {
	width: 12px;
	heigh: 12px;
	align: middle;
	vertical-align: middle;
}

.imgborder {
	border: 1px white solid;
}


.footer {
	color: #CCCCCC;
	padding-bottom: 5px;
}

.footer a {
	color: #F1519B;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

a {
	color: #228A00;
	text-decoration: none;
}

a:hover {
	color: #BA2A6C;
	text-decoration: underline;
}

a:visited { 
	color: #F1519B; 
}

table.container td.leftside-nav {
	padding-top: 3px;
	padding-bottom: 3px;
}

/*These are the 	link style definitions.*/
a.navbar {
	color: #FFFFFF; 
	text-decoration: none;
	font-size: 12px;
}

a.navbar:link { 
	color: #FFFFFF;
}

a.navbar:visited { 
	color: #FFFFFF;
}

a.navbar:hover { 
	color: #BEFFAA;
}

a.navbar:active { 
	color: #CC6633;
}



#Gallery {
	margin-top: 30px;
	margin-left: 40 px;
	 margin-bottom: 35px;
	_margin-bottom: 0px; /* IE */
}


#Gallery a.GalleryLinkText {
	color: black;
	font-size: 11px;
	text-decoration: none;
}
#Gallery a.GalleryLinkText:hover {
	text-decoration: underline;
}


#Gallery a img {
	border-width: 0px;
}


.GalleryRowSmall  {margin-left: 40px;}
.GalleryRowMedium {margin-left: 40px;}
.GalleryRowNormal {margin-left: 60px;}
.GalleryRowSectionMaximized {margin-left: 0px;}
.GalleryRowSmall  {margin-top:  9px;}
.GalleryRowMedium {margin-top: 24px;}
.GalleryRowNormal {margin-top: 20px;}
.GalleryRowSectionMaximized {margin-top: 20px;}


.GalleryCellSmall, .GalleryCellMedium, .GalleryCellNormal, .GalleryCellSectionMaximized {
	text-align: center;
	float: left;
}
.GalleryCellSmall table td, .GalleryCellMedium table td, .GalleryCellNormal table td, .GalleryCellSectionMaximized table td {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px white solid;
}

.GalleryCellSmall {margin-right: 32px;}
.GalleryCellSmall table {
	width:  72px;
	height: 72px;
}
.GallerySectionText {width: 72px;}

.GalleryCellMedium {margin-right: 39px;}
.GalleryCellMedium table {
	width:  92px;
	height: 92px;
}
.GallerySectionText {width: 92px;}

.GalleryCellNormal {margin-right: 40px;}
.GalleryCellNormal table {
	width:  122px;
	height: 122px;
}
.GallerySectionText {width: 122px;}

.GalleryCellSectionMaximized {margin-right: 26px;}
.GalleryCellSectionMaximized table {
	width:  122px;
	height: 122px;
}
.GallerySectionText {width: 122px;}
.GalleryCellLast {margin-right: 0px;}


#Gallery td.Active {background-color: white;}


.GallerySectionText {padding-top: 5px;}


.TitleGalleryPath {
	width: 530px;
	margin: 30px auto 40px auto;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}


.Cleaner {clear: both;}


