body,td,th {
	FONT-SIZE: 11px;
	COLOR: #000;
	FONT-FAMILY: Arial


}



body {
	margin-top: 45px;
	background-color: #FFF;
	margin-left: 40px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #030303;
	SCROLLBAR-HIGHLIGHT-COLOR: #030303;
	SCROLLBAR-SHADOW-COLOR: #030303;
	SCROLLBAR-3DLIGHT-COLOR: #030303;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #030303;
	SCROLLBAR-DARKSHADOW-COLOR: #030303

}



a:link {
	text-decoration: none; color: #030303;
}
a:visited {
	text-decoration: none; color: #030303;
}
a:hover {
	text-decoration: none;
	color: #030303;
	background-color: #FFF;
}
a:active {
	text-decoration: none; color:#030303;
}



A.x:link {
	COLOR: #000;
	BACKGROUND-COLOR: #FFF
}
A.x:active {
           COLOR: #000000; BACKGROUND-COLOR: #ffffff
}
A.x:visited {
	COLOR: #000;
	BACKGROUND-COLOR: #FFF
}
A.x:hover {
	COLOR: #000;
	BACKGROUND-COLOR: #FFF;
	text-decoration: none;
}




A.y:link {
	COLOR: #0000000; BACKGROUND-COLOR: #ffffff
}
A.y:active {
          COLOR: #000000; BACKGROUND-COLOR: #ffffff
}
A.y:visited {
	COLOR: #000000; BACKGROUND-COLOR: #ffffff
}
A.y:hover {
	COLOR: #000000; BACKGROUND-COLOR: #ffffff
}





.style3 {color: #00ffbc}

}
.xxx {FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY:   Arial, Verdana, san-serif
}





#dropmenudiv {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; Z-INDEX: 100; FONT: 10px/18px arial; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 0px solid; POSITION: absolute
}
#dropmenudiv A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-WEIGHT: bold; PADDING-BOTTOM: 1px; WIDTH: 100%; TEXT-INDENT: 3px; PADDING-TOP: 1px; BORDER-BOTTOM: black 1px solid; TEXT-DECORATION: none; BACKGROUND-COLOR: #030303; FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY:   Arial, Verdana, san-serif
}
#dropmenudiv A:hover {
	BACKGROUND-COLOR: #ffffff; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY:   Arial, Verdana, san-serif
}







* {
	margin: 0;
	padding: 0;
}






#OuterContainer {
	padding: 0;
	margin: 0 auto;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #060606;
	border: 5px solid #060606;
	font-size: 0px;
}




#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}




#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}




#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}




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

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #060606;
	}

#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}

#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#About {
	width: 100%;
	text-align: left;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top: 15px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}
