html {
}

body {
	text-align:center;
	color: rgb(51,51,51);
	background-color: rgb(255,204,255);
	}
	
#ContentBanner {
	margin:auto auto;
	padding:15px 0px 0px 0px;
	}

#Content {
	margin:0px auto;
	text-align:left;
	width:800px;
	padding:0px 0px 0px 0px;
	}

p.lim {
	margin:auto auto;
	text-align:left;
	padding:15px;
	width:800px;
	border:1px solid #eee; 
	background-color:#eee;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

#ContentGallery {
	margin:auto auto;
	text-align:left;
	padding:0px;
	}

object#viewer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

ul,li {
	text-align:left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

A {
CURSOR:hand;
TEXT-DECORATION: none;

}

a.top {
	FONT-WEIGHT: bold; COLOR: rgb(102,0,0); TEXT-DECORATION: none
}
a.question {
	CURSOR: default; FONT-WEIGHT: normal; COLOR: rgb(102,0,0); TEXT-DECORATION: none
}
A:link {
	FONT-WEIGHT: normal; COLOR: rgb(102,0,0); TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: normal; COLOR: rgb(102,0,0); TEXT-DECORATION: none
}
A:active {
	FONT-WEIGHT: normal; COLOR: #ffcc33; TEXT-DECORATION: underline
}
A:hover {
	FONT-WEIGHT: normal; COLOR: #ffcc33; TEXT-DECORATION: underline
}

div.nav {
	margin:auto auto;
	padding:15px;
}


img.navOut {
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}

img.navOver {
filter:alpha(opacity=40);
-moz-opacity:0.4;
opacity:0.4;
}

INPUT,TEXTAREA { 
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11pt;
}

INPUT.navOver {
width=41px;
filter:alpha(opacity=40);
-moz-opacity:0.4;
opacity:0.4;
}

INPUT.navOut {
width=41px;
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}