a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14 px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15 px;
	font-weight: normal;
	
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}




a:lkink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14 px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	
}
a:hovekr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14 px;
	color: #FFFFFF;
	font-weight: bold;
	
}
a:actikve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14 px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visilted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14 px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}


body {
	background-color: #333333;
}

.style4 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold; }


.style1,.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
.style3 {	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style7 {font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.style8 {font-family: Arial, Helvetica, sans-serif}
.style12 {color: #FFFFFF; font-size: 14px; }


.text1 {
	font-family: Arial, Helvetica, sans-serif;
	color: FFFFFF;
	font-size: larger;
	font-weight: bold;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.text3 {
	font-family: Arial, Helvetica, sans-serif;
	color: FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.text4 {
	font-family: Arial, Helvetica, sans-serif;
	color: FFFFFF;
	font-size: 24px;
	font-weight: bold;
}

#scroll
{
     height:100%;
     overflow:auto;
}

#Container {
	margin:0 auto;
	position:relative;
	width:600px;
	height:300px;
	background-color:#fff;
	border:3px solid #CECEB5;
	overflow:hidden;
}

#LoadContainer {
	height:25%;
	width:50%;
	position:absolute;
	top:40%;
	left:25%;
	text-align:center;
	z-index:1;
}

#PhotoContainer {	visibility:hidden;	}

#CaptionBlock {
	height:18px;
	width:582px;
	text-align:left;
	margin:0 auto;
}

#Caption {	color:#FFFFFF;	}

#License {
	margin:0 auto;
	padding-top:10px;
	font-size:10px;
	color:#666;
	border-top:1px solid #CECEB5;
//	wifdth:740px;
width:600px;
	text-align:left;
	line-height:1.4em;
}

#LinkContainer {
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:200px;
	width:200px;
	z-index:100;
	background:url(images/spacer.gif) 50% 50% no-repeat;
}

#PrevLink {
	z-index:100;
	position:absolute;
	top:0%;
	left:0%;
	height:200px;
	width:50%;
	display:block;
}

#NextLink {
	z-index:100;
	position:absolute;
	top:0%;
	left:50%;
	height:200px;
	width:50%;
	display:block;
}

#PrevLink:hover,#NextLink:hover {	text-decoration:none;	}

#PrevLink:hover {
	background:url(images/prev_rounded_sidebar2.gif) left 50% no-repeat;
}

#NextLink:hover {
	background:url(images/next_rounded_sidebar2.gif) right 50% no-repeat;
}

#PrevLink span,#NextLink span{display:none}


img.slideshow {	border:none;	}

p.slideshow {
	font-size:11px;
	padding:1em 0;
}

#Wrapper {
	margin:0 auto;
	height:400px;
//	widfth:740px;
width:600;
	overflow:hidden;
	position:relative;
}

#Wrapper[id] {
	display:table;
	position:static;
}

#InnerWrapper {
	position:absolute;
	top:50%;
	left:0;
}

#InnerWrapper[id] {
	display:table-cell;
	vertical-align:middle;
	position:static;
}

#OuterContainer {
	position:relative;
	top:-50%;
}


/* The following portion has been borrowed from phpBB.com */


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; font-size: 12px; font-weight : bold;
	background-color: #3333333; height: 25px;
}


th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 1px 1px; }

